/*
4304	CSS Impiedica link acasa sa se intinda de la logo peste tot
admin2	Site Wide Header	30 September 2025 at 07:17		css	10
*/

/* A) (opțional) Logo: nu se întinde peste header */
.hdr .elementor-widget-theme-site-logo { width:auto !important; max-width:max-content !important; }
.hdr .elementor-widget-theme-site-logo a { display:inline-flex !important; width:auto !important; }

/* B) Taie orice <a> wrapper din containerele headerului (cauza overlay-ului spre /acasa) */
.elementor-location-header .elementor-section > a,
.elementor-location-header .elementor-container > a,
.elementor-location-header .elementor-column > a,
.elementor-location-header .elementor-widget-wrap > a {
    pointer-events: none !important;
}

/* C) Permite click pe linkurile reale (meniul, butonul Autentificare și logo-ul) */
.elementor-location-header .elementor-nav-menu a,
.elementor-location-header a.hdr-cta,
.elementor-location-header .elementor-widget-theme-site-logo a {
    pointer-events: auto !important;
}

/* D) Stratificare clară pe dreapta */
.hdr .hdr-col-right { position: relative !important; z-index: 100 !important; }
.hdr a.hdr-cta { position: relative !important; z-index: 101 !important; display: inline-flex !important; }
