<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.illustrated-features {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.illustrated-features__item {
    border-left: 1px solid var(--greyColor40);
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    white-space: nowrap;
}

.illustrated-features__item:first-child {
    border-left: none;
}

.illustrated-features__item::before {
    margin-right: 0;
    width: 2rem;
    height: 2rem;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.illustrated-features__item:last-child {
    margin-right: 0;
}

.illustrated-features__item.illustrated-features__item--interior {
    min-width: 9rem;
    white-space: normal;
}

.illustrated-features.illustrated-features--compact {
    width: auto;
}

.illustrated-features--compact .illustrated-features__item {
    margin-right: 1rem;
    border: none;
    flex-direction: row;
    flex: none;
    padding: 0;
    min-width: auto;
    margin-bottom: .5rem;
}

.illustrated-features--compact .illustrated-features__item:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}

.illustrated-features__description {
    white-space: nowrap;
}

.illustrated-features--compact.illustrated-features--narrow {
    flex-direction: column;
}

.illustrated-features--compact.illustrated-features--narrow .illustrated-features__item {
    font-size: .75rem;
    line-height: 1.5;
    margin-right: .25rem;
    justify-content: start;
}

.illustrated-features--compact.illustrated-features--narrow .illustrated-features__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.illustrated-features--compact.illustrated-features--narrow .illustrated-features__item::before {
    margin-right: .125rem;
    width: 1rem;
    height: 1rem;
}

@media (min-width: 1024px) {
    .illustrated-features--compact.illustrated-features--narrow .illustrated-features__item {
        font-size: 1rem;
    }

    .illustrated-features--compact.illustrated-features--narrow .illustrated-features__item::before {
        margin-right: .5rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}

.illustrated-features__item.illustrated-features__item--construction-period:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/ConstructionPeriod-cf19865047.svg");
}

.illustrated-features__item.illustrated-features__item--interior:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/Interior-c85d31ed5d.svg");
}

.illustrated-features__item.illustrated-features__item--number-of-rooms:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/NumberOfRooms-f2e2bfc93f.svg");
}

.illustrated-features__item.illustrated-features__item--plot-size:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/PlotSize-4a5c15c6ff.svg");
}

.illustrated-features__item.illustrated-features__item--surface-area:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/SurfaceArea-d8464e9856.svg");
}

.illustrated-features__item.illustrated-features__item--garden-surface-area:before {
    background-image: url("/frontend/assets/Huurwoningen/Component/IllustratedFeatures/Images/GardenSurfaceArea-6e8ebcb26c.svg");
}

.illustrated-features.illustrated-features--carrousel-preview {
    width: auto;
}

.illustrated-features--carrousel-preview .illustrated-features__item {
    margin-right: 1rem;
    border: none;
    flex-direction: row;
    flex: none;
    padding: 0;
    min-width: auto;
    margin-bottom: .5rem;
}

.illustrated-features--carrousel-preview .illustrated-features__item:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}

.illustrated-features__description {
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .illustrated-features.illustrated-features--carrousel-preview {
        width: 100%;
    }

    .illustrated-features--carrousel-preview .illustrated-features__item {
        border-left: 1px solid var(--greyColor40);
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
        white-space: nowrap;
        margin-bottom: 0;
        margin-right: 0;
    }

    .illustrated-features--carrousel-preview .illustrated-features__item:first-child {
        border-left: none;
    }

    .illustrated-features--carrousel-preview .illustrated-features__item::before {
        margin-right: 0;
        width: 2rem;
        height: 2rem;
    }

    .illustrated-features--carrousel-preview .illustrated-features__item:last-child {
        margin-right: 0;
    }

    .illustrated-features--carrousel-preview .illustrated-features__item.illustrated-features__item--interior {
        min-width: 9rem;
        white-space: normal;
    }
}
</pre></body></html>