/* v1.9.34: keep the uploaded banner image clear and protect only the text area. */
html body.zl-home .home-full-hero .hero-copy {
  width: min(720px, 62%) !important;
  padding: 30px 34px !important;
  border-radius: 16px;
  background: rgba(7, 38, 64, .68);
  box-shadow: 0 18px 48px rgba(0, 20, 38, .22);
  text-shadow: 0 2px 6px rgba(0, 0, 0, .62);
}

html body.zl-home .home-full-hero .hero-copy h1,
html body.zl-home .home-full-hero .hero-copy .lead {
  color: #fff !important;
}

html body.zl-home .home-full-hero .hero-copy .lead {
  opacity: 1 !important;
}

html body.zl-home .home-full-hero .hero-actions .btn-primary {
  background: var(--orange, #f28a24) !important;
  border-color: var(--orange, #f28a24) !important;
  color: #fff !important;
  text-shadow: none;
}

html body.zl-home .home-full-hero .hero-actions .btn-primary:hover,
html body.zl-home .home-full-hero .hero-actions .btn-primary:focus-visible {
  background: var(--orange-dark, #dd7312) !important;
  border-color: var(--orange-dark, #dd7312) !important;
}

@media (max-width: 980px) {
  html body.zl-home .home-full-hero .hero-copy {
    width: min(680px, 82%) !important;
  }
}

@media (max-width: 620px) {
  html body.zl-home .home-full-hero .hero-copy {
    width: 100% !important;
    padding: 22px 20px !important;
    border-radius: 12px;
  }
}
