<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location-search__form {
    display: flex;
}

.location-search .location-search__autocomplete {
    flex: 1;
}

.location-search .location-search__radius {
    position: relative;
    padding: 0 .75rem;
    background-color: #FFF;
}

.location-search .location-search__radius::before {
    content: '';
    position: absolute;
    display: block;
    height: 1.75rem;
    width: 2px;
    left: 0;
    top: .375rem;
    background-color: var(--greyColor40);
}

.location-search .location-search__radius:last-child {
    border-top-right-radius: var(--borderRadius);
    border-bottom-right-radius: var(--borderRadius);;
}

.location-search .location-search__radius-control {
    position: relative;
    appearance: none;
    background-color: transparent;
    height: 2.5rem;
    border: none;
    padding: 0;
    font-size: 1rem;
}

.location-search .button.button--secondary {
    height: 2.5rem;
    aspect-ratio: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url("Shared/Component/LocationSearch/Presentation/Images/Search.svg");
    background-size: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
}

.location-search .button.button--secondary {
    background-image: url("/frontend/assets/Huurwoningen/Component/LocationSearch/Presentation/Images/Search-bf78533815.svg");
    background-size: 1.25rem;
}
</pre></body></html>