#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.be-container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-booking-box h2 {
    text-align: center;
}

.book-now-btn a {
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    text-decoration: none;
}

:has(.be-booking-box) .book-now-btn,
:has(.be-booking-box) .tripadvisor {
    display: none;
}

:has(.be-booking-box) .footer-container {
    padding-bottom: 0 !important;
}

@media (min-width: 991px) {

    #block-search {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        width: 100vw;
    }

    .footer-container {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1154px) {
    :has(#block-search) .footer-container {
        padding-bottom: 153px !important;
    }
}
