/* Scoped to disclosure and recovery pages; does not affect the five main pages. */
.disclosure-page main a { text-decoration: underline; text-underline-offset: .2em; }
.disclosure-page .privacy-body { overflow-wrap: anywhere; }
.disclosure-page .privacy-section-header { align-items: flex-start; }
.disclosure-page .privacy-section h2 { line-height: 1.25; }
.disclosure-page main :is(a, button, input, select, textarea), .disclosure-page h2 { scroll-margin-top: 130px; }
.disclosure-page .quick-links-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.disclosure-page .footer-links a { display: inline-block; padding: 3px 0; }
@media (max-width: 480px) {
  .disclosure-page .privacy-content { padding: 48px 20px; }
  .disclosure-page .privacy-contact-card { padding: 20px; }
}
