#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    max-width: 1504px;
    margin: 0 auto;
    background: #f1ece2;
    border-radius: 8px;
}

.be-container {
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    #block-search {
        border-radius: 0;
        border: 1px solid #7C0303;
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    .video-wrapper {
        max-height: calc(100vh - 81px);
        overflow: hidden;
    }
}

.be-booking-wrapper * {
    box-sizing: border-box;
}

.be-booking-wrapper {
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

#be-hotel-select {
    display: none;
}

.bookmarks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 2px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bookmarks li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 72px;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(124, 3, 3, 0.5);
    cursor: pointer;
    transition: box-shadow ease-out 0.2s;
}

.bookmarks li.active {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    background: #7C0303;
    cursor: default;
}

.bookmarks li:not(.active):hover {
    background: rgba(124, 3, 3, 0.7);
    transition: box-shadow ease-out 0.2s;
}

@media screen and (max-width: 480px) {
    .bookmarks {
        flex-direction: column;
    }

    .bookmarks li {
        min-height: 60px;
    }
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-booking-page #mc_embed_shell,
.be-booking-page a[href*="facebook.com"],
.be-booking-page a[href*="x.com"],
.be-booking-page a[href*="instagram.com"],
.be-booking-page a[href*="linkedin.com"],
.be-booking-page a[href*="youtube.com"] {
    display: none!important;
}
