<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-controls {
    position: relative;
}

.search-controls__autocomplete {
    position: relative;
    z-index: 10;
    padding-top: 1rem;
}

.search-controls__other-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    box-shadow:
        var(--boxShadow1),
        var(--boxShadow2);
}

.search-controls__container {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 69.5rem;
}

.search-controls__container.search-controls__container--other-controls {
    display: flex;
    padding: 1rem;
}

.search-controls__container.search-controls__container--hidden {
    display: none;
}

.search-controls__button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-controls__button:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.search-controls__quick-access-filters {
    display: none;
}

.search-controls__view-toggle {
    margin-left: auto;
}

.search-controls__button.search-controls__button--filter-toggle[data-count] {
    position: relative;
    display: block;
    padding-left: 3rem;
}

.search-controls__button.search-controls__button--filter-toggle[data-count]:before,
.search-controls__button.search-controls__button--filter-toggle[data-count]:after {
    position: absolute;
    top: 50%;
    margin-top: -.75rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}

.search-controls__button.search-controls__button--filter-toggle[data-count]:before {
    font-size: .875rem;
    line-height: calc(22 / 14);
    content: attr(data-count);
    background: transparent none;
    z-index: 1;
}

.search-controls__button.search-controls__button--filter-toggle[data-count]:after {
    content: '';
    background: var(--secondaryColor) none;
    opacity: .25;
}

.search-controls__button.search-controls__button--view-toggle-map {
    margin-right: .5rem;
}

.search-controls__button.search-controls__button--mail-alert span {
    display: none;
}

.search-controls__filters-toggle {
    margin-right: .5rem;
}

.search-controls__mail-alert {
    margin-left: .5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 813px) {
    .search-controls__autocomplete {
        display: none;
    }

    .search-controls__button.search-controls__button--mail-alert span {
        display: block;
        margin-left: 0.25em;
    }
}

@media (min-width: 1024px) {
    .search-controls__other-controls {
        overflow-x: initial;
    }

    .search-controls__quick-access-filters {
        display: block;
        min-width: 0;
    }
}

.search-controls--sticky .search-controls__other-controls {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 1024px) {
    .search-controls--hide-filters-button .search-controls__filters-toggle {
        display: none;
    }
}

.search-controls {
    padding-bottom: 5rem;
    background-color: var(--skyColor);
}

.search-controls__container.search-controls__container--other-controls:before,
.search-controls__container.search-controls__container--other-controls:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    background-size: contain;
}

.search-controls__container.search-controls__container--other-controls:before {
    display: none;
}

.search-controls__container.search-controls__container--other-controls:after {
    right: -1rem;
    z-index: 100;
    content: '';
    width: 2.5rem;
    height: 2rem;
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/Bird-3863bd11ee.svg");
}

.search-controls__other-controls {
    background-image: url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/Skyline-970456e282.svg");
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 23.4375rem 5.5rem;
    background-color: var(--skyColor);
}

.search-controls__button.search-controls__button--filter-toggle:before {
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/Filters-c3987bd88e.svg");
}

.search-controls__button.search-controls__button--view-toggle-list:before {
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/List-caa9b914cb.svg");
}

.search-controls__button.search-controls__button--view-toggle-map {
    margin-right: .5rem;
}

.search-controls__button.search-controls__button--view-toggle-map:hover,
.search-controls__button.search-controls__button--view-toggle-list:hover {
    color: var(--greyColor20);
}

.search-controls__button.search-controls__button--view-toggle-map:before {
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/Map-4b60a86b4f.svg");
    color: #FFFFFF;
}

.search-controls__button.search-controls__button--mail-alert:before {
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/MailAlert-176c232ff9.svg");
}

.search-controls__button.search-controls__button--filter-toggle[data-count] {
    background-color: var(--secondaryColorLight);
    color: var(--greyColor20);
}

.search-controls__button.search-controls__button--filter-toggle[data-count]:before {
    color: var(--greyColor20);
}

@media (min-width: 1024px) {
    .search-controls__container.search-controls__container--other-controls:before {
        display: block;
        left: -3rem;
        width: 4.75rem;
        height: 3.75rem;
        background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/TreeBush-37ba9deec2.svg");
    }
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--filter-toggle[data-count] {
    background-color: #FFE29D;
    color: var(--greyColor20);
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--filter-toggle[data-count]:after {
    background-color: var(--secondaryColor);
    opacity: 1;
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--filter-toggle:hover {
    background-color: #FFBF22;
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--filter-toggle:hover[data-count]:after {
    background-color: #FFE29D;
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--mail-alert:hover {
    background-color: #51C576;
}

.search-controls--accessible-colors-variant-1 .search-controls__button.search-controls__button--mail-alert:is(:active, :focus, :focus-visible) {
    outline: -webkit-focus-ring-color auto 1px;
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--filter-toggle[data-count] {
    background-color: var(--tertiaryColor);
}

.search-controls--accessible-colors-variant-2 .search-controls__container.search-controls__container--other-controls:after {
    display: none;
}

.search-controls--accessible-colors-variant-2 .search-controls__container.search-controls__container--other-controls:before {
    display: none;
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--filter-toggle[data-count]:after {
    background-color: #E0F5E7;
    opacity: 1;
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--filter-toggle[data-count]:hover {
    background-color: #51C576;
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--filter-toggle[data-count]:focus {
    background-color: #6CCE8B;
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert {
    background-color: var(--secondaryColor);
    color: var(--greyColor20);
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert:hover {
    background-color: #FFBF22;
    color: var(--greyColor20);
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert:before {
    background: transparent url("/frontend/assets/Huurwoningen/Component/SearchControls/Images/MailAlertDark-1c8d0e116e.svg");
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert:focus,
.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert:active {
    background-color: #FFD56E;
    color: var(--greyColor20);
}

.search-controls--accessible-colors-variant-2 .search-controls__button.search-controls__button--mail-alert:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
</pre></body></html>