/**
 * Public marketing site (body.fc-ds.fc-site) — supplemental responsive tweaks.
 * Primary breakpoints also live in fc-design-system.css and header.php.
 */

@media only screen and (max-width: 767.98px) {
  body.fc-ds.fc-site .basic-page-container {
    overflow-x: clip;
  }

  body.fc-ds.fc-site .basic-page-container .mt-widget-ins {
    padding-left: 0;
    padding-right: 0;
  }

  body.fc-ds.fc-site .short-hero .col-content-area__inner {
    padding-left: clamp(0.75rem, 4vw, 1rem);
    padding-right: clamp(0.75rem, 4vw, 1rem);
  }

  body.fc-ds.fc-site .short-hero .hero-headline {
    font-size: clamp(1.35rem, 5vw, 2rem);
  }

  body.fc-ds.fc-site .privacy-policy .sec-title.pr-85 {
    padding-right: 0 !important;
  }

  body.fc-ds.fc-site .more-main-cover-content .more-main-cover-title {
    font-size: clamp(1.4rem, 5.5vw, 2rem);
  }
}
