#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ffffffd9;
    width: 100%;
}

#block-search.-inner {
    background: rgb(236 237 239);
}

#sp-section-4:has(#block-search.-inner) {
    background: rgb(236 237 239) !important;
}

.tl-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a67c00;
    background-image: linear-gradient(0deg, #a67c00, #a67c00);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    height: 42px;
    width: 200px;
    padding: 0 12px;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    white-space: normal;
}

.tl-button:hover {
    background-color: #cf9a00;
    background-image: linear-gradient(0deg, #cf9a00, #cf9a00);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-bottom-color: hsla(0, 0%, 100%, .16) !important;
    color: #fff !important;

}