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

.block-search-wrapper {
    position: relative;
}

#block-search {
    margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
    #block-search {
        position: absolute;
        top: -200px;
        z-index: 2;
        width: 100%;
    }
}

.tl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    background: #F9F9F9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#booking-page .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#booking-page .content {
    flex-grow: 1;
}