#block-search,
#block-search *,
#block-search-mobile,
#block-search-mobile * {
    box-sizing: border-box;
}

#block-search,
#block-search-mobile {
    background: #efeeeb;
    border: solid #9e9280;
    border-width: 1px 0;
}

.be-container {
    max-width: 1308px;
    margin: 0 auto;
    padding: 0 30px;
}

/*body:has(#block-search-mobile) #block-search {
    display: none;
}

@media screen and (min-width: 1080px) {
    body:has(#block-search-mobile) #block-search {
        display: block;
    }

    #block-search-mobile {
        display: none;
    }
}*/

#tl-booking-cart {
    z-index: 1 !important;
}

.be-reputation {
    position: relative;
}

.be-reputation-widget {
    display: none;
    width: 100%;
    max-width: 120px;
}

.be-reputation-widget--mobile {
    display: block;
    max-width: 150px;
}

.be-reputation .be-reputation-widget {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .be-reputation-widget {
        display: block;
    }

    .be-reputation-widget--mobile {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .be-reputation .be-reputation-widget {
        right: 30px;
    }
}
