/* ========================================
   FIX STAFF MOBILE - CSS STANDALONE
   Caricato dopo Elementor per massima priorità
   ======================================== */

@media (max-width: 1024px) {
    /* Override display:none di Elementor per la sezione staff */
    html body .elementor-section.elementor-element.elementor-element-36b051c.elementor-hidden-tablet,
    html body .elementor-section.elementor-element.elementor-element-36b051c.elementor-hidden-mobile {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
    
    /* Mostra i container figli */
    html body .elementor-element-36b051c .elementor-hidden-tablet,
    html body .elementor-element-36b051c .elementor-hidden-mobile,
    html body .elementor-element-36b051c .e-con.elementor-hidden-tablet,
    html body .elementor-element-36b051c .e-con.elementor-hidden-mobile,
    html body .elementor-element-36b051c div.elementor-hidden-tablet,
    html body .elementor-element-36b051c div.elementor-hidden-mobile {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
    
    /* Nascondi sezione mobile vuota */
    html body .elementor-section.elementor-element-573fc28.elementor-hidden-desktop {
        display: none !important;
    }
}
