/* FTDE popup - migliora visibilità header e contenuto */

.elementor-popup-modal {
  top: 60px !important; /* lascia visibile l'header fisso */
  height: calc(100% - 60px) !important;
}

.elementor-popup-modal .dialog-widget-content {
  overflow-y: auto !important;
  max-height: 100% !important;
}

/* Opzionale: forza la X se presente nel template */
.elementor-popup-modal .dialog-close-button {
  display: block !important;
  z-index: 99999;
}
