:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1553cba *//* ── FIX flex-item overflow — articoli e pagine progetto ── */
@media (max-width: 767px) {

  /* I widget dentro i Flexbox Container devono poter stringersi */
  .e-con  > .elementor-widget,
  .e-con-inner > .elementor-widget {
    min-width: 0 !important;
  }

  /* Heading: va a capo invece di uscire */
  .elementor-heading-title {
    word-break:     break-word !important;
    overflow-wrap:  break-word !important;
    hyphens:        auto       !important;
    white-space:    normal     !important;
  }
}
@media (max-width: 767px) {
  .elementor-heading-title {
    font-size:      clamp(26px, 7vw, 40px) !important;   /* ← AGGIUNGI QUESTA */
    word-break:     break-word !important;
    overflow-wrap:  break-word !important;
    hyphens:        auto       !important;
    white-space:    normal     !important;
  }
}/* End custom CSS */