/**
 * Homepage newly listed property cards (index.php only).
 */

.cdspg-home-newly-listed .property-item {
	margin-bottom: 1.75rem;
	height: 100%;
}

.cdspg-home-newly-listed .property-image.cdspg-home-card-media {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: #e8edf2;
}

.cdspg-home-newly-listed .cdspg-home-card-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cdspg-home-newly-listed .property-image .property-lable {
	z-index: 2;
}
