<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- Shortlist toggle --- */
.slToggleState {
	display: none;
	cursor: pointer;
}

.shortlistToggle .loading-icon, .shortlistToggle .propertyId,
	.shortlistToggle .propertyRef {
	display: none;
}

.shortlistToggle.loading .slToggleState, .shortlistToggle.loading .slToggleState.active {
	display: none;
}

.shortlistToggle .active, .shortlistToggle.loading .loading-icon {
	display: inline;
}

/* --- Search form --- */
.icSearch .propertyTypesList .option .label:before {
	content: '- ';
}

.icSearch .propertyTypesList .option.first-option .label:before, .icSearch .propertyTypesList .option.p .label:before {
	content: '';
}</pre></body></html>