.tl-wrapper {
    position: relative;
    margin: 0 20px;
    background: #ebebe3;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #fff;
    box-shadow: 0 0 4px 0 #00000026;
    border-radius: 10px;
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    position: absolute !important;
    z-index: 9;
    bottom: -25px;
    transform: translateX(-50%);
    left: 50%;
}

.tl-container {
    padding: 0 25px;
}

.button {
    background-color: transparent;
    background-image: none;
    text-transform: none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.button.button-center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 920px) {
    .tl-wrapper {
        margin: 0 auto;
    }
    #block-search {
        position: relative !important;
        bottom: auto;
        margin: 0 auto;
        transform: none;
        left: auto;
        border-radius: 0;
    }
}