/* Search V2 */
.input-field input[type="search"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1.5px solid #BFB9B9;
    border-radius: 4px;
    transition: 0.5s;
    padding: 0.75rem 1rem;
    border-color: var(--light-grey);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url('/images/x-cross.svg');
    background-size: 10px 10px;
    cursor: pointer;
}

.search-result-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sort-result {
    margin: -0.25rem 0 1rem -0.25rem !important;
    background-image: linear-gradient(45deg, transparent 50%, #757575 50%), linear-gradient(135deg, #757575 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    width: 250px;
}

.filter-icon {
    position: static;
    transform: unset;
}

.search-filters {
    display: block;
}

.search-filters hr {
    margin: 1rem 0;
}

.advanced-filters {
    margin: 2rem 0;
}

.search-sidebar .reset {
    visibility: visible;
}

.search-item {
    border-bottom: 1.5px solid #BFB9B9;
    padding: 1rem 0;
}

.search-type {
    color: var(--primary-brand);
    font-weight: 600;
}

.district .search-type {
    color: var(--accent-2);
}

.search-content p {
    margin-bottom: 0;
    color: var(--dark-font-color);
    font-weight: var(--font-regular);
}

.search-content h4 {
    color: var(--dark-font-color);
    margin: .5rem 0;
    font-size: 1.2rem;
}

.searchv2-pagination-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-end;
    margin: 1rem 0;
}

.searchv2-pagination-row i {
    cursor: pointer;
}

.search-result-term {
    color: #707070;
    font-size: 1.2rem;
    font-weight: 600;
}

.search-content .promoted  {
    color: var(--medium-grey);
    font-size: .75rem;
}