/* ==========================================================================
   Terms of Use Clone Test (post 15564, clone of live post 3330).
   Shared shell (hero/breadcrumb/accordion) lives in
   inc/legal-page/assets/legal-page.css — this file only covers this page's
   own content section (.tou-*) and CTA spacing.
   ========================================================================== */

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

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

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

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