<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 {
    flex-wrap: nowrap;
}

.illustrated-features__item {
    display: flex;
    justify-content: center;
}

.illustrated-features__item:before {
    width: 1.5rem;
    height: 1.5rem;
}

.illustrated-features__item.illustrated-features__item--interior {
    min-width: 0;
}

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

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

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

.illustrated-features__item.illustrated-features__item--number-of-bedrooms:before {
    background-image: url("/frontend/assets/Rentaroof/Component/IllustratedFeatures/Images/NumberOfBedrooms-4a8b12d4a7.svg");
}

.illustrated-features__item.illustrated-features__item--number-of-bathrooms:before {
    background-image: url("/frontend/assets/Rentaroof/Component/IllustratedFeatures/Images/NumberOfBathrooms-0579ff6f27.svg");
}

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

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

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