.search-results .generate-columns-container {
    padding: 80px 0 120px 0;
}

.search-results a {
    text-decoration: none;
}

button.wp-block-search__button {
    color: var(--text);
    font-weight: 600;
    padding: 6px 10px;
    border: 2px solid var(--primary-accent) !important;
    background-color: var(--white);
    margin-right: 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    line-height: 1.5 !important;
}

button.wp-block-search__button:hover, button.wp-block-search__button:active, button.wp-block-search__button:focus {
    background-color: var(--background-body);
    color: var(--text);
    border-color: var(--primary-accent);
}

/* Clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* Clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
