/**
 * “Explore the ♥ Heart of Education in Europe” — first band under hero on Italy / France / Germany v3 mirrors.
 * Marker-style type (Permanent Marker). Do not set opacity/transform on `.elementor-widget-wrap` here: that column
 * uses Elementor entrance (`fadeInLeft` + `.elementor-invisible`); forcing `opacity: 0` on children made the
 * entrance animation look broken (child opacity multiplies with the animated column).
 */

section.ke-explore-heart-banner {
  text-align: center;
  /* Contain any stray horizontal overflow at the hero / first-band seam. */
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  section.ke-explore-heart-banner {
    overflow-x: clip;
  }
}

section.ke-explore-heart-banner .elementor-heading-title {
  font-family: 'Permanent Marker', 'Brush Script MT', 'Segoe Script', cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: clamp(1.65rem, 4.2vw, 2.65rem);
}
