/* Homepage search: keep Chosen select appearance aligned with keyword input style. */
.homepage-search .chosen-container-single .chosen-single {
	height: 60px;
	border: 0;
	border-radius: 0;
	background: #f9fafb !important;
	box-shadow: none !important;
	padding-left: 45px;
	padding-right: 12px;
}

.homepage-search .chosen-container-single .chosen-single span {
	margin-left: 0;
	margin-right: 28px;
	font-size: 15px;
	line-height: 1.5;
	color: inherit;
}

.homepage-search .chosen-container-single .chosen-single div {
	right: 12px;
}

.dark .homepage-search .chosen-container-single .chosen-single {
	background: rgb(30 41 59) !important;
	color: rgb(226 232 240);
}

/* Tall homepage Chosen control: align sprite arrow with 60px row (global theme uses Chosen defaults). */
.homepage-search-chosen-arrow .chosen-container-single .chosen-single div b,
.homepage-search-chosen-arrow .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -10px 20px;
}

/* Listing category cards: fixed 800×550 frame (16:11); images cover/crop to match. */
.property64-home-listing-category__figure {
	aspect-ratio: 16 / 11;
	width: 100%;
	overflow: hidden;
	background-color: rgb(241 245 249);
}

.dark .property64-home-listing-category__figure {
	background-color: rgb(30 41 59);
}

.property64-home-listing-category__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
