#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    min-height: 93px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 8.78%,
        #ffffff 33.89%,
        #ffffff 85.25%,
        rgba(255, 255, 255, 0.7) 95.11%,
        rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1199px) and (min-height: 600px) {
    #block-search.block-search--main {
        position: relative;
        z-index: 2;
        width: calc(100% - 40px);
        max-width: 1280px;
        margin: -160px auto 67px;
        box-shadow: none;
    }
}

.be-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

.header-header .be-booking-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 0 10px;
    font-size: calc(12.5px + .1vw);
    letter-spacing: .25rem;
    color: #c98f77;
    background: #fff;
    transition: all 0.2s;
}

.nav-header .be-booking-btn--mobile,
#nav-mobile-content .be-booking-btn--mobile,
#nav-mobile-search .be-booking-btn--mobile {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 60px;
    min-height: 40px;
    padding: 0 10px;
    font-size: calc(12.5px + .1vw) !important;
    letter-spacing: .25rem;
    text-align: center;
    color: #fff !important;
    background: #c98f77;
    transition: all 0.2s;
}

.be-booking-btn.be-booking-btn--room {
    display: block;
    width: fit-content;
    min-width: 168px;
    padding: 14px 30px;
    margin: 20px auto;
    font-size: 13.5px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #c98f77;
}

.be-booking-btn.be-booking-btn--room:hover {
    color: #fff;
    background-color: #d5a794;
}
