/* =============================================================================
 * VE VILLA POLISH v3 — detail refinement over the EXISTING villa page design
 * (ve-05 · Oliver 2026-07-21: "content element sizes are almost fine —
 * keep polishing every single detail").
 *
 * Doctrine: the page's established look (Jost everywhere, navy #1A2142,
 * terracotta #CFA190, white ground, 5–10px radii, H1 34px, panel titles 18px,
 * body 16px) is the baseline and is NOT re-typographed. No layout moves, no
 * width rules, no reordering. Every rule below is a color, spacing, radius,
 * icon, or state refinement — plus the components Oliver asked for (tier
 * cards, film facade, single gallery, location chips), styled in the page's
 * own vocabulary. Loads only with ?veskin=1 until Oliver flips it.
 * ========================================================================== */

body.single-estate_property {
	--vev-navy: #1A2142;
	--vev-ink: #33384F;
	--vev-mute: #6B7080;
	--vev-terra: #CFA190;
	--vev-terra-deep: #A87D6A;
	--vev-blush: #FBE6DD;
	--vev-line: #E9E0D8;
	--vev-shadow: 0 10px 28px rgba(26, 33, 66, .07);
}

/* ---- carried Finder context: compact bridge, existing page intact ------- */
body.single-estate_property .veh2-search-context {
	margin: 0;
	padding: 16px 24px;
	border-bottom: 1px solid rgba(26, 33, 66, .12);
	background: #FDF8F5;
	color: var(--vev-navy);
}
body.single-estate_property .veh2-search-context__inner {
	display: grid;
	grid-template-columns: minmax(180px, .8fr) minmax(360px, 2fr) minmax(220px, 1fr);
	align-items: center;
	gap: 18px 36px;
	max-width: 1170px;
	margin: 0 auto;
}
body.single-estate_property .veh2-search-context__intro p {
	margin: 0 0 2px;
	color: var(--vev-terra-deep);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
}
body.single-estate_property .veh2-search-context__intro h2 {
	margin: 0;
	color: var(--vev-navy);
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
}
body.single-estate_property .veh2-search-context dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin: 0;
}
body.single-estate_property .veh2-search-context dl div { min-width: 96px; }
body.single-estate_property .veh2-search-context dt {
	color: var(--vev-mute);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .11em;
	text-transform: uppercase;
}
body.single-estate_property .veh2-search-context dd {
	margin: 1px 0 0;
	color: var(--vev-navy);
	font-size: 14px;
	line-height: 1.35;
}
body.single-estate_property .veh2-search-context__note {
	margin: 0;
	color: var(--vev-mute);
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 991px) {
	body.single-estate_property .veh2-search-context__inner {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 600px) {
	body.single-estate_property .veh2-search-context { padding: 14px 18px; }
	body.single-estate_property .veh2-search-context dl { gap: 8px 20px; }
	body.single-estate_property .veh2-search-context__note { display: none; }
}

/* ---- global micro-unification (colors only, zero size changes) ----------- */
body.single-estate_property .content_wrapper.listing_wrapper a { transition: color .18s ease; }
body.single-estate_property .listing_main_image_location a { color: var(--vev-navy); }
body.single-estate_property .listing_main_image_location a:hover { color: var(--vev-terra-deep); }
/* The floating chat launcher parks top-right and was sitting on the price —
 * give the price line clearance on wide screens. */
@media (min-width: 1200px) {
	body.single-estate_property .listing_main_image_price { padding-right: 84px; }
}

/* ---- theme anchor menu (sticky): quiet, precise -------------------------- */
body.single-estate_property .property_menu_wrapper_insider {
	background: rgba(255, 255, 255, .96);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--vev-line);
}
body.single-estate_property .property_menu_item {
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vev-mute);
}
body.single-estate_property .property_menu_item:hover { color: var(--vev-terra-deep); }

/* ---- status badge: same colors, finer shape ------------------------------ */
body.single-estate_property .property_status {
	border-radius: 999px;
	padding: 8px 16px;
	letter-spacing: .08em;
	box-shadow: 0 6px 16px rgba(26, 33, 66, .18);
}

/* ---- gallery: keep 10px frame, refine hover + "all photos" chip ---------- */
body.single-estate_property .listing_main_image .image_gallery { cursor: pointer; }
body.single-estate_property .ve-semantic-gallery .image_gallery {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	font: inherit;
	color: inherit;
	text-align: inherit;
}
body.single-estate_property .ve-semantic-gallery .ve-semantic-gallery__picture,
body.single-estate_property .ve-semantic-gallery .ve-semantic-gallery__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
body.single-estate_property .ve-semantic-gallery .ve-semantic-gallery__image {
	object-fit: cover;
	object-position: 50% 50%;
}
body.single-estate_property .ve-semantic-gallery .img_listings_overlay,
body.single-estate_property .ve-semantic-gallery .img_listings_mes {
	z-index: 1;
}
body.single-estate_property .ve-semantic-gallery .image_gallery:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
	box-shadow: inset 0 0 0 7px rgba(26, 33, 66, .82);
}
body.single-estate_property .listing_main_image .img_listings_overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .16) 100%);
	opacity: 0;
	transition: opacity .3s ease;
}
body.single-estate_property .listing_main_image .image_gallery:hover .img_listings_overlay { opacity: 1; }
body.single-estate_property .img_listings_overlay_last {
	background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .42));
	opacity: 1;
}
body.single-estate_property .img_listings_mes {
	background: rgba(0, 0, 0, .5);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	padding: 9px 16px;
	font-size: 14px;
	letter-spacing: .04em;
}

/* ---- Oliver: one gallery is enough — hide the mid-page duplicate --------- */
body.single-estate_property .imagebody_wrapper > .panel-body.imagebody { display: none; }

/* ---- section headings: same size, finer presence ------------------------- */
body.single-estate_property a.panel-title,
body.single-estate_property h3.panel-title,
body.single-estate_property h4.panel-title-description {
	color: var(--vev-navy);
	letter-spacing: .01em;
	border-top: 1px solid var(--vev-line);
	padding-top: 26px;
	margin-top: 14px;
	display: block;
}
body.single-estate_property .panel-title-arrow { display: none; }

/* ---- description: reading comfort (same size) ---------------------------- */
body.single-estate_property #listing_description_content { max-width: 78ch; }
body.single-estate_property #listing_description_content p {
	line-height: 1.72;
	color: var(--vev-ink);
	margin-bottom: 1.05em;
}
body.single-estate_property #view_more_desc {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--vev-terra-deep);
	border-bottom: 1px solid rgba(168, 125, 106, .4);
	padding-bottom: 2px;
	cursor: pointer;
}
body.single-estate_property #view_more_desc:hover { color: var(--vev-navy); }
/* collapsed description: the theme clips at a fixed 134px — mid-line, with a
 * ghost half-sentence (Oliver: "looks weird"). Cut on a clean LINE boundary
 * instead, deep enough to sit level with the essentials card. villa.js
 * toggles .veh2-clamped in step with the theme's View-more. */
@supports (-webkit-line-clamp: 1) {
	body.single-estate_property #listing_description_content.veh2-clamped {
		max-height: none !important;
		display: -webkit-box;
		-webkit-line-clamp: 12;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/* ---- details: label/value contrast (colors only) ------------------------- */
body.single-estate_property .listing_detail { color: var(--vev-navy); padding: 7px 0; }
body.single-estate_property .listing_detail .item_head { color: var(--vev-mute); }
body.single-estate_property .listing_detail.list_detail_prop_id { display: none; }

/* ---- feature tabs: navy + terracotta states ------------------------------ */
body.single-estate_property .ve2-tab-button {
	color: var(--vev-mute);
	background: none !important;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding-bottom: 10px;
	transition: color .18s ease, border-color .18s ease;
}
body.single-estate_property .ve2-tab-button:hover { color: var(--vev-navy); }
body.single-estate_property .ve2-tab-button.active {
	color: var(--vev-navy);
	border-bottom-color: var(--vev-terra);
	background: none !important;
}
body.single-estate_property .ve2-tabs-nav { border-bottom: 1px solid var(--vev-line); gap: 4px 22px; }
body.single-estate_property .ve2-tab-panel { color: var(--vev-ink); line-height: 1.7; }
body.single-estate_property .ve2-tab-panel li { list-style: none; position: relative; padding: 4px 0 4px 20px; }
body.single-estate_property .ve2-tab-panel li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: var(--vev-terra);
}

/* ---- tiered rates (Oliver: communicate the tiers better) ----------------- */
body.single-estate_property .veh2-tiers { margin: 6px 0 20px; }
body.single-estate_property .veh2-tiers-kicker {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--vev-terra-deep);
	margin-bottom: 4px;
}
body.single-estate_property .veh2-tiers-title {
	font-size: 22px;
	font-weight: 500;
	color: var(--vev-navy);
	margin: 0 0 4px;
}
body.single-estate_property .veh2-tiers-sub {
	font-size: 15px;
	color: var(--vev-mute);
	margin: 0 0 16px;
	max-width: 64ch;
}
body.single-estate_property .veh2-tiers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
}
body.single-estate_property .veh2-tier {
	font-family: inherit;
	text-align: left;
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	padding: 14px 16px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 2px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.single-estate_property .veh2-tier:hover {
	border-color: var(--vev-terra);
	box-shadow: var(--vev-shadow);
	transform: translateY(-1px);
}
body.single-estate_property .veh2-tier.is-active {
	border-color: var(--vev-terra);
	box-shadow: 0 0 0 1px var(--vev-terra), var(--vev-shadow);
}
body.single-estate_property .veh2-tier-beds { font-size: 16px; font-weight: 500; color: var(--vev-navy); }
body.single-estate_property .veh2-tier-meta { font-size: 13px; color: var(--vev-mute); }
body.single-estate_property .veh2-tier-price { font-size: 15px; font-weight: 500; color: var(--vev-terra-deep); margin-top: 6px; }
body.single-estate_property .veh2-tier-price em { font-style: normal; font-weight: 400; font-size: 12px; color: var(--vev-mute); }
/* highlight card uses the theme's own button terracotta — no navy grounds
 * anywhere (Oliver: navy backgrounds are not part of the theme's colors) */
body.single-estate_property .veh2-tier--full { background: var(--vev-terra); border-color: var(--vev-terra); }
body.single-estate_property .veh2-tier--full .veh2-tier-beds { color: #fff; }
body.single-estate_property .veh2-tier--full .veh2-tier-meta { color: rgba(255, 255, 255, .85); }
body.single-estate_property .veh2-tier--full .veh2-tier-price { color: #fff; }
body.single-estate_property .veh2-tier--full .veh2-tier-price em { color: rgba(255, 255, 255, .8); }
body.single-estate_property .veh2-tier--full.is-active { box-shadow: 0 0 0 1px var(--vev-terra-deep), var(--vev-shadow); }
/* cards drive the theme's select — the select itself steps back */
body.single-estate_property .veh2-tiers-on #selectRooms2 { display: none; }

/* ---- rates table: same table, finer lines -------------------------------- */
body.single-estate_property .panel-wrapper > h4 { color: var(--vev-navy); }
body.single-estate_property #pricingTable {
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	overflow: hidden;
}
body.single-estate_property #pricingTable th {
	font-size: 12px !important;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vev-mute);
	background: #FAF5F1;
	border-bottom: 1px solid var(--vev-line) !important;
	padding: 12px 16px !important;
}
body.single-estate_property #pricingTable td {
	color: var(--vev-navy);
	border-bottom: 1px solid var(--vev-line) !important;
	padding: 12px 16px !important;
}
body.single-estate_property #pricingTable tr:last-child td { border-bottom: 0 !important; }
body.single-estate_property #selectRooms2 {
	border: 1px solid var(--vev-line);
	border-radius: 8px;
	padding: 10px 12px;
	height: auto;
	color: var(--vev-navy);
	box-shadow: none;
	max-width: 380px;
}

/* ---- film: poster facade + popup (Oliver: nicer video, popup) ------------ */
body.single-estate_property .veh2-film {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	line-height: 0;
	box-shadow: var(--vev-shadow);
}
body.single-estate_property .veh2-film-poster { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
body.single-estate_property .veh2-film-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .38));
	pointer-events: none;
}
body.single-estate_property .veh2-film-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .16);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}
body.single-estate_property .veh2-film:hover .veh2-film-play {
	background: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) scale(1.05);
}
body.single-estate_property .veh2-film-tri {
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}
body.single-estate_property .veh2-film-label {
	position: absolute;
	left: 20px;
	bottom: 16px;
	font-family: 'Jost', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	pointer-events: none;
}
body.single-estate_property .veh2-film-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(16, 16, 20, .95);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4vh 4vw;
}
body.single-estate_property .veh2-film-stage {
	width: min(1100px, 100%);
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}
body.single-estate_property .veh2-film-stage iframe { width: 100%; height: 100%; border: 0; display: block; }
body.single-estate_property .veh2-film-close {
	position: absolute;
	top: 18px;
	right: 24px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .4);
	background: none;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
body.single-estate_property .veh2-film-close:hover { background: rgba(255, 255, 255, .12); }

/* ---- availability calendar: same grid, softer color story ---------------- */
body.single-estate_property .booking-calendar-wrapper {
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	padding: 14px 12px 10px;
}
body.single-estate_property .booking-calendar-wrapper .month-title { color: var(--vev-navy); }
body.single-estate_property table.wp-calendar th { color: var(--vev-mute); }
body.single-estate_property table.wp-calendar td { color: var(--vev-navy); border-radius: 6px; }
/* free days: warm neutral instead of the theme's pale blue */
body.single-estate_property table.wp-calendar td.calendar-free { background: #F6F0EA; }
body.single-estate_property table.wp-calendar td.calendar-free.has_past { background: transparent; }
body.single-estate_property table.wp-calendar td.calendar-reserved {
	background: var(--vev-blush);
	color: var(--vev-terra-deep);
}
body.single-estate_property table.wp-calendar td.calendar-today {
	box-shadow: inset 0 0 0 1.5px var(--vev-terra);
}
body.single-estate_property table.wp-calendar td.has_past { opacity: .4; }
body.single-estate_property #calendar-next,
body.single-estate_property #calendar-prev {
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 999px;
	color: var(--vev-terra-deep);
}
body.single-estate_property #calendar-next:hover,
body.single-estate_property #calendar-prev:hover { color: var(--vev-navy); }
body.single-estate_property .calendar-legend-reserved { background: var(--vev-blush); border-radius: 3px; }

/* ---- reviews: quote icon instead of missing guest photos ----------------- */
body.single-estate_property .listing-review {
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	padding: 22px 24px 22px 76px;
	margin-bottom: 14px;
	position: relative;
}
body.single-estate_property .listing-review .reviewer_image { display: none; }
body.single-estate_property .listing-review::before {
	content: "\201C";
	position: absolute;
	left: 22px;
	top: 24px;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--vev-blush);
	color: var(--vev-terra-deep);
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
body.single-estate_property .listing-review .review-list-content { padding-left: 0; }
body.single-estate_property .listing-review .reviwer-name { color: var(--vev-navy); }
body.single-estate_property .listing-review .review-date {
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--vev-mute);
}
body.single-estate_property .listing-review .property_ratings i { color: var(--vev-terra); font-size: 12px; }
body.single-estate_property .listing-review .ratings-star { color: var(--vev-mute); font-size: 12px; }
body.single-estate_property .listing-review .review-content p { color: var(--vev-ink); line-height: 1.7; }
body.single-estate_property .listing_reviews_container > .property_ratings { display: none; }

/* ---- inquiry modal: same fields, finer dress ----------------------------- */
body.single-estate_property .layover_background_right { background: #fff; }
body.single-estate_property #inner_right_layover_wrap h2 { color: var(--vev-navy) !important; }
body.single-estate_property #modalAddress { color: var(--vev-mute) !important; }
body.single-estate_property #contact_for_reservation {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vev-terra-deep);
}
body.single-estate_property .layover_background_right strong { color: var(--vev-navy); }
body.single-estate_property .layover_background_right input.form-control,
body.single-estate_property .layover_background_right textarea.form-control,
body.single-estate_property .layover_background_right select.form-control {
	border: 1px solid var(--vev-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--vev-navy);
	height: auto;
	padding: 10px 12px;
}
body.single-estate_property .layover_background_right input.form-control:focus,
body.single-estate_property .layover_background_right textarea.form-control:focus {
	border-color: var(--vev-terra);
	box-shadow: 0 0 0 3px rgba(207, 161, 144, .16);
}
/* id-boosted: the theme's own #calc_wrap/#modal_wrap rules out-rank plain
 * class selectors, and its calendar icon paints over the first characters */
body.single-estate_property .has_calendar input.form-control,
body.single-estate_property #calc_wrap .has_calendar input.form-control,
body.single-estate_property #modal_wrap .has_calendar input.form-control {
	padding-left: 38px !important;
}
body.single-estate_property .theCirclebutton {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid var(--vev-line);
	background: #fff;
	color: var(--vev-navy);
	transition: border-color .18s ease, color .18s ease;
}
body.single-estate_property .theCirclebutton:hover { border-color: var(--vev-terra); color: var(--vev-terra-deep); }
body.single-estate_property .closex,
body.single-estate_property #booking_form_mobile_close { color: var(--vev-navy); }

/* ---- buttons: keep shape, add depth + hover ------------------------------ */
body.single-estate_property .theButton,
body.single-estate_property #submit_mess_front {
	background: var(--vev-terra) !important;
	border: 0;
	border-radius: 6px;
	letter-spacing: .04em;
	box-shadow: 0 8px 20px rgba(168, 125, 106, .28);
	transition: background .2s ease, transform .2s ease;
}
body.single-estate_property .theButton:hover,
body.single-estate_property #submit_mess_front:hover {
	background: var(--vev-terra-deep) !important;
	transform: translateY(-1px);
}

/* ---- sidebar "Plan Your Trip": soft card --------------------------------- */
body.single-estate_property #nonMobildiv {
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 12px;
	box-shadow: var(--vev-shadow);
	padding: 22px 22px 18px !important;
}
body.single-estate_property #calc_wrap h4 { color: var(--vev-navy); }
body.single-estate_property #calc_wrap input.form-control {
	border: 1px solid var(--vev-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--vev-navy);
	height: auto;
	padding: 10px 12px;
}
body.single-estate_property .listingsidebar2 select.form-control,
body.single-estate_property #nonMobildiv select {
	border: 1px solid var(--vev-line);
	border-radius: 8px;
	height: auto;
	padding: 9px 11px;
	color: var(--vev-navy);
	box-shadow: none;
}

/* ---- location & map (Oliver: polish location, distances, map card) ------- */
/* the map band is full-bleed — the heading block aligns with the content row.
 * clear:both escapes the sidebar float; flex neutralizes any theme floats on
 * the children and sets title left / chips right on one line. */
body.single-estate_property .veh2-loc-head {
	clear: both;
	max-width: 1200px;
	margin: 26px auto 0;
	padding: 10px 15px 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
body.single-estate_property .veh2-loc-title { border-top: 0; padding-top: 0; margin: 0; }
body.single-estate_property .veh2-loc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
body.single-estate_property .veh2-loc-chip { white-space: nowrap; }
body.single-estate_property .veh2-loc-chip {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .04em;
	color: var(--vev-navy);
	background: #fff;
	border: 1px solid var(--vev-line);
	border-radius: 999px;
	padding: 8px 16px;
	text-decoration: none;
	transition: border-color .18s ease, color .18s ease;
}
body.single-estate_property .veh2-loc-chip:hover { border-color: var(--vev-terra); color: var(--vev-terra-deep); }
body.single-estate_property #googleMap,
body.single-estate_property .leaflet-container { border-radius: 10px; overflow: hidden; }
body.single-estate_property #google_map_on_list {
	background: #EEE9E3;
	border: 1px solid rgba(26, 33, 66, .12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42), 0 16px 42px rgba(26, 33, 66, .1);
}
/* An editorial atlas treatment keeps the map legible while quieting OSM's
 * brighter colors. Coordinates, labels, tiles and interaction stay intact. */
body.single-estate_property #google_map_on_list .leaflet-tile-pane {
	filter: saturate(.52) sepia(.12) contrast(.9) brightness(1.035);
}
body.single-estate_property #google_map_on_list .leaflet-control-zoom {
	border: 1px solid rgba(26, 33, 66, .15);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(26, 33, 66, .12);
	overflow: hidden;
}
body.single-estate_property #google_map_on_list .leaflet-control-zoom a {
	width: 34px;
	height: 34px;
	line-height: 32px;
	background: rgba(253, 248, 245, .96);
	border: 0;
	border-bottom: 1px solid rgba(26, 33, 66, .12);
	color: var(--vev-navy);
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
body.single-estate_property #google_map_on_list .leaflet-control-zoom a:last-child { border-bottom: 0; }
body.single-estate_property #google_map_on_list .leaflet-control-zoom a:hover,
body.single-estate_property #google_map_on_list .leaflet-control-zoom a:focus {
	background: var(--vev-navy);
	color: #FDF8F5;
}
body.single-estate_property #google_map_on_list .leaflet-control-attribution {
	background: rgba(253, 248, 245, .86);
	color: var(--vev-mute);
	font-family: 'Jost', sans-serif;
	font-size: 10px;
}
body.single-estate_property #google_map_on_list .leaflet-control-attribution a { color: var(--vev-navy); }
body.single-estate_property #google_map_on_list .veh2-map-pin {
	width: 48px !important;
	height: 58px !important;
	margin-left: -24px !important;
	margin-top: -58px !important;
	filter: drop-shadow(0 7px 7px rgba(26, 33, 66, .24));
	transition: filter .18s ease, opacity .18s ease;
}
body.single-estate_property #google_map_on_list .veh2-map-pin:hover,
body.single-estate_property #google_map_on_list .veh2-map-pin:focus {
	filter: drop-shadow(0 9px 9px rgba(26, 33, 66, .34));
	opacity: .96;
}
body.single-estate_property .leaflet-popup-content-wrapper {
	border-radius: 10px;
	border: 1px solid rgba(26, 33, 66, .12);
	background: #FDF8F5;
	box-shadow: 0 18px 46px rgba(26, 33, 66, .2);
	font-family: 'Jost', sans-serif;
	color: var(--vev-navy);
	overflow: hidden;
}
body.single-estate_property .leaflet-popup-tip { background: #FDF8F5; }
body.single-estate_property .leaflet-popup-close-button {
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(26, 33, 66, .14);
	border-radius: 50%;
	background: rgba(253, 248, 245, .94);
	color: var(--vev-navy);
	font-size: 20px;
	line-height: 25px;
}
/* map card: drop the dangling "Villas /" category row; title stays white —
 * it sits over the photo gradient */
body.single-estate_property .leaflet-popup .prop_detailsx { display: none; }
body.single-estate_property .leaflet-popup #infobox_title { color: #fff; font-weight: 500; }
body.single-estate_property .leaflet-popup .prop_pricex { color: var(--vev-terra); font-weight: 500; }
body.single-estate_property .ve2-map-overlay-container {
	border-radius: 10px;
	border: 1px solid rgba(26, 33, 66, .11);
	background: rgba(253, 248, 245, .97);
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(26, 33, 66, .15);
}
body.single-estate_property .ve2-location-item { padding: 8px 0; border-bottom: 1px solid var(--vev-line); }
body.single-estate_property .ve2-location-item:last-child { border-bottom: 0; }
body.single-estate_property .ve2-location-bullet { color: var(--vev-terra); }
body.single-estate_property .ve2-location-text { color: var(--vev-ink); }
body.single-estate_property .ve2-loc-tab-btn { color: var(--vev-mute); }
body.single-estate_property .ve2-loc-tab-btn.active,
body.single-estate_property .ve2-loc-tab-btn:hover { color: var(--vev-navy); }

@media (prefers-reduced-motion: reduce) {
	body.single-estate_property #google_map_on_list .veh2-map-pin { transition: none; }
}

/* ---- similar listings: card depth, no owner bubble ----------------------- */
body.single-estate_property .similar_listings_wrapper_flex .property_listing {
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: none;
	transition: box-shadow .2s ease, transform .2s ease;
}
body.single-estate_property .similar_listings_wrapper_flex .property_listing:hover {
	box-shadow: var(--vev-shadow);
	transform: translateY(-2px);
}
body.single-estate_property .similar_listings_wrapper_flex .owner_thumb { display: none; }
body.single-estate_property .agent_listings_title_similar {
	color: var(--vev-navy);
	border-top: 1px solid var(--vev-line);
	padding-top: 26px;
	margin-top: 14px;
}

/* ---- photo lightbox (fancybox): captions readable, counter refined ------- */
body.single-estate_property .fancybox-bg { background: #101014; }
body.single-estate_property .fancybox-is-open .fancybox-bg { opacity: .96; }
body.single-estate_property .fancybox-caption {
	font-family: 'Jost', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #F1E9E1;
	text-align: center;
	padding: 18px 24px 26px;
	background: linear-gradient(0deg, rgba(12, 12, 14, .85), rgba(12, 12, 14, 0));
	border: 0;
}
body.single-estate_property .fancybox-caption__body { max-width: 760px; margin: 0 auto; }
body.single-estate_property .fancybox-infobar {
	font-family: 'Jost', sans-serif;
	letter-spacing: .12em;
	color: rgba(241, 233, 225, .8);
}

/* ---- mobile: theme's own bottom bar, dressed ----------------------------- */
/* Mobile's ONLY guaranteed Inquire entry point: the theme renders .mobile-div
 * inside the sidebar, which stacks ~8,700px down on phones, and its script
 * that pins #booking_form_request to the bottom (booking_on_mobile) does not
 * fire on this stack (verified 2026-07-22: zero visible Inquire buttons).
 * So .mobile-div IS the fixed bottom bar, mobile only; villa.js hides it if
 * the theme's own bar ever activates, so two bars can never stack. */
@media (max-width: 900px) {
	body.single-estate_property .mobile-div {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		background: rgba(255, 255, 255, .97);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border-top: 1px solid var(--vev-line);
		box-shadow: 0 -8px 24px rgba(26, 33, 66, .08);
		margin: 0;
		padding: 12px 15px calc(12px + env(safe-area-inset-bottom));
	}
	body.single-estate_property .mobile-div br { display: none; }
	body.single-estate_property .mobile-div p {
		float: none !important;
		margin: 0;
		font-size: 15px;
		font-weight: 500;
		color: var(--vev-navy);
	}
	body.single-estate_property .mobile-div .theButton {
		float: none !important;
		margin: 0 !important;
		padding: 11px 18px;
		white-space: nowrap;
	}
	body.single-estate_property .mobile-div p { margin: 0 !important; }
	/* room for the bar at the end of the page */
	body.single-estate_property { padding-bottom: 74px; }
}
body.single-estate_property #booking_form_request.booking_on_mobile {
	background: rgba(255, 255, 255, .97);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-top: 1px solid var(--vev-line);
	box-shadow: 0 -8px 24px rgba(26, 33, 66, .08);
	padding: 0 16px;
}
body.single-estate_property #mobileDiv br { display: none; }
body.single-estate_property #mobileDiv .grid-container { align-items: center; padding: 12px 4px 0; }
body.single-estate_property #mobileDiv p { color: var(--vev-navy); margin: 6px 0 0; }

@media (max-width: 600px) {
	body.single-estate_property .veh2-tiers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.single-estate_property .listing-review { padding: 20px 18px 20px 66px; }
	body.single-estate_property .listing-review::before { left: 16px; top: 20px; }
	body.single-estate_property .veh2-film-close { top: 10px; right: 12px; }
}

/* =============================================================================
 * v4 additions (Oliver 2026-07-21: navy grounds out, similar cards nicer,
 * map card improved, every element re-observed)
 * ========================================================================== */

/* ---- specs bar icons: brand-tinted --------------------------------------- */
body.single-estate_property .ve2-feature-icon { color: var(--vev-terra-deep); }
body.single-estate_property .ve2-feature-label { color: var(--vev-navy); }

/* ---- tab panel emphasis --------------------------------------------------- */
body.single-estate_property .ve2-tab-panel strong { color: var(--vev-navy); font-weight: 500; }

/* ---- calendar legend ------------------------------------------------------ */
body.single-estate_property [class*="calendar-legend"] {
	border-radius: 4px;
	border: 1px solid var(--vev-line);
}
body.single-estate_property [class*="calendar-legend"] + span {
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--vev-mute);
}

/* ---- map card (leaflet popup) + controls ---------------------------------- */
body.single-estate_property .leaflet-popup .property_status_wrapper_infobox { display: none; }
body.single-estate_property .leaflet-popup .infodetails {
	padding: 10px 14px 2px;
	color: var(--vev-ink);
}
body.single-estate_property .leaflet-popup .prop_pricex { padding: 0 14px 12px; font-size: 15px; }
body.single-estate_property .leaflet-popup-close-button {
	color: #fff !important;
	background: rgba(0, 0, 0, .35) !important;
	border-radius: 999px;
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
	top: 8px !important;
	right: 8px !important;
	font-size: 16px !important;
}
body.single-estate_property .leaflet-control-zoom a {
	border-radius: 8px !important;
	color: var(--vev-navy) !important;
	background: #fff !important;
	border: 1px solid var(--vev-line) !important;
}

/* ---- similar listings: the house editorial card (3 per row) --------------- */
body.single-estate_property .similar_listings_wrapper_flex {
	display: flex;
	flex-wrap: wrap;
}
body.single-estate_property .similar_listings_wrapper_flex .vsr-card { margin-bottom: 10px; }
body.single-estate_property .similar_listings_wrapper_flex .vc-card a { display: block; text-decoration: none; }
body.single-estate_property .similar_listings_wrapper_flex .vc-figure {
	position: relative;
	overflow: hidden;
	background: #EDE3D6;
	border-radius: 10px;
	aspect-ratio: 3 / 2;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}
body.single-estate_property .similar_listings_wrapper_flex .vc-card a:hover .vc-figure img { transform: scale(1.04); }
body.single-estate_property .similar_listings_wrapper_flex .vc-meta {
	padding: 13px 2px 0;
	display: grid;
	gap: 3px;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-name {
	font-size: 17px;
	font-weight: 500;
	color: var(--vev-navy);
	line-height: 1.25;
	margin: 0;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-card a:hover .vc-name {
	text-decoration: underline;
	text-decoration-color: var(--vev-terra);
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-loc {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--vev-mute);
	margin: 0;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-spec {
	font-size: 13.5px;
	color: var(--vev-mute);
	margin: 0;
}
body.single-estate_property .similar_listings_wrapper_flex .vc-spec .from {
	color: var(--vev-terra-deep);
	font-weight: 500;
	white-space: nowrap;
}
@media (max-width: 767px) {
	body.single-estate_property .similar_listings_wrapper_flex .vsr-card { width: 100%; }
}

/* =============================================================================
 * v5 — tabs iconography, bedroom cards, review monograms, detail refinements
 * (Oliver 2026-07-21 design consult)
 * ========================================================================== */

/* ---- tab category icons (one per tab — never per line) -------------------- */
body.single-estate_property .ve2-tab-button::before {
	font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
	font-weight: 900;
	font-size: 12px;
	color: var(--vev-terra-deep);
	margin-right: 8px;
	vertical-align: 0;
}
body.single-estate_property .ve2-tab-button[data-tab="bedrooms"]::before { content: "\f236"; }
body.single-estate_property .ve2-tab-button[data-tab="staff"]::before    { content: "\f562"; }
body.single-estate_property .ve2-tab-button[data-tab="indoor"]::before   { content: "\f4b8"; }
body.single-estate_property .ve2-tab-button[data-tab="outdoor"]::before  { content: "\f5ca"; }
body.single-estate_property .ve2-tab-button[data-tab="need"]::before     { content: "\f05a"; }

/* ---- list markers: refined terracotta dot instead of the dash bar --------- */
body.single-estate_property .ve2-tab-panel li { padding: 5px 0 5px 18px; }
body.single-estate_property .ve2-tab-panel li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 14px;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--vev-terra);
}

/* ---- staff/services section labels as quiet kickers ----------------------- */
body.single-estate_property .ve2-staff-services > strong,
body.single-estate_property .ve2-tab-panel > div > strong {
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--vev-terra-deep);
	margin: 4px 0 8px;
}
body.single-estate_property hr.ve2-section-divider {
	border: 0;
	border-top: 1px solid var(--vev-line);
	margin: 18px 0 14px;
}

/* ---- bedrooms: two-column cards instead of one long column ---------------- */
body.single-estate_property .ve2-bedrooms-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	border-left: 0;
}
body.single-estate_property .ve2-bedroom-block {
	background: #FDFAF7;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	padding: 16px 18px;
	margin: 0;
}
body.single-estate_property .ve2-bedroom-block strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: var(--vev-navy);
	margin-bottom: 6px;
}
body.single-estate_property .ve2-bedroom-block p {
	font-size: 14.5px;
	line-height: 1.62;
	color: var(--vev-mute);
	margin: 0 0 8px;
}
body.single-estate_property .ve2-bedroom-block p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
	body.single-estate_property .ve2-bedrooms-list { grid-template-columns: 1fr; }
}

/* ---- reviews: guest monogram replaces the generic quote glyph ------------- */
body.single-estate_property .listing-review::before { content: none; }
body.single-estate_property .veh2-rev-ini {
	position: absolute;
	left: 22px;
	top: 24px;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--vev-blush);
	color: var(--vev-terra-deep);
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	letter-spacing: .02em;
}
@media (max-width: 600px) {
	body.single-estate_property .veh2-rev-ini { left: 16px; top: 20px; }
}

/* ---- tab panels: the old left rule is redundant next to the card grid ----- */
body.single-estate_property .ve2-tab-panel,
body.single-estate_property .ve2-tabs-panels {
	border-left: 0 !important;
}

/* ---- details: scannable rows; status row is the badge's job --------------- */
body.single-estate_property .listing_detail {
	border-bottom: 1px solid #F1EAE2;
	padding: 9px 0;
}
body.single-estate_property .listing_detail.list_detail_prop_status { display: none; }

/* =============================================================================
 * v6 — features-tab layout configs, About lead, line-icon bar
 * (Oliver 2026-07-21: "please continue" + tab/About/icon questions)
 * ========================================================================== */

/* ---- About The Villa: editorial lead paragraph ---------------------------- */
body.single-estate_property #listing_description_content > p:first-child {
	font-size: 18px;
	line-height: 1.66;
	color: var(--vev-navy);
}

/* ---- specs bar: room for the fine icons ----------------------------------- */
body.single-estate_property .ve2-feature-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
body.single-estate_property .ve2-feature-item { display: inline-flex; align-items: center; }
body.single-estate_property .property_header_separator { display: none; }
body.single-estate_property .veh2-fi {
	display: inline-flex;
	width: 19px;
	height: 19px;
	margin-right: 8px;
	color: var(--vev-terra-deep);
	flex: none;
}
body.single-estate_property .veh2-fi svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ---- per-tab content layout ------------------------------------------------
 * Staff & Services: sentence-length items → two columns.
 * Indoor / Outdoor: short amenity items → three columns.
 * Need to Know: notes → single comfortable reading measure. */
body.single-estate_property #ve2-tab-staff ul.ve2-dot-list { columns: 2; column-gap: 44px; }
body.single-estate_property #ve2-tab-indoor ul,
body.single-estate_property #ve2-tab-outdoor ul { columns: 3; column-gap: 40px; }
body.single-estate_property .ve2-tab-panel li { break-inside: avoid; }
body.single-estate_property #ve2-tab-need { max-width: 78ch; }
@media (max-width: 991px) {
	body.single-estate_property #ve2-tab-indoor ul,
	body.single-estate_property #ve2-tab-outdoor ul { columns: 2; }
}
@media (max-width: 600px) {
	body.single-estate_property #ve2-tab-staff ul.ve2-dot-list,
	body.single-estate_property #ve2-tab-indoor ul,
	body.single-estate_property #ve2-tab-outdoor ul { columns: 1; }
}

/* =============================================================================
 * v7 — "The essentials" card (fills the About section's open right side)
 * ========================================================================== */
body.single-estate_property .veh2-ess {
	float: right;
	width: 300px;
	margin: 4px 0 20px 36px;
	background: #FDFAF7;
	border: 1px solid var(--vev-line);
	border-radius: 10px;
	padding: 18px 20px 12px;
}
body.single-estate_property .veh2-ess-t {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--vev-terra-deep);
	margin-bottom: 8px;
}
body.single-estate_property .veh2-ess-row {
	font-size: 14.5px;
	color: var(--vev-navy);
	padding: 8px 0;
	border-bottom: 1px solid #F1EAE2;
}
body.single-estate_property .veh2-ess-row:last-child { border-bottom: 0; }
body.single-estate_property .listing_description_wrapper::after {
	content: "";
	display: table;
	clear: both;
}
@media (max-width: 991px) {
	body.single-estate_property .veh2-ess { float: none; width: auto; margin: 0 0 18px; }
}

/* ---- section menu (rebuilt in villa.js) ----------------------------------- */
body.single-estate_property .property_menu_wrapper_insider {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 26px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
body.single-estate_property .veh2-menu-item {
	position: relative;
	padding: 13px 0 12px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}
body.single-estate_property .veh2-menu-item.is-current {
	color: var(--vev-navy);
	border-bottom-color: var(--vev-terra);
}
@media (max-width: 767px) {
	body.single-estate_property .property_menu_wrapper_insider {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0 20px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	body.single-estate_property .property_menu_wrapper_insider::-webkit-scrollbar { display: none; }
}

/* ---- inquiry modal: final polish pass (Oliver 2026-07-22) ---------------- */
/* the form stretched the full panel width on large screens (775px+ single
 * fields); cap and centre it so line lengths stay comfortable */
body.single-estate_property #inner_right_layover_wrap {
	max-width: 720px;
	margin: 0 auto;
}
/* close control: 25px hit area was below the comfortable target size */
body.single-estate_property .closex,
body.single-estate_property #booking_form_mobile_close {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid var(--vev-line);
	background: #fff;
	color: var(--vev-navy);
	font-size: 22px;
	transition: border-color .18s ease, color .18s ease;
}
body.single-estate_property .closex:hover,
body.single-estate_property #booking_form_mobile_close:hover {
	border-color: var(--vev-terra);
	color: var(--vev-terra-deep);
}
/* consent line is fine print, not body copy */
body.single-estate_property #inner_right_layover_wrap p[style*="9a"],
body.single-estate_property .layover_background_right .consent,
body.single-estate_property #inner_right_layover_wrap > p:last-of-type {
	font-size: 12.5px !important;
	line-height: 1.6;
	color: var(--vev-mute) !important;
}
/* guests steppers: label and value on one calm line */
body.single-estate_property .layover_background_right h4[id$="_label"] {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--vev-navy);
}
body.single-estate_property .layover_background_right .input-group { align-items: center; }

/* ---- rates on phones: season CARDS, not a squeezed table (Oliver
 * 2026-07-22). Season + rate on line one, dates + min-nights beneath —
 * every fact kept, nothing compressed. ------------------------------------- */
@media (max-width: 767px) {
	body.single-estate_property #pricingTable {
		display: block;
		background: none;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}
	body.single-estate_property #pricingTable thead { display: none; }
	body.single-estate_property #pricingTable tbody { display: block; }
	body.single-estate_property #pricingTable tbody tr {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 3px 14px;
		background: #fff !important;
		border: 1px solid var(--vev-line);
		border-radius: 10px;
		padding: 12px 14px;
		margin-bottom: 10px;
	}
	body.single-estate_property #pricingTable td {
		display: block;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		border: 0 !important;
		padding: 0 !important;
		background: none !important;
		font-size: 14px;
	}
	body.single-estate_property #pricingTable td:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
		font-weight: 500;
		color: var(--vev-navy);
	}
	body.single-estate_property #pricingTable td:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
		font-size: 13px;
		color: var(--vev-mute);
	}
	body.single-estate_property #pricingTable td:nth-child(3) {
		grid-column: 2;
		grid-row: 1;
		text-align: right;
		font-weight: 500;
		color: var(--vev-terra-deep);
		white-space: nowrap;
	}
	body.single-estate_property #pricingTable td:nth-child(4) {
		grid-column: 2;
		grid-row: 2;
		text-align: right;
		font-size: 12px;
		color: var(--vev-mute);
		white-space: nowrap;
	}
	body.single-estate_property #pricingTable td:nth-child(4)::before { content: "min "; }
	body.single-estate_property #pricingTable td:nth-child(4)::after { content: " nights"; }
}

/* ---- bottom bar steps aside while the footer is on screen ----------------- */
body.single-estate_property .mobile-div { transition: transform .25s ease; }
body.single-estate_property.veh2-nobar .mobile-div { transform: translateY(120%); }

/* ---- mobile title block: the theme absolutely-positions the price at a
 * fixed 1170px width, laying it over "Puerto Vallarta, Mismaloya" on phones
 * (Oliver 2026-07-22). In the flow it reads name / price / location. -------- */
@media (max-width: 991px) {
	body.single-estate_property .listing_main_image_price {
		position: static !important;
		width: auto !important;
		max-width: 100%;
		float: none !important;
		text-align: left;
		padding: 2px 0 6px;
		margin: 0;
	}
}

/* ---- review meta: name / stars+score / date, one clean column ------------- */
/* the theme reserves a ~110px avatar margin even with avatars hidden,
 * squeezing name, stars and "( 5.0 of 5)" into a 184px column on phones
 * (Oliver 2026-07-22) */
body.single-estate_property .listing-review .review-list-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	float: none;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* the theme indents each meta line individually for the avatar it no longer
 * shows — zero them all */
body.single-estate_property .listing-review .reviwer-name,
body.single-estate_property .listing-review .review-date,
body.single-estate_property .listing-review .property_ratings,
body.single-estate_property .listing-review .review-content {
	margin-left: 0 !important;
	width: auto !important;
	max-width: 100%;
}
body.single-estate_property .listing-review .reviwer-name { order: 1; }
body.single-estate_property .listing-review .property_ratings {
	order: 2;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
	margin: 1px 0;
}
body.single-estate_property .listing-review .property_ratings .ratings-star {
	margin-left: 6px;
	white-space: nowrap;
}
body.single-estate_property .listing-review .review-date { order: 3; margin: 1px 0 2px; }
body.single-estate_property .listing-review .review-content { order: 4; margin-top: 4px; }
@media (max-width: 767px) {
	/* the theme narrows the whole reviews chain to ~270px on phones */
	body.single-estate_property .property_page_container.for_reviews,
	body.single-estate_property .listing_reviews_wrapper,
	body.single-estate_property .listing_reviews_container,
	body.single-estate_property .listing-review {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.single-estate_property .property_page_container.for_reviews {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body.single-estate_property .listing-review { padding: 18px 16px 18px 66px; }
	/* the theme absolutely-positions the date (top:60px) — on phones it lands
	 * on the review text; back into the flow it goes */
	body.single-estate_property .listing-review .review-date { position: static !important; }
}

/* ---- inquiry modal: guest steppers on one clean line --------------------- */
body.single-estate_property .veh2-stepper-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid var(--vev-line);
}
body.single-estate_property .veh2-stepper-row:last-of-type { border-bottom: 0; }
body.single-estate_property .veh2-stepper-row > div {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
}
body.single-estate_property .veh2-stepper-row br { display: none; }
body.single-estate_property .veh2-stepper-row p { margin: 0; }
body.single-estate_property .veh2-stepper-row strong {
	font-size: 14px;
	font-weight: 500;
	color: var(--vev-navy);
	line-height: 1.35;
}
body.single-estate_property .veh2-stepper-row .input-group {
	display: flex !important;
	align-items: center;
	gap: 14px;
	width: auto !important;
}
body.single-estate_property .veh2-stepper-row .input-group-btn { display: inline-flex; float: none; width: auto; }
body.single-estate_property .veh2-stepper-row h4[id$="_label"] {
	margin: 0 !important;
	min-width: 2.2ch;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: var(--vev-navy);
	font-variant-numeric: tabular-nums;
}

/* ---- virtual tour: one consistent, responsive frame ---------------------- */
body.single-estate_property #collapsevirtualtour .panel-body { padding: 0; }
body.single-estate_property .veh2-tour-frame,
body.single-estate_property #collapsevirtualtour iframe {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	min-height: 320px;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #F1EDE8;
	box-shadow: var(--vev-shadow);
}
@media (max-width: 767px) {
	body.single-estate_property .veh2-tour-frame,
	body.single-estate_property #collapsevirtualtour iframe { aspect-ratio: 4 / 3; min-height: 260px; }
}

/* Semantic gallery buttons need gaps independent of legacy div positions. */
body.single-estate_property .ve-semantic-gallery {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 252.5px);
	gap: 10px;
	height: auto;
}
body.single-estate_property .ve-semantic-gallery::before,
body.single-estate_property .ve-semantic-gallery::after {
	display: none;
}
body.single-estate_property .ve-semantic-gallery > .property_status_wrapper {
	position: absolute;
}
body.single-estate_property .ve-semantic-gallery > .image_gallery {
	float: none;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	min-width: 0;
	margin: 0;
	border: 0 !important;
}
body.single-estate_property .ve-semantic-gallery > .image_gallery[data-slider-no="1"] {
	grid-column: 1;
	grid-row: 1 / span 2;
}
@media (max-width: 568px) {
	body.single-estate_property .ve-semantic-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, 145px);
	}
}
