/* ==========================================================================
   Privacy Policy / legal page template (tpl-policy.php) — the dark hero
   comes from template-parts/page-hero.php + global.css; this file only
   styles the long-form WYSIWYG body (the_content()) below it, plus a
   title-color override specific to this page's hero (see below).
   ========================================================================== */

.page-hero h1 {
  color: var(--Main-Color-Main-Color, #31aaec);
  text-align: center;
  font-family: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 60px */
}

.page-hero p {
  color: var(--Main-Color-Gray, #c2c6d6);
  text-align: center;
  font-family: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.pl-body {
  background: var(--ds-color-tint, #eff4ff);
  padding-top: 4.5rem;
  padding-bottom: 5.5rem;
}

.pl-body-inner {
  max-width: 840px;
}

.pl-content {
  background: var(--ds-color-white, #fff);
  border: 1px solid rgba(10, 21, 38, 0.08);
  border-radius: 12px;
  padding: 3rem;
  color: var(--ds-color-subtext, #8d8d8e);
  font-family: var(--ds-font-body);
  font-size: var(--ds-body-md-size, 1rem);
  line-height: var(--ds-body-lg-height, 27.9px);
}

@media (max-width: 640px) {
  .pl-content {
    padding: 1.75rem;
  }
}

.pl-content > *:first-child {
  margin-top: 0;
}

.pl-content > *:last-child {
  margin-bottom: 0;
}

.pl-content h1,
.pl-content h2,
.pl-content h3,
.pl-content h4 {
  font-family: var(--ds-font-display);
  font-weight: 700;
  color: var(--ds-color-maintext, #231f20);
}

.pl-content h2 {
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  font-size: var(--ds-heading-lg-size, 1.5rem);
  line-height: var(--ds-heading-lg-height, 1.75rem);
}

.pl-content h2:first-child {
  margin-top: 0;
}

.pl-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: var(--ds-heading-md-size, 1.25rem);
  line-height: var(--ds-heading-md-height, 1.5rem);
}

.pl-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: var(--ds-heading-sm-size, 1.125rem);
  line-height: var(--ds-heading-sm-height, 1.5rem);
}

.pl-content p {
  margin: 0 0 1.25rem;
}

.pl-content ul,
.pl-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

.pl-content li {
  margin-bottom: 0.5rem;
}

.pl-content li:last-child {
  margin-bottom: 0;
}

.pl-content a {
  color: var(--ds-color-primary, #0883dd);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pl-content a:hover,
.pl-content a:focus-visible {
  color: var(--ds-color-primary-hover, #066bb3);
}

.pl-content strong,
.pl-content b {
  color: var(--ds-color-maintext, #231f20);
  font-weight: 700;
}

.pl-content hr {
  margin: 2.5rem 0;
  border: none;
  border-top: 1px solid rgba(10, 21, 38, 0.08);
}

.pl-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem;
}

.pl-content th,
.pl-content td {
  padding: 0.75rem;
  border: 1px solid rgba(10, 21, 38, 0.08);
  text-align: left;
}
