/* Version 147: requested Marysville title and May's offer refinements. */
body.marysville-page .mobil-page-hero,
body.marysville-page .marysville-page-content {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

body.marysville-page .mobil-page-content h2::before,
body.marysville-page .mobil-page-content h2::after,
body.marysville-page .mobil-page-content h3::before,
body.marysville-page .mobil-page-content h3::after {
  display: none !important;
  content: none !important;
}

body.marysville-page .mobil-page-hero h1 {
  max-width: none !important;
  font-size: clamp(5rem, 9.5vw, 7.8rem) !important;
  line-height: .9 !important;
  letter-spacing: .015em !important;
  white-space: nowrap;
}

body.marysville-page .marysville-hero-details {
  display: grid !important;
  gap: 6px;
  max-width: 820px !important;
  text-align: center;
}

body.marysville-page .marysville-hero-details span {
  display: block;
}

body.marysville-page .marysville-hero-details span:first-child {
  font-size: 1.22rem;
  font-weight: 800;
}

body.marysville-page .marysville-hero-details span:last-child {
  font-size: 1rem;
  font-weight: 600;
}

body.marysville-page .marysville-offer-card {
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
  grid-template-areas:
    "logo copy"
    "logo action";
  column-gap: 32px;
  row-gap: 22px;
}

body.marysville-page .marysville-offer-card::after {
  display: none !important;
  content: none !important;
}

body.marysville-page .marysville-mays-logo-wrap {
  grid-area: logo;
  align-self: center;
  justify-self: start;
  width: 100%;
}

body.marysville-page .marysville-mays-logo {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #f2cf18;
  border-radius: 14px;
  background: #cc0011;
  box-shadow: 0 10px 24px rgba(102, 0, 9, .16);
}

body.marysville-page .marysville-offer-copy {
  grid-area: copy;
  max-width: 720px;
}

body.marysville-page .marysville-offer-card .marysville-offer-heading {
  margin-bottom: 16px !important;
  color: var(--mobil-theme-red, #d81f26) !important;
  -webkit-text-fill-color: var(--mobil-theme-red, #d81f26) !important;
  font-family: "Harlow Solid Italic", "Harlow Solid", "Lobster", "Brush Script MT", "Segoe Script", cursive !important;
  font-size: clamp(2.65rem, 4.6vw, 4rem) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.marysville-page .marysville-offer-card .btn {
  grid-area: action;
  justify-self: start;
}

@media (max-width: 900px) {
  body.marysville-page .marysville-offer-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "logo"
      "copy"
      "action";
  }

  body.marysville-page .marysville-mays-logo-wrap {
    width: min(100%, 320px);
  }
}

@media (max-width: 760px) {
  body.marysville-page .mobil-page-hero h1 {
    max-width: none !important;
    font-size: clamp(3.35rem, 15.5vw, 4.65rem) !important;
    white-space: nowrap;
  }

  body.marysville-page .marysville-hero-details {
    max-width: 30ch !important;
    gap: 5px;
  }

  body.marysville-page .marysville-hero-details span:first-child {
    font-size: 1.02rem;
    line-height: 1.35;
  }

  body.marysville-page .marysville-hero-details span:last-child {
    font-size: .92rem;
    line-height: 1.4;
  }

  body.marysville-page .marysville-offer-card .marysville-offer-heading {
    font-size: clamp(2.25rem, 10.5vw, 3.05rem) !important;
  }
}

@media (max-width: 360px) {
  body.marysville-page .mobil-page-hero h1 {
    font-size: 3.08rem !important;
  }
}
