/*
 * Legacy First Automobile "Reserved" status compatibility.
 * The old parent theme had these rules hard-coded in style.css. Keeping them
 * here prevents a future CarDealer theme update from removing them again.
 */
.car-item .car-status.reserved,
.car-price .car-status.reserved,
.car-item .reserved,
.car-price .reserved {
	background-image: url('/wp-content/uploads/2020/11/fa_reserve.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 88px;
	height: 58px;
	padding: 0;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 0;
	font-size: 0 !important;
	z-index: 5;
}

.car-price .car-status.reserved,
.car-price .reserved {
	background-color: rgba(255, 255, 255, 0.8);
	min-width: 160px;
	min-height: 80px;
	top: 0;
	left: auto;
	right: 15px;
}

.owl-item .car-price .car-status.reserved,
.owl-item .car-price .reserved {
	background-color: inherit;
}

.car-details .car-price .car-status.reserved {
	width: 100%;
	height: auto;
	right: 0;
	top: -15px;
	min-width: 100px;
	min-height: 60px;
	background-position: center center;
	background-color: rgba(255,255,255,0) !important;
	transform: rotate(33deg);
}
