/* === Sticky Layout === */
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.light-mode-enabled .elementor-location-header {
    background: #fff;
}

.section-search-box {
    position: sticky;
    top: var(--header-height, 60px);
    z-index: 998;
}

/*.section-content {*/
/*    height: calc(100dvh - var(--admin-bar-height, 32px) - var(--header-height, 60px) - var(--search-height, 80px));*/
/*    overflow-y: auto;*/
/*    overflow-x: hidden;*/
/*}*/
