/* ==========================================================================
   Privacy Policy Clone Test (post 15562, clone of live post 3).
   Shared shell (hero/breadcrumb/accordion) lives in
   inc/legal-page/assets/legal-page.css — this file only covers this page's
   own content section (.pp-*) and CTA spacing.
   ========================================================================== */

.pp-page { overflow-x: clip; }

.pp-body {
  background: #fff;
  padding: 72px 0;
}
@media (max-width: 767px) {
  .pp-body { padding: 48px 0; }
}

/* Static hardcoded text on live (verified: zero __dynamic__ markers in
   _elementor_data) — not a date tag, never auto-refreshes. Contains a
   narrow no-break space (U+202F, &#8239;) between "is" and "April 1,
   2019" in the section-2-body.php markup — preserve exactly. */
.pp-page .pp-date {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #233963;
  margin: 0 0 32px;
}

.pp-page .pp-h2 {
  font-family: 'Public Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  color: #233963;
  margin: 0 0 24px;
}
.pp-page .pp-h2--spaced { margin-top: 48px; }
@media (max-width: 767px) {
  .pp-page .pp-h2 { font-size: 26px; }
}

/* Color confirmed against live's actual computed style on the sibling
   Cookie Preferences page (getComputedStyle → rgb(30,46,76) = #1E2E4C). */
.pp-intro {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1E2E4C;
  max-width: 78ch;
  margin-bottom: 40px;
}
.pp-intro p { margin: 0 0 16px; }
.pp-intro p:last-child { margin-bottom: 0; }

.pp-cta { padding: 0 0 96px; }
@media (max-width: 767px) {
  .pp-cta { padding: 0 0 56px; }
}
