#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
}

#block-search {
    background: #141414;
    border-bottom: 1px solid #696969;
    backdrop-filter: blur(6px);
}

@media screen and (min-width: 480px) {
    #block-search.block-search--main {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        background: rgba(20, 20, 20, 0.89);
    }
}

.be-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-page .widget-box:has(#news-letter-form),
.be-page .social-icons {
    display: none !important;
}

.be-booking-btn {
    display: block;
    padding: 14px 30px;
    margin: 20px 0 0;
    font-size: 13.5px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a68d3f;
}

.be-booking-btn:hover {
    color: #ffffff;
    background-color: #bda351;
}

#be-reputation-widget {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
