/* Shared, high-contrast reading surface for Privacy, Terms and Cookie pages. */
.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 28px 64px;
  background: #ffffff;
  color: #24313d;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  box-shadow: 0 2px 12px rgba(19, 52, 29, .08);
}

.legal-page .policy-header { border-color: #28613a; }
.legal-page h1,
.legal-page h2,
.legal-page h3 { color: #1d5b34; }
.legal-page h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1.12;
}
.legal-page h2 { font-family: Fraunces, Georgia, serif; }
.legal-page h3 { font-weight: 700; }

.legal-page p,
.legal-page li,
.legal-page td,
.legal-page .last-updated,
.legal-page .footer-note { color: #24313d; }
.legal-page p { text-align: left; }
.legal-page strong { color: #184b2c; }
.legal-page a { color: #17683a; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.legal-page a:hover { color: #a95100; }

.legal-page th { color: #ffffff; background: #215c35; }
.legal-page td { background: #ffffff; }
.legal-page tr:nth-child(even) td { background: #f3f8f4; }
.legal-page code { color: #153c24; }
.legal-page .contact-info { background: #f2f8f3; }

@media (max-width: 640px) {
  .legal-page { padding: 34px 18px 48px; font-size: 15px; }
  .legal-page h2 { font-size: 1.55rem; }
}
