#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    z-index: 1;
    background: rgba(255, 253, 249, 0.95);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

@media screen and (min-width: 1040px) {
    #block-search.block-search--fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
    }

    body:has(#be-search-form) .elementor-location-footer .elementor-element-3f144bd {
        padding-bottom: 160px;
    }
}

.be-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

#tl-booking-cart {
    z-index: 1 !important;
}
