/**
 * WehfiGO Single Listing — premium visual redesign (v2.18.372)
 *
 * Visual / layout / typography only. Does NOT change Listeo content, titles,
 * descriptions, addresses, or ticket copy. Overrides Listeo .listing-* chrome
 * so the page matches redesigned WehfiGO tokens.
 *
 * Flyer: full-bleed across the titlebar / content column (Krishana + Zachary).
 */

/* =========================================================
   Page shell
   ========================================================= */

body.single-listing.wehfigo-v2 #wrapper,
body.single.single-listing.wehfigo-v2 {
	background: var(--color-page-bg, #fff);
}

body.single-listing.wehfigo-v2 .container.event,
body.single-listing.wehfigo-v2 .container.service,
body.single-listing.wehfigo-v2 .container.classifieds,
body.single-listing.wehfigo-v2 .listeo-single-listing-content {
	font-family: var(--font-family-body);
	color: var(--color-page-text, #707070);
}

body.single-listing.wehfigo-v2 .listeo-single-listing-content {
	padding-top: var(--space-6, 1.5rem) !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-content.padding-right-30 {
	padding-right: clamp(12px, 2vw, 28px) !important;
}

@media (min-width: 992px) {
	body.single-listing.wehfigo-v2 .listeo-single-listing-content {
		padding-top: var(--space-7, 2rem) !important;
	}
}

/* =========================================================
   Titlebar — stacked hierarchy (flyer → tags → title → meta)
   ========================================================= */

body.single-listing.wehfigo-v2 #titlebar.listing-titlebar,
body.single-listing.wehfigo-v2 .listing-titlebar {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 0.65rem !important;
	margin: 0 0 0.5rem !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

/* ---- Flyer: show full artwork (no black crop bars) ---- */
body.single-listing.wehfigo-v2 .listing-logo,
body.single-listing.wehfigo-v2 .listing-logo.wehfigo-has-download {
	display: block !important;
	width: 100% !important;
	max-width: min(100%, 640px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: var(--radius-lg, 12px) !important;
	overflow: hidden;
	background: transparent !important;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link,
body.single-listing.wehfigo-v2 .listing-logo a.wehfigo-flyer-link {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: inherit;
	line-height: 0;
}

body.single-listing.wehfigo-v2 .listing-logo img,
body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	max-height: min(85vh, 900px) !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center top !important;
	border-radius: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

/* Natural image proportions — do not force 16/10 crop boxes */
@supports (aspect-ratio: 1) {
	body.single-listing.wehfigo-v2 .listing-logo img,
	body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link img {
		aspect-ratio: auto !important;
		object-fit: contain !important;
	}
}

@media (min-width: 768px) {
	@supports (aspect-ratio: 1) {
		body.single-listing.wehfigo-v2 .listing-logo img,
		body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link img {
			aspect-ratio: auto !important;
			object-fit: contain !important;
			max-height: min(85vh, 900px) !important;
		}
	}
}

body.single-listing.wehfigo-v2 .listing-titlebar-title {
	display: flex;
	flex-direction: column;
	gap: var(--space-3, 0.75rem);
	width: 100%;
	padding: 0;
}

body.single-listing.wehfigo-v2 .listing-titlebar-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 !important;
}

/* ---- Tags: plain linked text — no highlight boxes ---- */
body.single-listing.wehfigo-v2 .listing-tag,
body.single-listing.wehfigo-v2 .listing-pricing-tag {
	display: inline !important;
	align-items: baseline;
	gap: 0;
	margin: 0 0.75rem 0.35rem 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
	font-family: var(--font-family-brand) !important;
	font-size: 15px !important;
	-webkit-text-fill-color: #b00018 !important;
}

body.single-listing.wehfigo-v2 .listing-tag a {
	color: #b00018 !important;
	-webkit-text-fill-color: #b00018 !important;
	text-decoration: none !important;
}

body.single-listing.wehfigo-v2 .listing-tag a:hover {
	text-decoration: underline !important;
}

body.single-listing.wehfigo-v2 .listing-titlebar-title h1 {
	margin: 0 !important;
	padding: 0 !important;
	font-family: var(--font-family-brand) !important;
	font-size: clamp(26px, 3.2vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.025em;
	color: var(--color-page-heading, #1a1a1a) !important;
	text-wrap: balance;
}

body.single-listing.wehfigo-v2 .listing-titlebar-title > span,
body.single-listing.wehfigo-v2 .listing-address {
	display: inline-flex !important;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: var(--color-page-text, #707070) !important;
	text-decoration: none !important;
}

body.single-listing.wehfigo-v2 .listing-address:hover {
	color: var(--color-primary, #d6001c) !important;
}

body.single-listing.wehfigo-v2 .listing-titlebar-title br {
	display: none;
}

body.single-listing.wehfigo-v2 .star-rating,
body.single-listing.wehfigo-v2 .numerical-rating {
	margin-top: 0.25rem;
}

/* =========================================================
   In-page nav (Overview / Location) — REMOVED
   Blocks content, leaves a light/white strip in dark mode,
   and Listeo clones create sticky gaps. Hide everywhere.
   ========================================================= */

body.single-listing.wehfigo-v2 #listing-nav,
body.single-listing.wehfigo-v2 .listing-nav-container,
body.single-listing.wehfigo-v2 .listing-nav-container.cloned,
body.single-listing.wehfigo-v2 ul.listing-nav,
body > .listing-nav-container,
body > .listing-nav-container.cloned {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	z-index: -1 !important;
}

/* Description sits directly under poster / title (no nav gap) */
body.single-listing.wehfigo-v2 #titlebar.listing-titlebar,
body.single-listing.wehfigo-v2 .listing-titlebar {
	margin-bottom: 0.75rem !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-content {
	padding-top: 0.5rem !important;
}

body.single-listing.wehfigo-v2 #listing-overview.listing-section,
body.single-listing.wehfigo-v2 #listing-overview {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media (min-width: 992px) {
	body.single-listing.wehfigo-v2 .listeo-single-listing-content {
		padding-top: 0.75rem !important;
	}
}

/* =========================================================
   Overview / sections
   ========================================================= */

body.single-listing.wehfigo-v2 #listing-overview,
body.single-listing.wehfigo-v2 .listing-section,
body.single-listing.wehfigo-v2 .style-1 {
	margin-bottom: var(--space-7, 2rem) !important;
}

/* Listeo/bootstrap sets html { font-size: 10px } — use px for type, not rem. */
body.single-listing.wehfigo-v2 #listing-overview h3,
body.single-listing.wehfigo-v2 .listing-section h3,
body.single-listing.wehfigo-v2 .listing-section h2,
body.single-listing.wehfigo-v2 .style-1 h3,
body.single-listing.wehfigo-v2 h3.desc-headline,
body.single-listing.wehfigo-v2 h2.listing-desc-headline,
body.single-listing.wehfigo-v2 .listing-desc-headline,
body.single-listing.wehfigo-v2 .desc-headline {
	margin: 0 0 1rem !important;
	font-family: var(--font-family-brand) !important;
	font-size: clamp(20px, 2.2vw, 24px) !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em;
	color: var(--color-page-heading, #1a1a1a) !important;
	border: 0 !important;
	padding: 0 !important;
	line-height: 1.25 !important;
}

body.single-listing.wehfigo-v2 h3.desc-headline.margin-top-60,
body.single-listing.wehfigo-v2 .desc-headline.margin-top-60 {
	margin-top: 2.5rem !important;
}

body.single-listing.wehfigo-v2 h3.desc-headline.margin-bottom-35,
body.single-listing.wehfigo-v2 .desc-headline.margin-bottom-35 {
	margin-bottom: 1.25rem !important;
}

body.single-listing.wehfigo-v2 #listing-overview p,
body.single-listing.wehfigo-v2 .listing-section p,
body.single-listing.wehfigo-v2 .listing-desc,
body.single-listing.wehfigo-v2 .listing-description {
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: var(--color-page-text, #555) !important;
	margin-bottom: 1rem !important;
}

body.single-listing.wehfigo-v2 .listing-details,
body.single-listing.wehfigo-v2 ul.listing-details {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	margin: 1.25rem 0 !important;
	padding: 1.25rem !important;
	list-style: none !important;
	background: var(--color-page-bg-alt, #f8f8f8) !important;
	border: 1px solid var(--color-page-border, #e8e8e8) !important;
	border-radius: var(--radius-lg, 12px) !important;
}

@media (min-width: 640px) {
	body.single-listing.wehfigo-v2 .listing-details,
	body.single-listing.wehfigo-v2 ul.listing-details {
		grid-template-columns: 1fr 1fr;
	}
}

body.single-listing.wehfigo-v2 .listing-details li {
	margin: 0 !important;
	padding: 0.35rem 0 !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	color: var(--color-page-text) !important;
	border: 0 !important;
}

body.single-listing.wehfigo-v2 .listing-details li span,
body.single-listing.wehfigo-v2 .listing-details li strong {
	color: var(--color-page-heading, #1a1a1a) !important;
	font-weight: 600 !important;
}

/* =========================================================
   Sidebar
   ========================================================= */

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar {
	padding-top: var(--space-6, 1.5rem);
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
body.single-listing.wehfigo-v2 .booking-widget,
body.single-listing.wehfigo-v2 .listing-widget {
	background: var(--color-page-bg, #fff) !important;
	border: 1px solid var(--color-page-border, #e8e8e8) !important;
	border-radius: var(--radius-lg, 12px) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05) !important;
	padding: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar h3,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget-title {
	font-family: var(--font-family-brand) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--color-page-heading) !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .button,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar a.button,
body.single-listing.wehfigo-v2 .booking-widget .button {
	background: var(--color-primary, #d6001c) !important;
	border-color: var(--color-primary, #d6001c) !important;
	border-radius: var(--radius-pill, 999px) !important;
	font-family: var(--font-family-brand) !important;
	font-weight: 700 !important;
	color: #fff !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .button:hover,
body.single-listing.wehfigo-v2 .booking-widget .button:hover {
	background: var(--color-primary-hover, #b00018) !important;
	border-color: var(--color-primary-hover, #b00018) !important;
}

/* =========================================================
   Gallery / tickets / commerce blocks
   ========================================================= */

body.single-listing.wehfigo-v2 #listing-gallery,
body.single-listing.wehfigo-v2 .listing-slider,
body.single-listing.wehfigo-v2 .simple-slick-carousel {
	border-radius: var(--radius-lg, 12px);
	overflow: hidden;
}

body.single-listing.wehfigo-v2 .wehfigo-ticket-gate,
body.single-listing.wehfigo-v2 .woocommerce,
body.single-listing.wehfigo-v2 .listeo-products {
	margin-top: var(--space-5, 1.25rem);
}

/* =========================================================
   Dark mode
   ========================================================= */

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-titlebar-title h1,
html[data-theme="dark"] body.single-listing.wehfigo-v2 #listing-overview h3,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-section h3,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details li span,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details li strong,
html[data-theme="dark"] body.single-listing.wehfigo-v2 h3.desc-headline,
html[data-theme="dark"] body.single-listing.wehfigo-v2 h2.listing-desc-headline,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-desc-headline,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .desc-headline {
	color: var(--color-page-heading) !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details,
html[data-theme="dark"] body.single-listing.wehfigo-v2 ul.listing-details {
	background: var(--color-page-bg-alt) !important;
	border-color: var(--color-page-border) !important;
}

/* Poster: no white plate behind flyer in dark mode */
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo.wehfigo-has-download,
body#dark-mode.single-listing.wehfigo-v2 .listing-logo {
	background: transparent !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .booking-widget {
	background: var(--color-page-bg-alt) !important;
	border-color: var(--color-page-border) !important;
}

/* =========================================================
   Mobile rhythm
   ========================================================= */

@media (max-width: 767px) {
	body.single-listing.wehfigo-v2 .listing-titlebar-title h1 {
		font-size: clamp(24px, 7vw, 32px) !important;
	}

	body.single-listing.wehfigo-v2 .listeo-single-listing-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-listing.wehfigo-v2 .listing-tag {
		transition: none;
	}
}

/* =========================================================
   v2.15.0 — Zachary review remediations
   Tags, bookmark left, light mode, flyer size, related,
   header gap, mobile hierarchy
   ========================================================= */

/* Page text tokens for light mode (sitewide listing chrome) */
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 {
	--color-page-bg: #ffffff;
	--color-page-bg-alt: #f6f6f6;
	--color-page-border: #e6e6e6;
	--color-page-heading: #1a1a1a;
	--color-page-text: #4a4a4a;
	--color-chip-tint: rgba(214, 0, 28, 0.1);
	--color-chip-ink: #b00018;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2,
body#dark-mode.single-listing.wehfigo-v2 {
	--color-page-bg: #0a0a0a;
	--color-page-bg-alt: #161616;
	--color-page-border: #2a2a2a;
	--color-page-heading: #f5f5f5;
	--color-page-text: #c8c8c8;
	--color-chip-tint: rgba(214, 0, 28, 0.22);
	--color-chip-ink: #ff6b7a;
}

/* ---- Tags: plain linked text — no highlight boxes ---- */
body.single-listing.wehfigo-v2 .listing-tag,
body.single-listing.wehfigo-v2 .listing-pricing-tag,
body.single-listing.wehfigo-v2 .listing-titlebar-tags .listing-tag,
body.single-listing.wehfigo-v2 span.listing-tag,
body.single-listing.wehfigo-v2 a.listing-tag,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-tag,
html:not([data-theme="dark"]) body:not(#dark-mode).single-listing .listing-tag {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 !important;
	color: #b00018 !important;
	-webkit-text-fill-color: #b00018 !important;
}

body.single-listing.wehfigo-v2 .listing-tag *,
body.single-listing.wehfigo-v2 .listing-tag span,
body.single-listing.wehfigo-v2 .listing-tag a,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-tag a,
html:not([data-theme="dark"]) body:not(#dark-mode).single-listing .listing-tag a {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 !important;
	color: #b00018 !important;
	-webkit-text-fill-color: #b00018 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-tag,
html[data-theme="dark"] body.single-listing.wehfigo-v2 span.listing-tag {
	color: #ff8a96 !important;
	-webkit-text-fill-color: #ff8a96 !important;
	background: rgba(214, 0, 28, 0.22) !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-tag a,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-tag * {
	color: #ff8a96 !important;
	-webkit-text-fill-color: #ff8a96 !important;
	background: transparent !important;
	border: 0 !important;
}

/* ---- Bookmark / heart: hidden on single listing (declutter) ---- */
body.single-listing.wehfigo-v2 .listing-titlebar-title {
	position: relative;
	display: block !important;
}

body.single-listing.wehfigo-v2 .like-button,
body.single-listing.wehfigo-v2 .listing-share.no-border,
body.single-listing.wehfigo-v2 .bookmark-notice,
body.single-listing.wehfigo-v2 #titlebar .like-icon,
body.single-listing.wehfigo-v2 .listing-titlebar .like-icon,
body.single-listing.wehfigo-v2 .listing-main-details .like-icon,
body.single-listing.wehfigo-v2 a.like-button,
body.single-listing.wehfigo-v2 .like-icon.with-tip,
body.single-listing.wehfigo-v2 a[href*="bookmark"],
body.single-listing.wehfigo-v2 .login-to-bookmark,
body.single-listing.wehfigo-v2 .bookmark-button,
body.single-listing.wehfigo-v2 .listing-item-container .like-icon,
body.single-listing.wehfigo-v2 .listing-item .like-icon,
body.single-listing.wehfigo-v2 .related-listing .like-icon,
body.single-listing.wehfigo-v2 .simple-slick-carousel .like-icon,
body.single-listing.wehfigo-v2 .listing-carousel-item .like-icon {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.single-listing.wehfigo-v2 .listing-titlebar-title > h1 {
	order: 0;
	flex: none;
	min-width: 0;
	display: block !important;
}

/* Related cards hearts: removed (Eventchamp clean cards) */

/* Event date / details readable in light mode */
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 ul.listing-details {
	background: #f4f4f4 !important;
	border: 1px solid #e0e0e0 !important;
}

html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details li,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details li span,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details li strong,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details .listing-detail-label {
	color: #1a1a1a !important;
	font-size: 15px !important;
}

/* ---- Flyer size: natural proportions, no crop letterbox ---- */
body.single-listing.wehfigo-v2 .listing-logo,
body.single-listing.wehfigo-v2 .listing-logo.wehfigo-has-download {
	max-width: min(100%, 640px) !important;
	margin-inline: auto !important;
	background: transparent !important;
}

@supports (aspect-ratio: 1) {
	body.single-listing.wehfigo-v2 .listing-logo img,
	body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link img {
		aspect-ratio: auto !important;
		max-height: min(85vh, 900px) !important;
		object-fit: contain !important;
		background: transparent !important;
	}
}

@media (min-width: 768px) {
	@supports (aspect-ratio: 1) {
		body.single-listing.wehfigo-v2 .listing-logo img,
		body.single-listing.wehfigo-v2 .listing-logo .wehfigo-flyer-link img {
			aspect-ratio: auto !important;
			max-height: min(85vh, 900px) !important;
			object-fit: contain !important;
		}
	}
}

/* ---- Hierarchy: bigger readable type (px — Listeo html is 10px) ---- */
body.single-listing.wehfigo-v2 .listing-titlebar-title h1 {
	font-size: clamp(28px, 3.5vw, 42px) !important;
}

body.single-listing.wehfigo-v2 #listing-overview p,
body.single-listing.wehfigo-v2 .listing-section p,
body.single-listing.wehfigo-v2 .listing-desc,
body.single-listing.wehfigo-v2 .listing-description,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 #listing-overview p,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-description {
	font-size: 16px !important;
	line-height: 1.75 !important;
	color: var(--color-page-text, #4a4a4a) !important;
}

html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-titlebar-title h1,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 #listing-overview h3,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-section h3,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 h3.desc-headline,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 h2.listing-desc-headline,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-desc-headline,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .desc-headline {
	color: #1a1a1a !important;
}

/* Date boxes / event meta - no white-on-white, no red circle hiding July */
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-date,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .event-date,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details li,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details li span,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-address,
html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-titlebar-title > span {
	color: #333 !important;
}

html:not([data-theme="dark"]) body.single-listing.wehfigo-v2 .listing-details {
	background: #f6f6f6 !important;
	border-color: #e6e6e6 !important;
}

/* ---- Related events: Eventchamp cards (autoplay carousel intact) ---- */
body.single-listing.wehfigo-v2 .wehfigo-related-events {
	margin: clamp(2.5rem, 5vw, 3.75rem) 0 1rem;
	padding: 0;
	clear: both;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__head {
	text-align: center;
	margin: 0 0 1.5rem;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__title,
body.single-listing.wehfigo-v2 h3.wehfigo-related-events__title {
	margin: 0 0 0.45rem !important;
	font-family: var(--font-family-brand) !important;
	font-size: clamp(1.55rem, 3vw, 2rem) !important;
	font-weight: 700 !important;
	color: #111 !important;
	letter-spacing: -0.02em;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__accent {
	color: var(--color-brand-red, #d6001c) !important;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__sub {
	margin: 0;
	font-size: 0.9rem;
	color: #7a7a7a !important;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__sub i {
	color: var(--color-brand-red, #d6001c);
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel.simple-slick-carousel,
body.single-listing.wehfigo-v2 .simple-slick-carousel.wehfigo-related-events__carousel {
	overflow: visible !important;
	border-radius: 0 !important;
	margin: 0 -0.4rem;
	padding: 0.25rem 0 1.5rem;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .fw-carousel-item,
body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .slick-slide {
	padding: 0.4rem;
	height: auto !important;
}

/* Equal-height Related Events cards */
body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .slick-track {
	display: flex !important;
	align-items: stretch !important;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .slick-slide {
	display: flex !important;
	height: auto !important;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .fw-carousel-item {
	display: flex !important;
	flex: 1 1 auto;
	width: 100%;
	height: auto !important;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .fw-carousel-item > * {
	flex: 1 1 auto;
	width: 100%;
	height: 100% !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
	color: inherit !important;
	height: 100% !important;
	min-height: 100%;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__card,
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08) !important;
	border: 1px solid #ececec !important;
	position: relative !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #1a1a1a;
	flex: 0 0 auto;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__img,
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-thumbnail {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	position: static !important;
	margin: 0 !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__img--empty {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #2a2a2a, #111);
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__body,
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content {
	position: static !important;
	inset: auto !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.65rem !important;
	padding: 1.15rem 1.2rem 1.25rem !important;
	background: #fff !important;
	background-image: none !important;
	flex: 1 1 auto;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__title,
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-family: var(--font-family-brand) !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: #111 !important;
	text-shadow: none !important;
	letter-spacing: -0.01em;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: var(--color-brand-red, #d6001c);
	color: #fff !important;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__date {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8rem;
	color: #6a6a6a !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__date i {
	color: var(--color-brand-red, #d6001c);
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__excerpt {
	margin: 0 !important;
	font-size: 0.88rem !important;
	line-height: 1.55 !important;
	color: #666 !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: auto;
	padding-top: 0.35rem;
	font-size: 0.8rem;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__loc,
body.single-listing.wehfigo-v2 .wehfigo-relcard__price {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--color-brand-red, #d6001c) !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__loc i,
body.single-listing.wehfigo-v2 .wehfigo-relcard__price i {
	opacity: 0.9;
}

/* Do not force dark overlay on Eventchamp cards */
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content {
	background: #fff !important;
	background-image: none !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content h3,
body.single-listing.wehfigo-v2 .wehfigo-relcard .wehfigo-relcard__title {
	color: #111 !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__chip {
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.28rem 0.7rem !important;
	border-radius: 999px !important;
	background: #d6001c !important;
	background-color: #d6001c !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__date,
body.single-listing.wehfigo-v2 .wehfigo-relcard__excerpt {
	color: #666 !important;
	-webkit-text-fill-color: #666 !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__loc,
body.single-listing.wehfigo-v2 .wehfigo-relcard__price {
	color: #d6001c !important;
	-webkit-text-fill-color: #d6001c !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

body.single-listing.wehfigo-v2 .simple-slick-carousel,
body.single-listing.wehfigo-v2 .listing-carousel,
body.single-listing.wehfigo-v2 .related-listings {
	position: relative;
}

body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .slick-prev,
body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel .slick-next {
	display: block !important;
	z-index: 5;
	opacity: 0.92;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7) !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-related-events__title {
	color: #f2f2f2 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard__card,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item {
	background: #161616 !important;
	border-color: #2a2a2a !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard__body,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content {
	background: #161616 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard__title,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content h3 {
	color: #f5f5f5 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard__excerpt {
	color: #b5b5b5 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-relcard__date {
	color: #a0a0a0 !important;
}

@media (max-width: 700px) {
	body.single-listing.wehfigo-v2 .wehfigo-related-events__carousel {
		margin: 0;
	}

	body.single-listing.wehfigo-v2 .wehfigo-relcard__body {
		padding: 1rem !important;
	}
}
body.single-listing.wehfigo-v2 .listing-item .listing-item-content h3,
body.single-listing.wehfigo-v2 .listing-item .listing-compact-title,
body.single-listing.wehfigo-v2 .fw-carousel-item .listing-item-content h3,
body.single-listing.wehfigo-v2 .simple-slick-carousel .listing-item-content h3 {
	font-family: var(--font-family-brand) !important;
	font-weight: 700 !important;
	font-size: clamp(15px, 1.8vw, 18px) !important;
	letter-spacing: -0.01em;
	line-height: 1.3 !important;
}

body.single-listing.wehfigo-v2 .listing-item-container .listing-item-content span,
body.single-listing.wehfigo-v2 .fw-carousel-item .listing-item-content span,
body.single-listing.wehfigo-v2 .simple-slick-carousel .listing-item-content span {
	font-family: var(--font-family-body, inherit) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	opacity: 0.92;
}

/* Eventchamp cards: keep chip/meta readable (override compact carousel spans) */
body.single-listing.wehfigo-v2 .wehfigo-relcard .listing-item-content span,
body.single-listing.wehfigo-v2 .wehfigo-relcard__chip,
body.single-listing.wehfigo-v2 .wehfigo-relcard__date,
body.single-listing.wehfigo-v2 .wehfigo-relcard__loc,
body.single-listing.wehfigo-v2 .wehfigo-relcard__price {
	opacity: 1 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

body.single-listing.wehfigo-v2 .wehfigo-relcard__chip {
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	color: #fff !important;
}

/* ---- Header flush to top (listing-nav clone must not push chrome) ---- */
/* Desktop: sit under fixed admin bar. Mobile: top MUST be 0 (WP html
   margin-top:46px already clears the absolute admin bar — any extra top
   paints a white strip). */
@media screen and (min-width: 783px) {
	body.single-listing.wehfigo-v2.admin-bar #header-container,
	body.logged-in.admin-bar.single-listing.wehfigo-v2 #header-container {
		top: 32px !important;
	}
}

@media screen and (max-width: 782px) {
	body.single-listing.wehfigo-v2 #header-container,
	body.single-listing.wehfigo-v2.admin-bar #header-container,
	body.logged-in.admin-bar.single-listing.wehfigo-v2 #header-container {
		top: 0 !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
		transform: none !important;
	}
}

body.single-listing.wehfigo-v2 #header-container {
	background: #0a0a0a !important;
	transform: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.single-listing.wehfigo-v2:not(.admin-bar) #header-container {
	top: 0 !important;
}

body.single-listing.wehfigo-v2:not(.admin-bar) #wrapper,
body.single-listing.wehfigo-v2 #wrapper {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.single-listing.wehfigo-v2 #header-container::before,
body.single-listing.wehfigo-v2 #header::before {
	display: none !important;
}

/* ---- Mobile single listing ---- */
@media (max-width: 767px) {
	body.single-listing.wehfigo-v2 .listing-titlebar-tags,
	body.single-listing.wehfigo-v2 .listing-categories,
	body.single-listing.wehfigo-v2 .categories-and-region {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 0.4rem !important;
		position: static !important;
		overflow: visible !important;
	}

	body.single-listing.wehfigo-v2 .listing-tag,
	body.single-listing.wehfigo-v2 .listing-category,
	body.single-listing.wehfigo-v2 .region {
		position: static !important;
		float: none !important;
		max-width: 100% !important;
		white-space: normal !important;
	}

	body.single-listing.wehfigo-v2 .listing-logo img {
		min-height: 180px !important;
		max-height: 420px !important;
		width: 100% !important;
		object-fit: contain !important;
		background: transparent !important;
	}

	body.single-listing.wehfigo-v2 .listing-logo {
		min-height: 180px !important;
		background: transparent !important;
	}

	body.single-listing.wehfigo-v2 .listing-titlebar-title h1 {
		font-size: clamp(24px, 7vw, 34px) !important;
	}

	body.single-listing.wehfigo-v2 .listeo-single-listing-content,
	body.single-listing.wehfigo-v2 .col-lg-8,
	body.single-listing.wehfigo-v2 .col-md-8 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/* Interactive hover on key CTAs / meta */
body.single-listing.wehfigo-v2 .listing-address,
body.single-listing.wehfigo-v2 .listing-tag,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .button {
	transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

body.single-listing.wehfigo-v2 .listing-tag:hover {
	transform: translateY(-1px);
	filter: brightness(0.97);
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .button:hover {
	transform: translateY(-1px);
}

/* =========================================================
   Eventchamp single-event layout (v2.18.87)
   Poster top-left → description → tags → share
   Sticky Event Details sidebar (location, dates, etc.)
   ========================================================= */

@media (min-width: 992px) {
	body.single-listing.wehfigo-v2 .row.sticky-wrapper,
	body.single-listing.wehfigo-v2 .container.event > .row,
	body.single-listing.wehfigo-v2 .container.service > .row,
	body.single-listing.wehfigo-v2 .container.classifieds > .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
		gap: 1.5rem !important;
		overflow: visible !important;
		margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
	}

	body.single-listing.wehfigo-v2 .listeo-single-listing-content {
		float: none !important;
		width: 58% !important;
		max-width: 58% !important;
		flex: 0 0 58% !important;
		padding-right: 0.5rem !important;
		margin-right: auto !important;
	}

	body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar,
	body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar.margin-top-75,
	body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar.sticky-sidebar-enabled,
	body.single-listing.wehfigo-v2 #listeo-listing-sidebar {
		float: none !important;
		width: 38% !important;
		max-width: 420px !important;
		flex: 0 0 38% !important;
		position: static !important;
		top: auto !important;
		align-self: flex-start !important;
		margin-top: 0 !important;
		margin-left: auto !important;
		padding-top: 0 !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		z-index: auto !important;
	}
}

/* Poster: left-aligned, Eventchamp scale (not centered full column) */
body.single-listing.wehfigo-v2 .listing-logo,
body.single-listing.wehfigo-v2 .listing-logo.wehfigo-has-download {
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: min(100%, 520px) !important;
}

body.single-listing.wehfigo-v2 #titlebar.listing-titlebar,
body.single-listing.wehfigo-v2 .listing-titlebar {
	align-items: flex-start !important;
	gap: 0.5rem !important;
	margin-bottom: 0.35rem !important;
}

/* Event Details sidebar card */
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget:first-of-type .widget-title,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget .widget-title,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar h3.widget-title {
	text-transform: none !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	border-bottom: 1px solid #eee !important;
}

body.single-listing.wehfigo-v2 .listing-details,
body.single-listing.wehfigo-v2 ul.listing-details {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.85rem !important;
	padding: 0.25rem 0 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	list-style: none !important;
}

body.single-listing.wehfigo-v2 .listing-details li {
	display: grid !important;
	grid-template-columns: 1.25rem 1fr;
	gap: 0.65rem 0.85rem;
	align-items: start;
	padding: 0.35rem 0 !important;
	border: 0 !important;
	margin: 0 !important;
	font-size: 0.95rem !important;
	line-height: 1.45 !important;
	color: #333 !important;
}

body.single-listing.wehfigo-v2 .listing-details li i,
body.single-listing.wehfigo-v2 .listing-details li .fa,
body.single-listing.wehfigo-v2 .listing-details li .sl {
	grid-row: 1 / span 2;
	margin-top: 0.15rem;
	color: var(--color-brand-red, #d6001c) !important;
	font-size: 1rem !important;
}

body.single-listing.wehfigo-v2 .listing-details li span,
body.single-listing.wehfigo-v2 .listing-details li strong,
body.single-listing.wehfigo-v2 .listing-details .listing-detail-label {
	color: #1a1a1a !important;
	font-weight: 600 !important;
}

/* Category tags under description (Eventchamp chips) */
body.single-listing.wehfigo-v2 .listing-links-container,
body.single-listing.wehfigo-v2 .listing-links,
body.single-listing.wehfigo-v2 .listing-type-badge,
body.single-listing.wehfigo-v2 .listing-category a,
body.single-listing.wehfigo-v2 .listing-tags a,
body.single-listing.wehfigo-v2 .listing-tag {
	border-radius: 2px !important;
}

body.single-listing.wehfigo-v2 .listing-main-content .listing-share,
body.single-listing.wehfigo-v2 #listing-overview + .listing-share,
body.single-listing.wehfigo-v2 .listeo-single-listing-content .widget_buttons {
	margin-top: 1.75rem !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget_buttons .widget-title,
body.single-listing.wehfigo-v2 .listeo-single-listing-content .widget_buttons .widget-title,
body.single-listing.wehfigo-v2 .share-buttons-headline,
body.single-listing.wehfigo-v2 .listing-share > h3,
body.single-listing.wehfigo-v2 .listing-share > strong {
	display: block !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	color: #1a1a1a !important;
	margin: 0 0 0.85rem !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details li,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details li span,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-details li strong {
	color: #e8e8e8 !important;
}

/* Event Details rows: red icons, white card, bookmark CTA */
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget {
	background: #fff !important;
	border: 1px solid #ececec !important;
	border-radius: 14px !important;
	padding: 1.1rem 1.15rem !important;
}

body.single-listing.wehfigo-v2 .listing-details li + li {
	border-top: 1px solid #eee !important;
	padding-top: 0.7rem !important;
}

body.single-listing.wehfigo-v2 .listing-details li .listing-detail-label,
body.single-listing.wehfigo-v2 .listing-details li strong:first-child {
	display: block !important;
	font-size: 0.72rem !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #666 !important;
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .wehfigo-sidebar-bookmark,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .like-button,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .bookmark-button {
	display: inline-flex !important;
	visibility: visible !important;
	pointer-events: auto !important;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	margin-top: 0.85rem;
	min-height: 2.75rem;
	border-radius: 999px !important;
	border: 1px solid var(--color-brand-red, #d6001c) !important;
	background: #fff !important;
	color: var(--color-brand-red, #d6001c) !important;
	font-weight: 700 !important;
}

/* Description then category tags; hide empty taxonomy blocks under flyer if duplicated */
body.single-listing.wehfigo-v2 #listing-overview .listing-links-container,
body.single-listing.wehfigo-v2 .listing-desc-headline + .listing-links {
	margin-top: 1rem !important;
}

@media (max-width: 991px) {
	body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar {
		margin-top: 1rem !important;
	}
}

/* ---- Dark mode: no white Event Details / sidebar plates ---- */
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details,
body#dark-mode.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
body#dark-mode.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget {
	background: #161616 !important;
	border-color: #2a2a2a !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details .widget-title,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget-title,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details .widget-title {
	color: #f2f2f2 !important;
	border-color: #2a2a2a !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__head,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__footer,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget-title,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__head,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__footer {
	border-color: #2a2a2a !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__label,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__value,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__value *,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__label,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__value,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__value * {
	color: #e8e8e8 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .wehfigo-event-details__bookmark,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .wehfigo-sidebar-bookmark,
body#dark-mode.single-listing.wehfigo-v2 .wehfigo-event-details__bookmark {
	background: transparent !important;
	color: #ff4d63 !important;
	border-color: #d6001c !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo.wehfigo-has-download,
body#dark-mode.single-listing.wehfigo-v2 .listing-logo {
	background: transparent !important;
}

/* =========================================================
   Hero / gallery map toggle — compact top-right chip
   Listeo mobile collapsible injects .mobile-map-toggle-btn;
   archive Explore uses #show-map-button. Both were centered pills.
   ========================================================= */

body.single-listing.wehfigo-v2 #titlebar.listing-titlebar,
body.single-listing.wehfigo-v2 .listing-logo,
body.single-listing.wehfigo-v2 .listing-slider,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery,
body.single-listing.wehfigo-v2 .listeo-single-listing-gallery-grid,
body.single-listing.wehfigo-v2 #listing-gallery,
body.single-listing.wehfigo-v2 .listeo-grid-gallery-title,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar.listing-titlebar,
body.wehfigo-listing-preview.wehfigo-v2 .listing-logo,
body.wehfigo-listing-preview.wehfigo-v2 .listing-slider,
body.wehfigo-listing-preview.wehfigo-v2 #single-listing-grid-gallery {
	position: relative;
}

body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 #titlebar #show-map-button,
body.single-listing.wehfigo-v2 #titlebar #map-container .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 #titlebar #singleListingMap-container .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 .listing-logo #show-map-button,
body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 .listing-slider #show-map-button,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button,
body.single-listing.wehfigo-v2 .listeo-single-listing-gallery-grid .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 #listing-gallery .mobile-map-toggle-btn,
body.single-listing.wehfigo-v2 .listeo-grid-gallery-title .mobile-map-toggle-btn,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button,
body.wehfigo-listing-preview.wehfigo-v2 .listing-logo .mobile-map-toggle-btn,
body.wehfigo-listing-preview.wehfigo-v2 .listing-slider .mobile-map-toggle-btn,
body.wehfigo-listing-preview.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	position: absolute !important;
	top: max(12px, env(safe-area-inset-top, 0px)) !important;
	right: max(12px, env(safe-area-inset-right, 0px)) !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	z-index: 30 !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 40px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 8px 11px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	color: #12151a !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-family: var(--font-family-brand, inherit) !important;
	font-size: 0 !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	cursor: pointer;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 #titlebar #show-map-button::before,
body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 .listing-logo #show-map-button::before,
body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 .listing-slider #show-map-button::before,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button::before,
body.single-listing.wehfigo-v2 .listeo-single-listing-gallery-grid .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 #listing-gallery .mobile-map-toggle-btn::before,
body.single-listing.wehfigo-v2 .listeo-grid-gallery-title .mobile-map-toggle-btn::before,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn::before,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button::before,
body.wehfigo-listing-preview.wehfigo-v2 .listing-logo .mobile-map-toggle-btn::before,
body.wehfigo-listing-preview.wehfigo-v2 .listing-slider .mobile-map-toggle-btn::before,
body.wehfigo-listing-preview.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn::before {
	content: "\f3c5" !important;
	font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-size: 15px !important;
	line-height: 1 !important;
	color: inherit !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 #titlebar #show-map-button::after,
body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 .listing-logo #show-map-button::after,
body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 .listing-slider #show-map-button::after,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button::after,
body.single-listing.wehfigo-v2 .listeo-single-listing-gallery-grid .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 #listing-gallery .mobile-map-toggle-btn::after,
body.single-listing.wehfigo-v2 .listeo-grid-gallery-title .mobile-map-toggle-btn::after,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn::after,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button::after,
body.wehfigo-listing-preview.wehfigo-v2 .listing-logo .mobile-map-toggle-btn::after,
body.wehfigo-listing-preview.wehfigo-v2 .listing-slider .mobile-map-toggle-btn::after,
body.wehfigo-listing-preview.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn::after {
	content: "Map" !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: inherit !important;
	text-transform: none !important;
	letter-spacing: 0.03em;
}

body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn:hover,
body.single-listing.wehfigo-v2 #titlebar #show-map-button:hover,
body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn:hover,
body.single-listing.wehfigo-v2 .listing-logo #show-map-button:hover,
body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn:hover,
body.single-listing.wehfigo-v2 .listing-slider #show-map-button:hover,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn:hover,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button:hover,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn:hover,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
	background: rgba(255, 255, 255, 0.98) !important;
}

body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn:focus-visible,
body.single-listing.wehfigo-v2 #titlebar #show-map-button:focus-visible,
body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn:focus-visible,
body.single-listing.wehfigo-v2 .listing-logo #show-map-button:focus-visible,
body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn:focus-visible,
body.single-listing.wehfigo-v2 .listing-slider #show-map-button:focus-visible,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn:focus-visible,
body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button:focus-visible,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn:focus-visible,
body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button:focus-visible {
	outline: 2px solid rgba(214, 0, 28, 0.85) !important;
	outline-offset: 2px !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
html[data-theme="dark"] body.single-listing.wehfigo-v2 #titlebar #show-map-button,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-logo #show-map-button,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-slider #show-map-button,
html[data-theme="dark"] body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn,
html[data-theme="dark"] body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button,
html[data-theme="dark"] body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
html[data-theme="dark"] body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button,
body#dark-mode.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
body#dark-mode.single-listing.wehfigo-v2 #titlebar #show-map-button,
body#dark-mode.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn,
body#dark-mode.single-listing.wehfigo-v2 .listing-logo #show-map-button,
body#dark-mode.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn,
body#dark-mode.single-listing.wehfigo-v2 .listing-slider #show-map-button,
body#dark-mode.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
body#dark-mode.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button {
	background: rgba(18, 21, 26, 0.82) !important;
	color: #f4f1ea !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
}

@media (max-width: 767px) {
	body.single-listing.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
	body.single-listing.wehfigo-v2 #titlebar #show-map-button,
	body.single-listing.wehfigo-v2 .listing-logo .mobile-map-toggle-btn,
	body.single-listing.wehfigo-v2 .listing-logo #show-map-button,
	body.single-listing.wehfigo-v2 .listing-slider .mobile-map-toggle-btn,
	body.single-listing.wehfigo-v2 .listing-slider #show-map-button,
	body.single-listing.wehfigo-v2 #single-listing-grid-gallery .mobile-map-toggle-btn,
	body.single-listing.wehfigo-v2 #single-listing-grid-gallery #show-map-button,
	body.wehfigo-listing-preview.wehfigo-v2 #titlebar .mobile-map-toggle-btn,
	body.wehfigo-listing-preview.wehfigo-v2 #titlebar #show-map-button {
		top: max(10px, env(safe-area-inset-top, 0px)) !important;
		right: max(10px, env(safe-area-inset-right, 0px)) !important;
		min-height: 38px !important;
		padding: 7px 10px !important;
	}
}

/* =========================================================
   v2.18.372 — Sidebar column containment + footer clearance
   Booking / owner widgets stay in the right column; no paint
   over site footer. Review comment box dark-mode contrast.
   ========================================================= */

body.single-listing.wehfigo-v2 .container.event,
body.single-listing.wehfigo-v2 .container.service,
body.single-listing.wehfigo-v2 .container.classifieds {
	position: relative;
	overflow: visible;
	padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .boxed-widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .booking-widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar #owner-widget,
body.single-listing.wehfigo-v2 .listeo-single-listing-sidebar .owner-widget,
body.single-listing.wehfigo-v2 #listeo-listing-sidebar .widget,
body.single-listing.wehfigo-v2 #listeo-listing-sidebar .booking-widget {
	position: relative !important;
	top: auto !important;
	z-index: auto !important;
}

body.single-listing.wehfigo-v2 #footer,
body.single-listing.wehfigo-v2 footer#footer,
body.single-listing.wehfigo-v2 .wehfigo-footer {
	position: relative;
	z-index: 2;
}

/* Review form — dark mode textarea + labels */
html[data-theme="dark"] body.single-listing.wehfigo-v2 #listing-reviews textarea,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-reviews textarea,
html[data-theme="dark"] body.single-listing.wehfigo-v2 #comment,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .comment-form textarea,
body#dark-mode.single-listing.wehfigo-v2 #listing-reviews textarea,
body#dark-mode.single-listing.wehfigo-v2 .listing-reviews textarea,
body#dark-mode.single-listing.wehfigo-v2 #comment,
body#dark-mode.single-listing.wehfigo-v2 .comment-form textarea {
	background: #12151a !important;
	border: 1px solid #3a4049 !important;
	color: #f2f2f2 !important;
	-webkit-text-fill-color: #f2f2f2 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 #listing-reviews textarea::placeholder,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .comment-form textarea::placeholder,
body#dark-mode.single-listing.wehfigo-v2 #listing-reviews textarea::placeholder,
body#dark-mode.single-listing.wehfigo-v2 .comment-form textarea::placeholder {
	color: #8b94a3 !important;
	opacity: 1 !important;
}

html[data-theme="dark"] body.single-listing.wehfigo-v2 #listing-reviews label,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .listing-reviews label,
html[data-theme="dark"] body.single-listing.wehfigo-v2 .comment-form label,
body#dark-mode.single-listing.wehfigo-v2 #listing-reviews label,
body#dark-mode.single-listing.wehfigo-v2 .comment-form label {
	color: #e8e8e8 !important;
}

/* Direct-upload listing video (HTML5 player fallback when oEmbed fails) */
body.single-listing .wehfigo-listing-video-file {
	margin: 0 0 1.25rem;
	border-radius: 12px;
	overflow: hidden;
	background: #0d1014;
}

body.single-listing .wehfigo-listing-video-file video {
	display: block;
	width: 100%;
	max-height: min(70vh, 640px);
	height: auto;
	background: #0d1014;
}

