/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

.object-status-verhuurd-onder-voorbehoud .aw_status,
.object-status-leased-under-the-condition .aw_status {
	background-color: #ffff6e !important;
}

.object-status-verhuurd .aw_status, .object-status-rented .aw_status {
	background-color: #f13d41 !important;
	color: #fff;
}