/* v10.1.14 — balanced premium results for homepage theme selections. */
body.vf900-clean.vf900-route-stays .vf900-route-shell{
	width:min(1540px,calc(100% - 48px))!important;
}
body.vf900-clean.vf900-route-stays .vf-browser-card__image{
	min-height:0!important;
	aspect-ratio:16/10!important;
}
body.vf900-clean.vf900-route-stays .vf-browser-card__body{
	min-height:178px!important;
}
body.vf900-clean.vf900-route-stays .vf-browser-card h3{
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
@media (min-width:1280px){
	body.vf900-clean.vf900-route-stays .vf-browser-cards{
		grid-template-columns:repeat(4,minmax(0,1fr))!important;
	}
}
@media (max-width:1180px) and (min-width:761px){
	body.vf900-clean.vf900-route-stays .vf-browser-cards{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}
@media (max-width:760px){
	body.vf900-clean.vf900-route-stays .vf900-route-shell{
		width:calc(100% - 24px)!important;
	}
	body.vf900-clean.vf900-route-stays .vf-browser-cards{
		grid-template-columns:1fr!important;
	}
	body.vf900-clean.vf900-route-stays .vf-browser-card__body{
		min-height:0!important;
	}
}
