/* Shared footer links and readable policy documents. */
.footer-bottom { flex-wrap: wrap; gap: 12px 24px; }
.footer-bottom > span { flex: 1 1 25rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.footer-legal a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.footer-legal a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.legal-tabs { display: flex; flex-wrap: wrap; gap: 6px 28px; padding: 12px var(--gutter); border-bottom: 1px solid var(--line); }
.legal-tabs a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; border-bottom: 2px solid transparent; }
.legal-tabs a[aria-current="page"] { border-color: var(--green); font-weight: 600; }
.legal-tabs a:hover { color: var(--green); }
.legal-document { max-width: 800px; }
.legal-updated { margin: 0 0 30px; font-size: 13px; color: var(--muted); }
.legal-section + .legal-section { margin-top: 34px; }
.legal-section h2 { margin: 0 0 14px; }
.legal-section p { margin: 14px 0 0; color: var(--muted); line-height: 1.8; overflow-wrap: anywhere; }
.legal-contact { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-contact a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .footer-bottom > span { flex-basis: 100%; }
  .footer-legal { width: 100%; gap: 2px 16px; }
  .legal-tabs { gap: 4px 20px; }
  .legal-tabs a { font-size: 13px; }
}
