.kingy-atlas-rights {
  align-items: center;
  background: #0d1718;
  border-top: 1px solid #31484a;
  color: #dbe8e8;
  display: flex;
  font: 13px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  gap: 1rem;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 56px);
}
.kingy-atlas-rights span { color: #9fb3b3; }
@media (max-width: 620px) {
  .kingy-atlas-rights { align-items: flex-start; flex-direction: column; gap: .25rem; }
}

