
/* v10.0.2 — identical amenity rows in NL, EN, FR, DE and ES. */

body.vf900-clean .vf1002-amenity-item{
	box-sizing:border-box!important;
	display:flex!important;
	align-items:center!important;
	gap:11px!important;
	width:100%!important;
	min-width:0!important;
	min-height:58px!important;
	margin:0!important;
	padding:11px 13px!important;
	border:1px solid var(--vf-line)!important;
	border-radius:12px!important;
	background:#fffdf9!important;
	color:var(--vf-wine-dark)!important;
	list-style:none!important;
	line-height:1.35!important;
}

body.vf900-clean .vf1002-amenity-item>.vf900-icon{
	box-sizing:border-box!important;
	display:block!important;
	flex:0 0 36px!important;
	width:36px!important;
	height:36px!important;
	padding:8px!important;
	border:1px solid rgba(104,35,64,.16)!important;
	border-radius:50%!important;
	background:linear-gradient(145deg,#fffaf2,#f3e8df)!important;
	color:var(--vf-wine)!important;
	fill:none!important;
	stroke:currentColor!important;
	stroke-width:1.55!important;
	stroke-linecap:round!important;
	stroke-linejoin:round!important;
}

body.vf900-clean .vf1002-amenity-label{
	display:block!important;
	min-width:0!important;
	margin:0!important;
	color:var(--vf-wine-dark)!important;
	font-family:var(--vf-sans)!important;
	font-size:13px!important;
	font-weight:600!important;
	line-height:1.35!important;
	overflow-wrap:anywhere!important;
}

body.vf900-clean .vf1002-amenity-item::before,
body.vf900-clean .vf1002-amenity-item::after{
	display:none!important;
	content:none!important;
}

@media(max-width:620px){
	body.vf900-clean .vf1002-amenity-item{
		min-height:54px!important;
		padding:9px 11px!important;
	}
	body.vf900-clean .vf1002-amenity-item>.vf900-icon{
		flex-basis:34px!important;
		width:34px!important;
		height:34px!important;
		padding:7px!important;
	}
}
