.auth-legal-links,
.public-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .45rem .8rem;
  margin-top: 1rem;
  color: var(--muted, #8ea5c0);
  font-size: .78rem;
}

.auth-legal-links a,
.public-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(142, 165, 192, .55);
  text-underline-offset: .2em;
}

.auth-legal-links a:hover,
.public-legal-links a:hover { color: var(--text, #fff); }

.public-footer {
  flex-wrap: wrap;
  gap: .75rem 1.15rem;
}

@media (max-width: 560px) {
  .public-footer { justify-content: center; text-align: center; }
  .public-legal-links { width: 100%; margin-top: 0; }
}
