/* Sticky header + offset */
.elementor-location-header, .site-header { 
    position: sticky; 
    top: 0; 
    z-index: 999; 
} 
.has-admin-bar .elementor-location-header, .has-admin-bar .site-header { 
    top: 32px; 
} 
@supports selector(:has()) { 
    body:not(.elementor-editor-active) .elementor-location-header:has(.elementor-sticky) { 
        top: 0; 
    } 
}
