.atlas-results-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .7rem;
}

.atlas-results-actions > span {
  color: #9bb8bc;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}

.atlas-results-actions .atlas-view-toggle { flex: 0 0 auto; }

.catalog-result-status--live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 620px) {
  .atlas-results-actions { gap: .45rem; }
  .atlas-results-actions > span { font-size: .62rem; }
}
