/* Isolani sitewide quick fixes — 2026-08-03 */

body#index .isolani-home-hero-title {
  max-width: 100%;
  margin: 0;
  padding: 0 12px;
  color: inherit;
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  body#index .isolani-home-hero-title {
    padding-right: 16px;
    padding-left: 16px;
    font-size: clamp(17px, 4.8vw, 19px);
    line-height: 1.35;
  }

  #footer-container-main .hos-newsletter-footer-2 .elementor-newsletter-form > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
