/* Keep longer SEO headings within the approved page composition. */
body.pdf-site .pdf-package-heading-detail {
  display: block;
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
body.pdf-site .pdf-how > .pdf-wrap > h2 {
  max-width: 24ch;
  margin-inline: auto;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  text-wrap: balance;
}
@media (max-width: 600px) {
  body.pdf-site.pdf-pricing-page .pdf-page-hero h1 {
    font-size: clamp(36px, 11.25vw, 52px);
  }
}
