/* Bridge between Elementor sticky headers and the WP admin bar on the frontend. */
body.admin-bar .elementor-location-header {
    margin-top: -32px;
}

@media (max-width: 782px) {
    body.admin-bar .elementor-location-header {
        margin-top: -46px;
    }
}
