#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #E0DBE1;
    width: 100%;
    position: relative;
    z-index: 9;
}
.tl-container {
    padding: 10px 25px;
    max-width: 1250px;
    margin: 0 auto;
}
.btn.tl-btn {
    font-family: "Sans-serif", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 8px;
    margin: 20px 0 40px;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #e46e00;
    background-image: linear-gradient(0deg, #1c2121, #1c2121);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
}
.btn.tl-btn:hover {
    color: #59f3cf !important;
    background-color: #ff820e;
    background-image: linear-gradient(0deg, #1c2121, #1c2121);
    border: 1px solid hsla(0, 0%, 100%, .16);
    text-decoration: none !important;
    cursor: pointer;
}
