/* Ecorahi — Premium single listing UI v2.3.1 */
.ecorahi-listing-page {
	--eco-g: var(--rtcl-primary-color, #8dcb42);
	--eco-g-dark: var(--rtcl-link-hover-color, #7ab838);
	--eco-g-soft: var(--rtcl-lite-primary-color, #f4f7fc);
	--eco-g-mid: rgba(141, 203, 66, 0.12);
	--eco-gold: #dc8a2e;
	--eco-gold-soft: #fff6ea;
	--eco-wa: #25d366;
	--eco-ink: #1a1f16;
	--eco-soft: #5c6358;
	--eco-muted: #8b9286;
	--eco-line: #e4e8df;
	--eco-white: #fff;
	--eco-shadow-sm: 0 4px 18px rgba(26, 31, 22, 0.06);
	--eco-shadow: 0 14px 40px rgba(26, 31, 22, 0.08);
	--eco-shadow-lg: 0 22px 50px rgba(26, 31, 22, 0.12);
	--eco-radius: 16px;
	--eco-radius-sm: 12px;
	background: linear-gradient(180deg, #fafaf8 0%, #f3f4f0 100%);
}

body.single-rtcl_listing {
	background: #f3f4f0 !important;
}

body.single-rtcl_listing .site-content,
body.single-rtcl_listing .content-area {
	background: transparent;
}

body.single-rtcl_listing .banner-search,
body.single-rtcl_listing .breadcrumb-area,
body.single-rtcl_listing .rtcl-breadcrumb-wrap {
	display: none !important;
}

body.single-rtcl_listing .site-content {
	padding-top: 0;
}

.eco-single {
	color: var(--eco-ink);
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 20px 80px;
}

/* Full-width sections below the gallery grid (same container as .eco-single) */
.eco-full {
	width: 100%;
	margin-top: 8px;
}

.eco-desc-full {
	border-radius: var(--eco-radius);
	border: 1px solid var(--eco-line);
	padding: 32px clamp(24px, 3vw, 40px);
	box-shadow: var(--eco-shadow-sm);
}

.eco-full .eco-rel-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eco-single * {
	box-sizing: border-box;
}

/* Breadcrumb */
.eco-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--eco-muted);
	margin: 0 0 24px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--eco-line);
	border-radius: 999px;
	width: fit-content;
	max-width: 100%;
}

.eco-crumb a {
	color: var(--eco-soft);
	text-decoration: none;
	transition: color 0.15s;
}

.eco-crumb a:hover {
	color: var(--eco-g);
}

.eco-crumb .sep {
	color: #c5c9bf;
}

.eco-crumb .cur {
	color: var(--eco-ink);
	font-weight: 700;
}

/* Layout */
.eco-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
}

.eco-main,
.eco-side {
	min-width: 0;
	max-width: 100%;
}

.eco-side {
	align-self: start;
}

/* Gallery */
.eco-gallery-shell {
	margin-bottom: 4px;
	min-width: 0;
	max-width: 100%;
}

.eco-gallery {
	position: relative;
	width: 100%;
	border-radius: calc(var(--eco-radius) + 4px);
	overflow: hidden;
	box-shadow: var(--eco-shadow-lg);
	background: #e8ebe3;
	aspect-ratio: 16 / 10;
	max-height: 460px;
	min-height: 0;
}

.eco-gallery .eco-hero {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.eco-gallery:hover .eco-hero {
	transform: scale(1.02);
}

.eco-gallery::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
	pointer-events: none;
	z-index: 1;
}

.eco-gallery .eco-hero-ph {
	height: 100%;
	min-height: 280px;
	display: grid;
	place-items: center;
	color: #aaa;
}

.eco-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	background: linear-gradient(135deg, var(--eco-gold), #c47018);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 7px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(196, 112, 24, 0.35);
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.eco-photo-count {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	color: var(--eco-ink);
	font-size: 12px;
	font-weight: 700;
	padding: 7px 12px;
	border-radius: 999px;
	box-shadow: var(--eco-shadow-sm);
}

.eco-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.92);
	color: var(--eco-ink);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.eco-gallery-nav svg {
	width: 20px;
	height: 20px;
}

.eco-gallery-nav:hover,
.eco-gallery-nav:focus-visible {
	background: #fff;
	transform: translateY(-50%) scale(1.04);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	outline: none;
}

.eco-gallery-nav--prev {
	left: 16px;
}

.eco-gallery-nav--next {
	right: 16px;
}

.eco-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.eco-thumb-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 2px solid transparent;
	border-radius: var(--eco-radius-sm);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #e8ebe3;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.eco-thumb-btn img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0;
	border-radius: 0;
	max-width: none;
	opacity: 0.88;
	transition: opacity 0.18s ease;
}

.eco-thumb-btn.is-active,
.eco-thumb-btn:hover {
	border-color: var(--eco-g);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px var(--eco-g-mid);
}

.eco-thumb-btn.is-active img,
.eco-thumb-btn:hover img {
	opacity: 1;
}

/* Title bar */
.eco-titlebar {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin: 22px 0 0;
	padding: 22px 24px;
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	box-shadow: var(--eco-shadow-sm);
}

.eco-titlebar-main {
	flex: 1;
	min-width: 0;
}

.eco-cat-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--eco-g-soft);
	color: var(--eco-g);
	font-size: 11px;
	font-weight: 800;
	padding: 6px 14px;
	border-radius: 999px;
	text-decoration: none;
	margin-bottom: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.eco-single h1 {
	margin: 0;
	font-size: clamp(26px, 3.8vw, 36px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--eco-ink);
}

.eco-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	color: var(--eco-soft);
	font-size: 13px;
	margin-top: 14px;
}

.eco-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	background: #f8f9f6;
	border-radius: 999px;
}

.eco-meta .loc {
	color: var(--eco-g-dark);
	font-weight: 700;
	background: var(--eco-g-soft);
}

.eco-meta svg {
	width: 14px;
	height: 14px;
	flex: none;
}

.eco-tools {
	display: flex;
	gap: 10px;
	margin-left: auto;
}

.eco-tools button {
	width: 42px;
	height: 42px;
	border: 1px solid var(--eco-line);
	border-radius: 50%;
	background: #fff;
	color: var(--eco-soft);
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: all 0.15s ease;
}

.eco-tools button:hover {
	border-color: var(--eco-g);
	color: var(--eco-g);
	background: var(--eco-g-soft);
	transform: scale(1.05);
}

.eco-tools svg {
	width: 17px;
	height: 17px;
}

/* Quick stats */
.eco-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.eco-highlight {
	background: linear-gradient(145deg, #fff, #f9faf7);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius-sm);
	padding: 16px 16px 14px;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eco-highlight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--eco-g), transparent);
}

.eco-highlight:hover {
	transform: translateY(-2px);
	box-shadow: var(--eco-shadow-sm);
}

.eco-highlight .k {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--eco-muted);
	margin-bottom: 6px;
}

.eco-highlight .v {
	font-size: 14px;
	font-weight: 700;
	color: var(--eco-ink);
	line-height: 1.35;
}

/* Sections */
.eco-sechead {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 36px 0 16px;
}

.eco-sechead-first {
	margin-top: 24px;
}

.eco-sechead--lg {
	margin-top: 48px;
}

.eco-sechead h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--eco-ink);
}

.eco-sechead h2::before {
	content: "";
	width: 5px;
	height: 22px;
	border-radius: 3px;
	background: linear-gradient(180deg, var(--eco-g), var(--eco-g-dark));
	flex: none;
}

.eco-sechead .rule {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--eco-line), transparent);
}

.eco-sec-sub {
	margin: -8px 0 20px;
	color: var(--eco-soft);
	font-size: 14px;
}

/* Content cards */
.eco-card {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	padding: 24px 28px;
	box-shadow: var(--eco-shadow-sm);
}

.eco-rich-text {
	font-size: 15px;
	line-height: 1.8;
	color: #3d4338;
}

.eco-rich-text h2,
.eco-rich-text h3,
.eco-rich-text h4 {
	color: var(--eco-ink);
	font-size: 1.15em;
	margin: 1.5em 0 0.6em;
	font-weight: 800;
}

.eco-rich-text p {
	margin: 0 0 1em;
}

.eco-rich-text ul,
.eco-rich-text ol {
	margin: 0 0 1em;
	padding-left: 1.4em;
}

.eco-rich-text li {
	margin-bottom: 0.4em;
}

.eco-rich-text strong {
	color: var(--eco-ink);
}

/* Overview tiles */
.eco-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.eco-tile {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius-sm);
	padding: 16px 18px;
	transition: border-color 0.15s ease;
}

.eco-tile:hover {
	border-color: rgba(141, 203, 66, 0.45);
}

.eco-tile .k {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--eco-muted);
	margin-bottom: 8px;
}

.eco-tile .v {
	font-size: 15px;
	font-weight: 700;
	color: var(--eco-ink);
	line-height: 1.4;
}

/* Facilities */
.eco-facilities-card {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	padding: 8px 24px;
	box-shadow: var(--eco-shadow-sm);
}

.eco-facility-group {
	padding: 16px 0;
}

.eco-facility-group + .eco-facility-group {
	border-top: 1px solid var(--eco-line);
}

.eco-facility-group .k {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--eco-muted);
	margin-bottom: 12px;
}

.eco-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eco-tags .tag {
	font-size: 12px;
	font-weight: 700;
	padding: 7px 14px;
	border-radius: 999px;
	background: var(--eco-g-soft);
	color: var(--eco-g-dark);
	border: 1px solid rgba(141, 203, 66, 0.2);
}

/* Map */
.eco-map-card {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	overflow: hidden;
	box-shadow: var(--eco-shadow-sm);
}

.eco-map-address {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--eco-line);
	font-size: 14px;
	color: var(--eco-soft);
	background: linear-gradient(180deg, #fafbf8, #fff);
}

.eco-map-address strong {
	display: block;
	color: var(--eco-ink);
	margin-bottom: 4px;
	font-size: 15px;
}

.eco-map-card--interactive .ecorahi-map-section {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.eco-map-card--interactive .ecorahi-map-canvas {
	height: 360px !important;
}

.eco-map-ph {
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--eco-g-soft);
	color: var(--eco-g-dark);
	font-weight: 700;
	font-size: 14px;
	gap: 8px;
	padding: 24px;
	text-align: center;
}

/* Sidebar */
.eco-side-stack {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 24px;
}

.eco-price-card {
	background: #fff;
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	padding: 20px 22px 18px;
	box-shadow: var(--eco-shadow-sm);
	text-align: center;
}

.eco-price-card .lbl {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--eco-soft);
	margin-bottom: 10px;
}

.eco-price-card .amt {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 4px 6px;
	line-height: 1.1;
}

.eco-price-card .eco-rupee {
	font-size: 22px;
	font-weight: 700;
	color: var(--eco-g-dark);
}

.eco-price-card .eco-price-val {
	font-size: 34px;
	font-weight: 800;
	color: var(--eco-ink);
	letter-spacing: -0.02em;
}

.eco-price-card .eco-price-to {
	font-size: 14px;
	font-weight: 600;
	color: var(--eco-muted);
	margin: 0 2px;
}

.eco-price-unit {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--eco-soft);
}

.eco-price-note {
	margin: 14px 0 0;
	padding-top: 14px;
	border-top: 1px solid var(--eco-line);
	font-size: 12px;
	line-height: 1.5;
	color: var(--eco-muted);
}

.eco-sticky {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	padding: 22px;
	box-shadow: var(--eco-shadow);
}

.eco-host {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--eco-line);
}

.eco-host .av {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	background: linear-gradient(135deg, var(--eco-g), var(--eco-g-dark));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
	flex: none;
	box-shadow: 0 6px 16px var(--eco-g-mid);
}

.eco-host .nm {
	font-size: 16px;
	font-weight: 800;
}

.eco-host .rl {
	font-size: 12px;
	color: var(--eco-soft);
	margin-top: 2px;
}

.eco-host .verified {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 800;
	color: var(--eco-g-dark);
	background: var(--eco-g-soft);
	padding: 4px 10px;
	border-radius: 999px;
}

.eco-host .verified svg {
	width: 12px;
	height: 12px;
}

.eco-side .lbl {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--eco-muted);
	margin: 16px 0 8px;
}

.eco-reveal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8faf6;
	border-radius: var(--eco-radius-sm);
	padding: 12px 14px;
	cursor: pointer;
	border: 1px dashed #cdd5c4;
	transition: border-color 0.15s;
}

.eco-reveal:hover {
	border-color: var(--eco-g);
}

.eco-reveal .num {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.eco-reveal .act {
	font-size: 12px;
	font-weight: 800;
	color: var(--eco-g);
}

.eco-book {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, var(--eco-g), var(--eco-g-dark)) !important;
	color: #fff !important;
	height: 50px;
	border-radius: var(--eco-radius-sm);
	font-size: 14px;
	font-weight: 800;
	margin-top: 14px;
	text-decoration: none !important;
	box-shadow: 0 10px 24px var(--eco-g-mid);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	border: none;
	cursor: pointer;
	width: 100%;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
}

button.eco-book {
	width: 100%;
}

.eco-book:link,
.eco-book:visited,
.eco-book:hover,
.eco-book:active,
.eco-book:focus {
	color: #fff !important;
	text-decoration: none !important;
}

.eco-book:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(141, 203, 66, 0.28);
}

.eco-btnrow {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.eco-wa {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--eco-wa) !important;
	color: #fff !important;
	height: 46px;
	border-radius: var(--eco-radius-sm);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.eco-wa:link,
.eco-wa:visited,
.eco-wa:hover,
.eco-wa:active,
.eco-wa:focus {
	color: #fff !important;
}

.eco-call {
	width: 46px;
	display: grid;
	place-items: center;
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius-sm);
	color: var(--eco-ink) !important;
	text-decoration: none !important;
	background: #fff;
}

.eco-call:hover {
	border-color: var(--eco-g);
	color: var(--eco-g) !important;
	background: var(--eco-g-soft);
}

.eco-wa svg,
.eco-call svg {
	width: 17px;
	height: 17px;
}

.eco-msg {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--eco-soft) !important;
	margin-top: 14px;
}

.eco-trust {
	display: grid;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--eco-line);
}

.eco-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: var(--eco-soft);
	font-weight: 600;
}

.eco-trust-item svg {
	width: 15px;
	height: 15px;
	color: var(--eco-g);
	flex: none;
}

/* Related listings */
.eco-related {
	margin-top: 8px;
	padding-top: 0;
}

.eco-rel-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.eco-rel-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.eco-rel-actions {
	padding: 0 12px 12px;
	margin-top: -4px;
}

.eco-rel-actions .eco-book {
	width: 100%;
	min-height: 36px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
}

.eco-rel-card {
	display: flex;
	flex-direction: column;
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: calc(var(--eco-radius-sm) + 2px);
	overflow: hidden;
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	height: 100%;
}

.eco-rel-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--eco-shadow);
}

.eco-rel-media {
	position: relative;
	display: block;
	height: 160px;
	background: #e5e5e5 center/cover no-repeat;
}

.eco-rel-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.35) 100%);
}

.eco-rel-cat {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--eco-g-dark);
	font-size: 10px;
	font-weight: 800;
	padding: 5px 10px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.eco-rel-badge {
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
	background: var(--eco-gold);
	color: #2a1a05;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 11px;
	border-radius: 8px;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.eco-rel-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 8px;
	padding: 15px 16px 18px;
}

.eco-rel-body h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	color: var(--eco-ink) !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.8em;
}

.eco-rel-loc {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 12px;
	line-height: 1.35;
	color: var(--eco-soft) !important;
}

.eco-rel-loc svg {
	width: 13px;
	height: 13px;
	flex: none;
	margin-top: 2px;
	color: var(--eco-g);
}

.eco-rel-cta {
	margin-top: auto;
	padding-top: 6px;
	font-size: 12px;
	font-weight: 800;
	color: var(--eco-g-dark) !important;
}

.eco-rel-card:hover .eco-rel-cta {
	text-decoration: underline;
}

/* ===== REVIEWS ===== */
.eco-reviews {
	margin-top: 8px;
}

.eco-reviews-shell {
	background: var(--eco-white);
	border: 1px solid var(--eco-line);
	border-radius: calc(var(--eco-radius) + 2px);
	padding: 28px;
	box-shadow: var(--eco-shadow);
}

.ecorahi-listing-page .comment-reply-block,
.ecorahi-listing-page .site-content-block {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.eco-reviews-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.eco-reviews-form-panel,
.eco-reviews-list-panel {
	background: #fafbf8;
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius);
	padding: 22px 24px 26px;
}

.eco-reviews-panel-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--eco-line);
}

.eco-reviews-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--eco-g), var(--eco-g-dark));
	color: #fff;
	display: grid;
	place-items: center;
	flex: none;
	box-shadow: 0 8px 18px var(--eco-g-mid);
}

.eco-reviews-icon--soft {
	background: var(--eco-g-soft);
	color: var(--eco-g-dark);
	box-shadow: none;
}

.eco-reviews-icon svg {
	width: 20px;
	height: 20px;
}

.eco-reviews-panel-head h3 {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 800;
	color: var(--eco-ink);
}

.eco-reviews-panel-head p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: var(--eco-soft);
}

/* Site Reviews form overrides */
.ecorahi-listing-page .glsr-review-form {
	margin: 0;
}

.ecorahi-listing-page .glsr-field {
	margin-bottom: 16px;
}

.ecorahi-listing-page .glsr-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--eco-ink) !important;
	margin-bottom: 8px !important;
}

.ecorahi-listing-page .glsr-input-text,
.ecorahi-listing-page .glsr-textarea {
	width: 100% !important;
	border: 1px solid var(--eco-line) !important;
	border-radius: var(--eco-radius-sm) !important;
	padding: 12px 14px !important;
	font-size: 14px !important;
	background: #fff !important;
	color: var(--eco-ink) !important;
	transition: border-color 0.15s, box-shadow 0.15s !important;
	box-shadow: none !important;
}

.ecorahi-listing-page .glsr-input-text:focus,
.ecorahi-listing-page .glsr-textarea:focus {
	border-color: var(--eco-g) !important;
	box-shadow: 0 0 0 3px var(--eco-g-mid) !important;
	outline: none !important;
}

.ecorahi-listing-page .glsr-textarea {
	min-height: 110px !important;
	resize: vertical;
}

.ecorahi-listing-page .glsr-field-rating .glsr-star-rating {
	font-size: 28px !important;
}

.ecorahi-listing-page .glsr-field-toggle {
	background: #fff;
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius-sm);
	padding: 12px 14px;
}

.ecorahi-listing-page .glsr-button,
.ecorahi-listing-page .wp-block-button__link.glsr-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	background: linear-gradient(135deg, var(--eco-g), var(--eco-g-dark)) !important;
	color: #fff !important;
	border: none !important;
	border-radius: var(--eco-radius-sm) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	cursor: pointer;
	box-shadow: 0 10px 24px var(--eco-g-mid) !important;
	transition: transform 0.15s, box-shadow 0.15s !important;
}

.ecorahi-listing-page .glsr-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(141, 203, 66, 0.28) !important;
	color: #fff !important;
}

.ecorahi-listing-page .glsr-reviews-wrap {
	margin-top: 0;
}

.ecorahi-listing-page .glsr-review {
	background: #fff;
	border: 1px solid var(--eco-line);
	border-radius: var(--eco-radius-sm);
	padding: 16px 18px;
	margin-bottom: 12px;
}

.ecorahi-listing-page .glsr-no-margins {
	margin: 0;
	padding: 32px 20px;
	text-align: center;
	color: var(--eco-soft);
	font-size: 14px;
	background: #fff;
	border: 1px dashed #d5dccf;
	border-radius: var(--eco-radius-sm);
	line-height: 1.6;
}

.ecorahi-listing-page .glsr-no-margins::before {
	content: "★";
	display: block;
	font-size: 28px;
	color: var(--eco-g);
	margin-bottom: 8px;
	opacity: 0.5;
}

/* Responsive */
@media (max-width: 980px) {
	.eco-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.eco-main,
	.eco-side,
	.eco-gallery-shell,
	.eco-titlebar,
	.eco-sticky,
	.eco-side-stack {
		min-width: 0;
		max-width: 100%;
		width: 100%;
	}

	.eco-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eco-full .eco-rel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eco-rel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eco-reviews-layout {
		grid-template-columns: 1fr;
	}

	.eco-side-stack {
		position: static;
	}

	.eco-tools {
		margin-left: 0;
	}

	.eco-btnrow {
		flex-wrap: wrap;
	}

	.eco-book,
	.eco-wa {
		min-width: 0;
	}
}

@media (max-width: 640px) {
	body.single-rtcl_listing {
		overflow-x: clip;
	}

	.eco-single {
		padding: 16px 14px 72px;
		overflow-x: clip;
		width: 100%;
		max-width: 100%;
	}

	.eco-crumb {
		border-radius: var(--eco-radius-sm);
		width: 100%;
	}

	.eco-titlebar {
		flex-direction: column;
		padding: 18px;
		gap: 14px;
	}

	.eco-tools {
		width: 100%;
		justify-content: flex-start;
	}

	.eco-highlights {
		grid-template-columns: 1fr;
	}

	.eco-full .eco-rel-grid {
		grid-template-columns: 1fr;
	}

	.eco-desc-full {
		padding: 24px 18px;
	}

	.eco-facilities-card {
		padding: 4px 18px;
	}

	.eco-rel-grid {
		grid-template-columns: 1fr;
	}

	.eco-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eco-gallery {
		width: 100%;
		min-height: 0;
		max-height: none;
		aspect-ratio: 4 / 3;
	}

	.eco-gallery-nav {
		width: 36px;
		height: 36px;
	}

	.eco-gallery-nav--prev {
		left: 10px;
	}

	.eco-gallery-nav--next {
		right: 10px;
	}

	.eco-reviews-shell {
		padding: 18px 16px;
	}

	.eco-sechead h2 {
		white-space: normal;
	}

	.eco-sticky {
		padding: 18px;
	}

	.eco-price-card {
		padding: 16px;
	}

	.eco-btnrow {
		gap: 8px;
	}

	.eco-map-card--interactive .ecorahi-map-canvas {
		height: 280px !important;
	}
}
