<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SEARCH RESULTS CSS */
.propertyhive ul.properties li { box-sizing:border-box; width:32%; margin-left:2%; border-bottom:0; clear:none !important; }
.propertyhive ul.properties li:nth-child(3n+1) { clear:left !important; margin-left:0; }

@media (max-width:990px) {
	.propertyhive ul.properties li.first { clear:none !important; } 
	.propertyhive ul.properties li { width:49%; margin-left:2%; }
	.propertyhive ul.properties li:nth-child(3n+1) { clear:none !important; margin-left:2%; }
	.propertyhive ul.properties li:nth-child(2n+1) { clear:left !important; margin-left:0; }
}

@media (max-width:590px) {
	.propertyhive ul.properties li { clear:both !important; float:none !important; width:100% !important; margin-left:0 !important; }
}

/* CSS SPECIFIC TO CARD LAYOUT */
.propertyhive ul.properties li .thumbnail { float:none; width:100%; }
.propertyhive ul.properties li .thumbnail img { width:100%; }
.propertyhive ul.properties li .details { float:none; width:100%; }

.actions {
    display: none;
}</pre></body></html>