.site-legal-footer {
  align-items: center;
  border-top: 1px solid var(--site-footer-line, var(--content-line, var(--border, rgba(255, 255, 255, .09))));
  color: var(--site-footer-muted, var(--content-muted, var(--subtle, #a3a6a2)));
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 6px 10px;
  justify-content: center;
  margin: 0;
  padding: 20px 12px 0;
  text-align: center;
}

.site-legal-footer-link {
  color: inherit;
  padding: 3px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-legal-footer-link:hover,
.site-legal-footer-link:focus-visible {
  color: var(--site-footer-accent, var(--content-accent, var(--brand, #f5d74d)));
}

.site-legal-footer-separator {
  color: inherit;
  opacity: .8;
  user-select: none;
}

.landing-footer .site-legal-footer {
  padding-bottom: max(28px, env(safe-area-inset-bottom));
}
