.legal-page { --border-color: #d9dfd5; --text-muted: #66766c; --bg-card: #fff; }
.legal-page .doc-container { max-width: 800px; margin: 64px auto 80px; padding: 0; }
.legal-page .doc-title { font-size: clamp(36px, 5vw, 54px); margin-bottom: 16px; }
.legal-page .doc-last-updated { color: #66766c; margin-bottom: 36px; }
.legal-page .doc-content { background: transparent; border: 0; border-top: 1px solid #d9dfd5; border-radius: 0; padding: 36px 0 0; box-shadow: none; overflow-wrap: anywhere; }
.legal-page .doc-content h2 { font-size: 23px; font-weight: 500; line-height: 1.3; margin-top: 36px; }
.legal-page .doc-content > h2:first-child { margin-top: 0; }
.legal-page .doc-content p, .legal-page .doc-content li { line-height: 1.8; }
.legal-page .doc-content a { color: #146b4b; text-decoration: underline; text-underline-offset: 3px; }
.legal-page .doc-content th { background: #e8eee4; }
.legal-page .doc-content td { vertical-align: top; }
.legal-page .optout-card { background: #fff; border: 1px solid #d9dfd5; border-radius: 10px; box-shadow: none; backdrop-filter: none; }
.legal-page .site-footer { text-align: left; }
@media(max-width:680px) {
  .legal-page .doc-container { margin: 40px auto 52px; }
  .legal-page .doc-content { padding-top: 28px; }
  .legal-page .optout-card { padding: 22px !important; }
  .legal-page .doc-content th, .legal-page .doc-content td { padding: 12px; }
}
