/* ═══════════════════════════════════════════════════════════════════════════
   Legal Pages — Privacy Policy and Terms of Service
   ═══════════════════════════════════════════════════════════════════════════ */

/* Page title */
body .legal-page-title {
  font-family: var(--wp--preset--font-family--bebas-neue) !important;
  color: #fff !important;
  font-size: 2.5rem !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 0 !important;
}

/* "Last updated" dateline */
body .legal-last-updated {
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: rgba(255, 255, 255, 0.35) !important;
  font-family: var(--wp--preset--font-family--barlow) !important;
  margin-top: var(--wp--preset--spacing--20) !important;
  margin-bottom: var(--wp--preset--spacing--60) !important;
}

/* Intro callout box */
body .legal-intro-box {
  background: rgba(105, 190, 40, 0.06) !important;
  border-left: 3px solid var(--sc-green) !important;
  border-radius: 0 4px 4px 0 !important;
  margin-bottom: var(--wp--preset--spacing--50) !important;
}

body .legal-intro-box p {
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0 !important;
}

/* Section headings — override global Kameron within legal content */
body .legal-content-area .wp-block-heading {
  font-family: var(--wp--preset--font-family--bebas-neue) !important;
  color: var(--sc-green) !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-top: var(--wp--preset--spacing--60) !important;
  margin-bottom: var(--wp--preset--spacing--20) !important;
}

/* Body copy */
body .legal-content-area p {
  font-size: 0.9rem !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Detail list blocks (left-border item groups) */
body .legal-detail-list {
  border-left: 2px solid rgba(255, 255, 255, 0.12) !important;
  padding-left: 1.25rem !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}

body .legal-detail-list p {
  margin-bottom: 0.5rem !important;
}

/* Links (email, etc.) */
body .legal-content-area a {
  color: var(--sc-green) !important;
  text-decoration: none;
}

body .legal-content-area a:hover {
  text-decoration: underline;
}

/* Highlighted term labels */
body .legal-highlight {
  color: #fff !important;
  font-weight: 600 !important;
}
