/*!
Theme Name: bookings
Theme URI: https://kasiryelabs.com
Author: kasiryelabs
Author URI: https://kasiryelabs.com
Description: Standalone Bookings theme by kasiryelabs.
Version: 1.0.0
Text Domain: bookings
*/

html,
body {
	margin: 0;
	padding: 0;
}

/* Keep Google auto-translate unobtrusive when using custom language picker */
.skiptranslate,
.goog-te-banner-frame {
	display: none !important;
}

body {
	top: 0 !important;
}

.home .kl-panel-embed--flights {
	margin-top: 12px;
	border: 1px solid #d6e3f5;
	border-radius: 12px;
	background: #ffffff;
	padding: 10px;
	overflow: hidden;
}

.home .kl-panel-embed--flights iframe {
	width: 100%;
	max-width: 100%;
	border: 0;
}

.home .kl-panel-embed--travelpayouts {
	display: grid;
	gap: 14px;
}

#page,
.site {
	margin: 0;
	padding: 0;
}

/* Booking-inspired homepage layout */
.home #masthead.site-header {
	display: none;
}

.home .kl-booking-home {
	background: #f5f7fa;
	padding-bottom: 2rem;
	color: #1a1a1a;
}

.home .kl-home-wrap {
	width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
}

.home .kl-home-hero {
	background: linear-gradient(160deg, #003b95 0%, #0057b8 70%, #0a68d1 100%);
	padding: 2rem 0 2.8rem;
	color: #ffffff;
	margin-bottom: 1.7rem;
}

.home .kl-home-topbar {
	background: #003580;
	color: #ffffff;
}

.home .kl-home-topbar__inner {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.9rem;
}

.home .kl-home-topbar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.home .kl-topbar-right {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.home .kl-topbar-right span {
	padding: 0.2rem 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	font-size: 0.78rem;
}

.home .kl-home-product-nav {
	background: #003b95;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home .kl-home-product-nav__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0.7rem 0;
}

.home .kl-home-product-nav__inner a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #ffffff;
	text-decoration: none;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(7, 30, 82, 0.28);
	font-size: 0.82rem;
	font-weight: 700;
}

.home .kl-home-product-nav__inner a.is-active {
	background: #ffffff;
	color: #003b95;
	border-color: #ffffff;
}

.home .kl-home-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.home .kl-home-tabs button {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(7, 30, 82, 0.38);
	color: #ffffff;
	border-radius: 999px;
	padding: 0.45rem 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
}

.home .kl-home-tabs button.is-active {
	background: #ffffff;
	color: #003b95;
	border-color: #ffffff;
}

.home .kl-home-tabs button[disabled] {
	opacity: 0.75;
	cursor: not-allowed;
}

.home .kl-home-hero h1 {
	margin: 0 0 0.4rem;
	color: #ffffff;
	font-size: clamp(2rem, 4.2vw, 3rem);
	line-height: 1.12;
	letter-spacing: -0.015em;
	text-transform: none;
	font-weight: 800;
}

.home .kl-home-hero p {
	margin: 0 0 1.3rem;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(1.05rem, 1.9vw, 1.9rem);
	line-height: 1.35;
	font-weight: 500;
	max-width: 50ch;
}

.home .kl-home-search {
	background: #ffffff;
	border: 4px solid #febb02;
	border-radius: 0.85rem;
	padding: 0.55rem;
	box-shadow: 0 18px 40px rgba(8, 25, 61, 0.22);
}

.home .kl-home-search--panel {
	padding: 0.8rem;
}

.home .kl-home-search .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 1.8fr 1.1fr 1.1fr 0.7fr 0.7fr auto;
	gap: 0.45rem;
	margin: 0;
	align-items: end;
}

.home .kl-home-search .mphb_sc_search-form p {
	margin: 0;
}

.home .kl-home-search .mphb_sc_search-form label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #0a1f44;
	margin-bottom: 0.2rem;
}

.home .kl-home-search .mphb_sc_search-form input[type="text"],
.home .kl-home-search .mphb_sc_search-form select {
	height: 2.7rem;
	width: 100%;
	border: 1px solid #c7d3e4;
	border-radius: 0.5rem;
	padding: 0 0.65rem;
	background: #ffffff;
	font-weight: 600;
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	height: 2.7rem;
	width: 100%;
	border: 0;
	border-radius: 0.5rem;
	padding: 0 1rem;
	background: #0071c2;
	color: #ffffff;
	font-weight: 700;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper {
	display: flex;
	align-items: flex-end;
	margin: 0;
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper input[type="submit"]:hover {
	background: #00589b;
}

.home .kl-home-search .kl-mini-form {
	margin: 0;
}

.home .kl-home-search .kl-mini-form input,
.home .kl-home-search .kl-mini-form select,
.home .kl-home-search .kl-mini-form button {
	height: 2.7rem;
	border-radius: 0.5rem;
}

.home .kl-home-search .kl-mini-form button {
	background: #0071c2;
	color: #ffffff;
}

.home .kl-home-search .kl-mini-form button:hover {
	background: #00589b;
}

.home .kl-home-search .kl-cards-grid {
	margin-top: 0.7rem;
}

.home .kl-home-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.95rem;
}

.home .kl-home-hero__chips span {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	padding: 0.33rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.home .kl-home-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.home .kl-home-benefits__grid article {
	background: #ffffff;
	border: 1px solid #d5e2f3;
	border-radius: 0.75rem;
	padding: 0.9rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.04);
}

.home .kl-home-benefits__grid h3 {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}

.home .kl-home-benefits__grid p {
	margin: 0;
	color: #4a5b7e;
	font-size: 0.88rem;
}

.home .kl-home-elementor-sections {
	margin-top: 1.6rem;
}

.home .kl-home-section-head {
	margin: 1.8rem 0 0.75rem;
}

.home .kl-home-section-head h2 {
	margin: 0 0 0.2rem;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.home .kl-home-section-head p {
	margin: 0;
	color: #526386;
}

.home .kl-home-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

.home .kl-offer-card {
	background: linear-gradient(140deg, #d6e6ff 0%, #eaf3ff 100%);
	border: 1px solid #bfd4f5;
	border-radius: 0.75rem;
	padding: 1rem;
}

.home .kl-offer-card h3 {
	margin: 0 0 0.25rem;
	color: #003b95;
}

.home .kl-offer-card p {
	margin: 0;
	color: #3f5178;
}

.home .kl-home-trending {
	margin-top: 0.2rem;
}

.home .kl-trending-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0.7rem 0 1rem;
}

.home .kl-trending-tabs a,
.home .kl-trending-tabs button {
	display: inline-flex;
	align-items: center;
	height: 2.75rem;
	padding: 0 0.95rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	color: #1f2a3d;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.home .kl-trending-tabs a.is-active,
.home .kl-trending-tabs button.is-active {
	border-color: #2e78df;
	color: #2e78df;
	background: #edf4ff;
}

.home .kl-trending-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
}

.home .kl-trending-card {
	position: relative;
	border-radius: 0.7rem;
	overflow: hidden;
	background: #dfe8f6;
}

.home .kl-trending-card.is-large {
	grid-column: span 2;
	aspect-ratio: 16 / 8.8;
}

.home .kl-trending-card.is-small {
	aspect-ratio: 4 / 3.5;
}

.home .kl-trending-card__image,
.home .kl-trending-card__image img {
	width: 100%;
	height: 100%;
}

.home .kl-trending-card__image img {
	display: block;
	object-fit: cover;
}

.home .kl-trending-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-trending-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.85rem 0.95rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.home .kl-trending-card__overlay h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.3rem, 2.7vw, 2rem);
	line-height: 1.1;
	font-weight: 800;
}

.home .kl-trending-card__overlay p {
	margin: 0.25rem 0 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.86rem;
	font-weight: 600;
}

.home .kl-home-property-types__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
}

.home .kl-property-type-card {
	background: #ffffff;
	border: 1px solid #d9e3f3;
	border-radius: 0.7rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home .kl-property-type-card:hover {
	border-color: #b8ceec;
	box-shadow: 0 6px 16px rgba(29, 58, 111, 0.1);
}

.home .kl-property-type-card a,
.home .kl-property-type-card h3 {
	display: block;
	margin: 0;
	padding: 0.8rem;
	text-decoration: none;
	color: #0a1f44;
}

.home .kl-property-type-card p {
	margin: -0.45rem 0 0;
	padding: 0 0.8rem 0.8rem;
	color: #596c91;
	font-size: 0.82rem;
}

.home .kl-home-unique__grid {
	margin-top: 0.65rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.home .kl-unique-card {
	background: #ffffff;
	border: 1px solid #d9e4f4;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(20, 51, 101, 0.08);
}

.home .kl-unique-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: #e7eef9;
}

.home .kl-unique-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home .kl-unique-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-unique-card__wishlist {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #c8d7ee;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #2d4573;
}

.home .kl-unique-card__content {
	padding: 0.7rem 0.72rem 0.8rem;
}

.home .kl-unique-card__type {
	margin: 0 0 0.25rem;
	font-size: 0.84rem;
	color: #5b6c90;
}

.home .kl-unique-card__content h3 {
	margin: 0 0 0.3rem;
	font-size: 1.05rem;
	line-height: 1.25;
}

.home .kl-unique-card__content h3 a {
	color: #1b1b1b;
	text-decoration: none;
}

.home .kl-unique-card__content h3 a:hover {
	color: #0d4ea6;
}

.home .kl-unique-card__summary {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	line-height: 1.35;
	color: #405073;
}

.home .kl-unique-card__price {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.5rem;
}

.home .kl-unique-card__price span {
	font-size: 0.83rem;
	color: #5b6c90;
}

.home .kl-unique-card__price strong {
	font-size: 1.85rem;
	line-height: 1;
	color: #111111;
	font-weight: 800;
}

.home .kl-unique-card--placeholder {
	grid-column: 1 / -1;
}

.home .kl-home-member {
	margin-top: 1.8rem;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0.8rem;
	background: #ffffff;
	border: 1px solid #d4e0f3;
	border-radius: 0.9rem;
	overflow: hidden;
}

.home .kl-home-member__content {
	padding: 1.2rem;
}

.home .kl-home-member__content h2 {
	margin: 0 0 0.35rem;
}

.home .kl-home-member__content p {
	margin: 0 0 0.75rem;
	color: #4f6287;
}

.home .kl-home-member__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.home .kl-home-member__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	padding: 0 0.9rem;
	border-radius: 0.5rem;
	font-weight: 700;
	text-decoration: none;
}

.home .kl-home-member__actions .button {
	background: #0071c2;
	color: #ffffff;
}

.home .kl-home-member__actions .button.button-secondary {
	background: #eef4ff;
	color: #0d4ea6;
	border: 1px solid #b9cdef;
}

.home .kl-home-member__art {
	position: relative;
	min-height: 220px;
	background: linear-gradient(145deg, #d8e8ff 0%, #edf4ff 100%);
}

.home .kl-member-shape {
	position: absolute;
	border-radius: 999px;
	filter: blur(0.3px);
}

.home .kl-member-shape--one {
	width: 180px;
	height: 180px;
	right: 24px;
	top: 20px;
	background: rgba(0, 88, 155, 0.2);
}

.home .kl-member-shape--two {
	width: 120px;
	height: 120px;
	left: 34px;
	bottom: 24px;
	background: rgba(254, 187, 2, 0.38);
}

.home .kl-member-card {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.8rem 1rem;
	background: #ffffff;
	border: 1px solid #c6d8f4;
	border-radius: 0.65rem;
	box-shadow: 0 14px 24px rgba(31, 70, 133, 0.15);
	font-weight: 800;
	color: #0d4ea6;
}

.home .kl-home-cta {
	margin-top: 2rem;
}

.home .kl-home-cta__inner {
	background: linear-gradient(145deg, #003b95, #0a68d1);
	color: #ffffff;
	border-radius: 0.9rem;
	padding: 1.4rem;
	text-align: center;
}

.home .kl-home-cta__inner h2 {
	margin: 0 0 0.35rem;
	color: #ffffff;
}

.home .kl-home-cta__inner p {
	margin: 0 0 0.8rem;
}

.home .kl-home-cta__inner .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
	padding: 0 1rem;
	border-radius: 0.55rem;
	background: #febb02;
	color: #111111;
	text-decoration: none;
	font-weight: 700;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 1100px) {
	.home .kl-home-search .mphb_sc_search-form,
	.home .kl-home-benefits__grid,
	.home .kl-home-offers__grid,
	.home .kl-trending-grid,
	.home .kl-home-property-types__grid,
	.home .kl-home-unique__grid {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-trending-card.is-large,
	.home .kl-trending-card.is-small {
		grid-column: span 1;
		aspect-ratio: 16 / 10;
	}

	.home .kl-home-member {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.home .kl-home-wrap {
		width: min(1200px, calc(100% - 1.2rem));
	}

	.home .kl-home-product-nav__inner {
		padding: 0.42rem 0;
	}

	.home .kl-home-product-nav__inner a {
		font-size: 0.74rem;
		padding: 0.3rem 0.55rem;
	}

	.home .kl-home-topbar__inner {
		min-height: 42px;
		font-size: 0.82rem;
	}

	.home .kl-topbar-right {
		gap: 0.4rem;
	}

	.home .kl-topbar-right span {
		padding: 0.15rem 0.35rem;
		font-size: 0.72rem;
	}

	.home .kl-home-hero__chips {
		gap: 0.35rem;
	}

	.home .kl-home-hero__chips span {
		font-size: 0.72rem;
		padding: 0.25rem 0.45rem;
	}

	.home .kl-home-search .mphb_sc_search-form,
	.home .kl-home-benefits__grid,
	.home .kl-home-offers__grid,
	.home .kl-trending-grid,
	.home .kl-home-property-types__grid,
	.home .kl-home-unique__grid {
		grid-template-columns: 1fr;
	}

	.home .kl-trending-tabs a,
	.home .kl-trending-tabs button {
		height: 2.35rem;
		font-size: 0.84rem;
		padding: 0 0.72rem;
	}
}

:root {
	--kl-surface: #f3f6fb;
	--kl-ink: #0a1f44;
	--kl-primary: #0057b8;
	--kl-primary-strong: #003b95;
	--kl-accent: #febb02;
	--kl-line: #d7e1ef;
}

.home .kl-booking-hero {
	background:
		radial-gradient(1200px 420px at 90% -20%, rgba(254, 187, 2, 0.28), transparent 58%),
		linear-gradient(145deg, #022a6b 0%, #0057b8 55%, #0a6dd8 100%);
	color: #ffffff;
	padding: clamp(2.5rem, 6vw, 4.5rem) 1.2rem 2rem;
	margin: 0 0 2.25rem;
}

.home .kl-booking-hero__inner {
	max-width: 1240px;
	margin: 0 auto;
}

.home .kl-booking-hero__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 1rem;
}

.home .kl-booking-hero__tabs button {
	appearance: none;
	font: inherit;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(7, 29, 81, 0.36);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
}

.home .kl-booking-hero__tabs button.is-active {
	background: #ffffff;
	color: var(--kl-primary-strong);
	border-color: #ffffff;
}

.home .kl-tab-panel {
	margin: 0;
}

.home .kl-panel-placeholder {
	background: linear-gradient(135deg, #f7faff 0%, #eef4ff 100%);
	border: 1px solid #d8e3f5;
	border-radius: 0.7rem;
	padding: 1rem;
	color: var(--kl-ink);
}

.home .kl-panel-placeholder h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	color: var(--kl-primary-strong);
}

.home .kl-panel-placeholder p {
	margin: 0 0 0.7rem;
	font-size: 0.95rem;
}

.home .kl-panel-placeholder .button {
	display: inline-flex;
	align-items: center;
	height: 2.4rem;
	padding: 0 0.9rem;
	border: 0;
	border-radius: 0.5rem;
	background: var(--kl-primary-strong);
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.home .kl-mini-form {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr auto auto;
	gap: 0.45rem;
	margin: 0 0 0.75rem;
}

.home .kl-mini-form--inventory {
	grid-template-columns: 1fr auto;
}

.home .kl-mini-form input,
.home .kl-mini-form select,
.home .kl-mini-form button {
	height: 2.7rem;
	border-radius: 0.55rem;
	padding: 0 0.7rem;
}

.home .kl-mini-form input,
.home .kl-mini-form select {
	border: 1px solid #c7d3e4;
	background: #ffffff;
	color: var(--kl-ink);
}

.home .kl-mini-form button {
	border: 0;
	background: var(--kl-accent);
	color: #111111;
	font-weight: 700;
	cursor: pointer;
}

.home .kl-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.home .kl-card {
	background: #ffffff;
	border: 1px solid #d9e4f4;
	border-radius: 0.7rem;
	overflow: hidden;
}

.home .kl-card__thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

.home .kl-card__body {
	padding: 0.75rem;
}

.home .kl-card__body h3 {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
	line-height: 1.3;
}

.home .kl-card__body h3 a {
	color: var(--kl-primary-strong);
	text-decoration: none;
}

.home .kl-card__body p {
	margin: 0;
	font-size: 0.85rem;
	color: #3f4f70;
}

.home .kl-booking-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.55rem;
	padding: 0.3rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .kl-booking-hero__title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.05;
	color: #ffffff;
}

.home .kl-booking-hero__subtitle {
	margin: 0.85rem 0 1.1rem;
	max-width: 62ch;
	font-size: clamp(1rem, 2vw, 1.15rem);
	color: rgba(255, 255, 255, 0.93);
}

.home .kl-booking-hero__quick-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0 0 1rem;
}

.home .kl-booking-hero__quick-meta span {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.35rem 0.7rem;
	border-radius: 0.55rem;
	font-size: 0.78rem;
	font-weight: 700;
}

.home .kl-booking-hero__trust {
	margin: 0 0 1.2rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.home .kl-booking-hero__trust li {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 0.38rem 0.8rem;
	border-radius: 999px;
	font-size: 0.85rem;
}

.home .kl-booking-hero__search-shell {
	background: #ffffff;
	border: 4px solid var(--kl-accent);
	border-radius: 0.95rem;
	padding: 0.5rem;
	box-shadow: 0 22px 45px rgba(8, 22, 52, 0.24);
}

.home .kl-booking-hero .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 1.8fr 1.15fr 1.15fr 0.7fr 0.7fr auto;
	gap: 0.45rem;
	align-items: end;
	margin: 0;
}

.home .kl-booking-hero .mphb_sc_search-form p {
	margin: 0;
}

.home .kl-booking-hero .mphb_sc_search-form label {
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--kl-ink);
	margin: 0 0 0.25rem;
}

.home .kl-booking-hero .mphb_sc_search-form input[type="text"],
.home .kl-booking-hero .mphb_sc_search-form select {
	width: 100%;
	height: 2.75rem;
	border: 1px solid #c7d3e4;
	border-radius: 0.55rem;
	padding: 0.45rem 0.65rem;
	background: #ffffff;
	color: var(--kl-ink);
	font-weight: 600;
}

.home .kl-booking-hero .kl-search-destination label {
	font-size: 0.72rem;
}

.home .kl-booking-hero .mphb_sc_search-form .button,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	height: 2.75rem;
	padding: 0 1.05rem;
	border: 0;
	border-radius: 0.55rem;
	background: var(--kl-accent);
	color: #111111;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.home .kl-booking-hero .mphb_sc_search-form .button:hover,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"]:hover {
	background: #ffd257;
	transform: translateY(-1px);
}

.home .kl-stays-listings {
	margin-top: 0.9rem;
	padding-top: 0.9rem;
	border-top: 1px solid #e2eaf5;
}

.home .kl-stays-listings .mphb_sc_search_results-info {
	color: #2b3f66;
	font-weight: 600;
}

.home .kl-stays-listings .mphb-room-types,
.home .kl-stays-listings .mphb_sc_search_results-wrapper {
	margin: 0;
}

.kl-stays-widget .mphb-room-types {
	margin: 0;
}

.home .kl-stays-listings .mphb-room-types {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.kl-stays-widget .mphb-room-types {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.home .kl-stays-listings .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
}

.kl-stays-widget .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
}

.home .kl-stays-listings .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.kl-stays-widget .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.home .kl-stays-listings .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.kl-stays-widget .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.home .kl-stays-listings .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.kl-stays-widget .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.kl-stays-widget .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.kl-stays-widget .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.home .kl-stays-listings .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.kl-stays-widget .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.home .kl-stays-listings .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.kl-stays-widget .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.kl-stays-widget .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.kl-stays-widget .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper,
.home .kl-stays-listings .kl-booking-card__aside .mphb-view-details-button-wrapper {
	margin: 0;
}

.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper,
.kl-stays-widget .kl-booking-card__aside .mphb-view-details-button-wrapper {
	margin: 0;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button,
.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button .button,
.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.kl-stays-widget .kl-booking-card__aside .mphb-book-button,
.kl-stays-widget .kl-booking-card__aside .mphb-book-button .button,
.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button .button:hover,
.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.kl-stays-widget .kl-booking-card__aside .mphb-book-button .button:hover,
.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.mphb_sc_search_results-wrapper .mphb-room-types,
.mphb_sc_search_results-wrapper .mphb_sc_search_results-loop {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
	margin: 0;
}

.mphb_sc_search_results-wrapper .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.mphb_sc_search_results-wrapper .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.mphb_sc_search_results-wrapper .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button .button,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button .button:hover,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.home .kl-booking-hero__fallback-form {
	display: flex;
	gap: 0.6rem;
}

.home .kl-booking-hero__fallback-form input,
.home .kl-booking-hero__fallback-form button {
	height: 3rem;
	border-radius: 0.65rem;
}

.home .kl-booking-hero__fallback-form input {
	flex: 1;
	border: 1px solid var(--kl-line);
	padding: 0 0.8rem;
}

.home .kl-booking-hero__fallback-form button {
	border: 0;
	background: var(--kl-primary-strong);
	color: #ffffff;
	padding: 0 1rem;
	font-weight: 700;
}

/* Booking-like spacing and cards for dynamic hero tabs */
.home .kl-home-tab-panels .kl-tab-panel {
	margin-top: 0.15rem;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form {
	margin-bottom: 0.85rem;
	gap: 0.55rem;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form input,
.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form select {
	font-weight: 600;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form button {
	min-width: 9.5rem;
	font-weight: 700;
}

.home .kl-home-tab-panels .kl-cards-grid {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.home .kl-home-tab-panels .kl-card {
	display: grid;
	grid-template-columns: minmax(180px, 24%) 1fr;
	gap: 0.8rem;
	border: 1px solid #cfdbf0;
	border-radius: 0.8rem;
	padding: 0.55rem;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06);
}

.home .kl-home-tab-panels .kl-card__thumb {
	border-radius: 0.55rem;
	overflow: hidden;
	background: #ebf2ff;
}

.home .kl-home-tab-panels .kl-card__thumb img {
	height: 100%;
	min-height: 150px;
}

.home .kl-home-tab-panels .kl-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.15rem 0.2rem 0.15rem 0;
}

.home .kl-home-tab-panels .kl-card__body h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.25;
}

.home .kl-home-tab-panels .kl-card__body h3 a {
	color: #0f4fa8;
}

.home .kl-home-tab-panels .kl-card__body p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.4;
	color: #30466f;
}

.home .kl-home-tab-panels .kl-card__body p strong {
	font-size: 1.08rem;
	color: #12203b;
}

.home .kl-home-tab-panels .kl-panel-placeholder {
	border-radius: 0.8rem;
	padding: 1.05rem;
}

.home .kl-stays-tab-row {
	margin-top: 0.9rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.home .kl-stays-tab-card {
	background: #ffffff;
	border: 1px solid #cfdbf0;
	border-radius: 0.78rem;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06);
}

.home .kl-stays-tab-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eaf1fb;
}

.home .kl-stays-tab-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home .kl-stays-tab-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-stays-tab-card__content {
	padding: 0.66rem 0.7rem 0.8rem;
	color: #1b1b1b;
}

.home .kl-home-hero .kl-stays-tab-card__type {
	margin: 0 0 0.22rem;
	font-size: 0.82rem;
	color: #5b6c90;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 {
	margin: 0 0 0.28rem;
	font-size: 1rem;
	line-height: 1.27;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 a {
	color: #1b1b1b;
	text-decoration: none;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 a:hover {
	color: #0d4ea6;
}

.home .kl-home-hero .kl-stays-tab-card__summary {
	margin: 0 0 0.6rem;
	font-size: 0.86rem;
	line-height: 1.35;
	color: #405073;
}

.home .kl-home-hero .kl-stays-tab-card__price {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.4rem;
}

.home .kl-home-hero .kl-stays-tab-card__price span {
	font-size: 0.8rem;
	color: #5b6c90;
}

.home .kl-home-hero .kl-stays-tab-card__price strong {
	font-size: 1.12rem;
	line-height: 1;
	color: #111111;
	font-weight: 800;
}

.home .kl-stays-tab-card--placeholder {
	grid-column: 1 / -1;
}

@media (max-width: 1080px) {
	.home .kl-booking-hero .mphb_sc_search-form {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper {
		grid-column: span 2;
	}

	.home .kl-mini-form {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-cards-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-home-tab-panels .kl-card {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-card__thumb img {
		min-height: 200px;
	}

	.home .kl-stays-tab-row {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-stays-listings .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.kl-stays-widget .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.home .kl-stays-listings .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.kl-stays-widget .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.home .kl-stays-listings .kl-booking-card__media img {
		min-height: 200px;
	}

	.kl-stays-widget .kl-booking-card__media img {
		min-height: 200px;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card__media img {
		min-height: 200px;
	}
}

@media (max-width: 640px) {
	.home .kl-booking-hero {
		padding: 2rem 1rem 1.5rem;
	}

	.home .kl-booking-hero .mphb_sc_search-form {
		grid-template-columns: 1fr;
	}

	.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"] {
		width: 100%;
	}

	.home .kl-mini-form,
	.home .kl-mini-form--inventory,
	.home .kl-cards-grid {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form button {
		width: 100%;
	}

	.home .kl-stays-tab-row {
		grid-template-columns: 1fr;
	}
}

/* Standalone theme base layout */
.site-header,
.site-footer {
	background: #ffffff;
	border-bottom: 1px solid #e4e8ef;
}

.site-footer {
	border-top: 1px solid #e4e8ef;
	border-bottom: 0;
	margin-top: 2rem;
}

.site-header__inner,
.site-footer__inner,
.content-wrap {
	width: min(1100px, calc(100% - 2rem));
	margin: 0 auto;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 0;
}

.site-nav ul {
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-main {
	padding: 1.5rem 0;
}

.entry-card,
.entry-page,
.entry-single,
.error-404,
.comments-area {
	background: #ffffff;
	border: 1px solid #e4e8ef;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.entry-title {
	margin-top: 0;
}

/* Booking.com-inspired homepage rebuild */
.home #masthead.site-header {
	display: none;
}

.bkx-home {
	background: #f5f5f5;
	color: #1a1a1a;
	padding-bottom: 3rem;
}

.bkx-wrap {
	width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
}

.bkx-utility {
	background: #003b95;
	color: #fff;
	font-size: 0.85rem;
}

.bkx-utility__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 44px;
	gap: 1rem;
}

.bkx-utility__inner p {
	margin: 0;
}

.bkx-utility__right {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.bkx-utility__right span,
.bkx-utility__right a {
	color: #fff;
	text-decoration: none;
	padding: 0.2rem 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
}

.bkx-hero {
	background: linear-gradient(180deg, #003b95 0%, #003580 100%);
	color: #fff;
	padding: 1rem 0 2.3rem;
}

.bkx-brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.4rem 0 1rem;
}

.bkx-logo {
	color: #fff;
	font-size: 1.65rem;
	font-weight: 800;
	text-decoration: none;
}

.bkx-branding-link {
	display: inline-flex;
	align-items: center;
}

.bkx-branding-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: 52px;
	max-height: none;
}

.bkx-main-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bkx-main-nav a,
.bkx-products a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.bkx-products {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.1rem;
}

.bkx-products a.is-active {
	background: #fff;
	color: #003b95;
	border-color: #fff;
}

.bkx-hero-copy h1 {
	margin: 0;
	font-size: clamp(2rem, 4.8vw, 3.6rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.bkx-hero-copy p {
	margin: 0.55rem 0 1.2rem;
	font-size: 1.05rem;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.95);
}

.bkx-search-box {
	background: #fff;
	border: 4px solid #febb02;
	border-radius: 0.8rem;
	padding: 0.6rem;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.bkx-search-box .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 1.9fr 1.1fr 1.1fr 0.8fr 0.8fr auto;
	gap: 0.4rem;
	margin: 0;
	align-items: end;
}

.bkx-search-box .mphb_sc_search-form p,
.bkx-search-box .mphb_sc_search-form label {
	margin: 0;
}

.bkx-search-box .mphb_sc_search-form label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	color: #123;
	margin-bottom: 0.2rem;
}

.bkx-search-box .mphb_sc_search-form input[type="text"],
.bkx-search-box .mphb_sc_search-form input[type="date"],
.bkx-search-box .mphb_sc_search-form select {
	height: 2.8rem;
	width: 100%;
	border: 1px solid #c9d3e5;
	border-radius: 0.5rem;
	padding: 0 0.6rem;
}

.bkx-search-box .mphb_sc_search-submit-button-wrapper,
.bkx-search-box .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	height: 2.8rem;
}

.bkx-search-box .mphb_sc_search-submit-button-wrapper {
	display: flex;
	align-items: flex-end;
}

.bkx-search-box .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	border: 0;
	width: 100%;
	padding: 0 1rem;
	border-radius: 0.5rem;
	font-weight: 700;
	background: #0071c2;
	color: #fff;
}

.bkx-trust-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 0;
	padding: 0;
}

.bkx-trust-list li {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	padding: 0.4rem 0.8rem;
	font-size: 0.85rem;
}

.bkx-section {
	padding-top: 2rem;
}

.bkx-section h2 {
	margin: 0 0 0.3rem;
	font-size: 1.65rem;
}

.bkx-subtitle {
	margin: 0 0 0.9rem;
	color: #5b5b5b;
}

.bkx-offers-grid,
.bkx-type-grid,
.bkx-room-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkx-offer-card,
.bkx-type-card,
.bkx-room-card {
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 0.8rem;
	padding: 1rem;
}

.bkx-type-card a,
.bkx-room-card a {
	text-decoration: none;
	color: inherit;
}

.bkx-destination-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bkx-destination-card {
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 0.8rem;
	overflow: hidden;
}

.bkx-destination-card a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bkx-destination-card__image {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #006ce4, #003b95);
}

.bkx-destination-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-destination-card__copy {
	padding: 0.9rem;
}

.bkx-destination-card__copy h3,
.bkx-room-card__copy h3 {
	margin: 0;
}

.bkx-destination-card__copy p,
.bkx-room-card__copy p {
	margin: 0.35rem 0 0;
}

.bkx-room-card {
	padding: 0;
	overflow: hidden;
}

.bkx-room-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #d8e2f3;
}

.bkx-room-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-room-card__copy {
	padding: 0.9rem;
}

.bkx-room-rating strong {
	display: inline-block;
	padding: 0.1rem 0.45rem;
	background: #003b95;
	color: #fff;
	border-radius: 0.25rem;
	margin-right: 0.4rem;
}

.bkx-room-price {
	font-weight: 700;
	color: #0071c2;
}

.bkx-signin-cta {
	margin-top: 2rem;
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 0.9rem;
	padding: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.bkx-signin-cta h2 {
	margin: 0;
	font-size: 1.4rem;
}

.bkx-signin-cta p {
	margin: 0.45rem 0 0;
	color: #555;
}

.bkx-signin-cta__actions {
	display: flex;
	gap: 0.6rem;
}

@media (max-width: 980px) {
	.bkx-search-box .mphb_sc_search-form {
		grid-template-columns: 1fr 1fr;
	}

	.bkx-offers-grid,
	.bkx-type-grid,
	.bkx-destination-grid,
	.bkx-room-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkx-signin-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.bkx-utility__inner,
	.bkx-brand-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.bkx-search-box .mphb_sc_search-form,
	.bkx-offers-grid,
	.bkx-type-grid,
	.bkx-destination-grid,
	.bkx-room-grid {
		grid-template-columns: 1fr;
	}

	.bkx-main-nav,
	.bkx-products,
	.bkx-signin-cta__actions {
		width: 100%;
	}

	.bkx-main-nav a,
	.bkx-products a,
	.bkx-signin-cta__actions .button {
		flex: 1;
		text-align: center;
	}
}

/* Booking-style inner templates */
.bkx-shell {
	background: #f5f7fa;
	padding: 1.25rem 0 2rem;
	min-height: 60vh;
}

/* ═══════════════════════════════════════════════════════════════
   UNIFIED SITE HEADER  (bkx-hdr-*)
   ═══════════════════════════════════════════════════════════════ */

.bkx-hdr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: background .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
body.admin-bar .bkx-hdr { top: 32px; }
@media (max-width: 782px) { body.admin-bar .bkx-hdr { top: 46px; } }

/* Solid state (default — inner pages) */
.bkx-hdr__bar {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.07), 0 2px 12px rgba(0,20,70,.06);
}

/* Transparent state (homepage, not scrolled) */
.bkx-hdr--transparent .bkx-hdr__bar {
	background: rgba(0,15,50,.18);
	backdrop-filter: blur(12px) saturate(1.6);
	-webkit-backdrop-filter: blur(12px) saturate(1.6);
	box-shadow: none;
}
.bkx-hdr--transparent.is-scrolled .bkx-hdr__bar {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.07), 0 2px 12px rgba(0,20,70,.06);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* Push content below fixed header */
.site-content { padding-top: 64px; }
/* WordPress already pushes the page down by the admin bar's height (html margin-top), so no extra offset here. */
body.admin-bar .site-content { padding-top: 64px; }
/* Transparent header — hero slides behind it for full-bleed effect */
body.has-transparent-header .site-content { padding-top: 0; }

/* ── Inner layout ────────────────────────────────────────────── */
.bkx-hdr__inner {
	display: flex;
	align-items: center;
	height: 64px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
	gap: 1.5rem;
}

/* ── Logo ────────────────────────────────────────────────────── */
.bkx-hdr__logo { flex-shrink: 0; }
.bkx-hdr__logo a { display: flex; align-items: center; text-decoration: none; }
.bkx-hdr__logo-img .bkx-branding-image { height: 36px; width: auto; display: block; }

/* Invert logo on transparent (dark) header */
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__logo-img .bkx-branding-image {
	filter: brightness(0) invert(1);
}

/* ── Centre navigation ───────────────────────────────────────── */
.bkx-hdr__nav {
	flex: 1;
	display: flex;
	justify-content: center;
}
.bkx-hdr__menu {
	display: flex;
	align-items: center;
	gap: .15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bkx-hdr__menu li { position: relative; }
.bkx-hdr__menu > li > a {
	display: flex;
	align-items: center;
	height: 64px;
	padding: 0 .8rem;
	font-size: .88rem;
	font-weight: 600;
	color: #1e2d47;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: color .15s;
}
.bkx-hdr__menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: .8rem;
	right: .8rem;
	height: 2.5px;
	background: #003b95;
	border-radius: 2px 2px 0 0;
	transform: scaleX(0);
	transition: transform .2s ease;
}
.bkx-hdr__menu > li > a:hover,
.bkx-hdr__menu > li.current-menu-item > a,
.bkx-hdr__menu > li.current-menu-ancestor > a { color: #003b95; }
.bkx-hdr__menu > li > a:hover::after,
.bkx-hdr__menu > li.current-menu-item > a::after,
.bkx-hdr__menu > li.current-menu-ancestor > a::after { transform: scaleX(1); }

/* Transparent header — white links */
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__menu > li > a {
	color: rgba(255,255,255,.92);
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__menu > li > a:hover,
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__menu > li.current-menu-item > a { color: #fff; }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__menu > li > a::after { background: #febb02; }

/* Dropdown sub-menus */
.bkx-hdr__menu .sub-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 210px;
	background: #fff;
	border: 1px solid #e2eaf6;
	border-radius: 12px;
	box-shadow: 0 12px 36px rgba(0,20,70,.14);
	padding: .4rem 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
	z-index: 100;
}
.bkx-hdr__menu li:hover > .sub-menu,
.bkx-hdr__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.bkx-hdr__menu .sub-menu a {
	display: block;
	padding: .52rem 1.1rem;
	font-size: .86rem;
	font-weight: 500;
	color: #1e2d47;
	text-decoration: none;
	transition: background .12s, color .12s;
}
.bkx-hdr__menu .sub-menu a:hover { background: #f0f5ff; color: #003b95; }

/* ── Right tools ─────────────────────────────────────────────── */
.bkx-hdr__tools {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-shrink: 0;
	margin-left: auto;
}
.bkx-hdr__hide-mobile { /* hidden on ≤768 via @media below */ }

/* Pickers (currency / language) */
.bkx-hdr-picker summary {
	display: flex;
	align-items: center;
	gap: .3rem;
	padding: .32rem .55rem;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	font-size: .82rem;
	font-weight: 600;
	color: #344563;
	list-style: none;
	transition: background .14s, color .14s;
	user-select: none;
}
.bkx-hdr-picker summary::-webkit-details-marker { display: none; }
.bkx-hdr-picker summary:hover { background: #f0f5ff; color: #003b95; }
.bkx-hdr-picker[open] summary { background: #eef3ff; color: #003b95; }

/* Transparent header picker */
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr-picker summary { color: rgba(255,255,255,.88); }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr-picker summary:hover,
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr-picker[open] summary {
	background: rgba(255,255,255,.15);
	color: #fff;
}

.bkx-hdr-picker ul {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	background: #fff;
	border: 1px solid #e2eaf6;
	border-radius: 12px;
	box-shadow: 0 10px 32px rgba(0,20,70,.14);
	padding: .4rem 0;
	min-width: 160px;
	list-style: none;
	margin: 0;
	z-index: 200;
}
.bkx-hdr-picker { position: relative; }
.bkx-hdr-picker ul button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: .5rem 1rem;
	border: none;
	background: transparent;
	font-size: .85rem;
	font-weight: 600;
	color: #1e2d47;
	cursor: pointer;
	text-align: left;
	transition: background .12s, color .12s;
}
.bkx-hdr-picker ul button span { font-size: .75rem; color: #9aaac4; font-weight: 400; }
.bkx-hdr-picker ul button:hover { background: #f0f5ff; color: #003b95; }

.bkx-hdr__link {
	font-size: .83rem;
	font-weight: 600;
	color: #344563;
	text-decoration: none;
	padding: .32rem .5rem;
	border-radius: 8px;
	transition: color .14s, background .14s;
}
.bkx-hdr__link:hover { color: #003b95; background: #f0f5ff; }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__link { color: rgba(255,255,255,.88); }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__link:hover { background: rgba(255,255,255,.15); color: #fff; }

.bkx-hdr__btn {
	display: inline-flex;
	align-items: center;
	padding: .4rem .9rem;
	border-radius: 8px;
	font-size: .83rem;
	font-weight: 700;
	text-decoration: none;
	transition: background .15s, color .15s, border-color .15s;
	background: #003b95;
	color: #fff;
	border: 1.5px solid #003b95;
}
.bkx-hdr__btn:hover { background: #002d74; border-color: #002d74; color: #fff; }
.bkx-hdr__btn--outline {
	background: transparent;
	color: #003b95;
}
.bkx-hdr__btn--outline:hover { background: #003b95; color: #fff; }

/* Transparent header buttons */
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__btn {
	background: rgba(255,255,255,.15);
	border-color: rgba(255,255,255,.4);
	color: #fff;
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__btn:hover {
	background: rgba(255,255,255,.28);
	border-color: rgba(255,255,255,.7);
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__btn--outline {
	background: transparent;
	border-color: rgba(255,255,255,.55);
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__btn--outline:hover {
	background: rgba(255,255,255,.18);
}

/* Hamburger (mobile) */
.bkx-hdr__hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: 1.5px solid rgba(0,59,149,.18);
	background: transparent;
	cursor: pointer;
	gap: 5px;
	transition: background .14s, border-color .14s;
	flex-shrink: 0;
	padding: 0;
}
.bkx-hdr__hamburger span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #1e2d47;
	transition: transform .22s, opacity .18s, background .14s;
}
.bkx-hdr__hamburger:hover { background: #f0f5ff; border-color: #003b95; }
.bkx-hdr__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bkx-hdr__hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.bkx-hdr__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Transparent header hamburger */
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__hamburger {
	border-color: rgba(255,255,255,.35);
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__hamburger span { background: #fff; }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hdr__hamburger:hover { background: rgba(255,255,255,.15); }

/* ── Mobile breakpoint ───────────────────────────────────────── */
@media (max-width: 768px) {
	.bkx-hdr__nav,
	.bkx-hdr__hide-mobile { display: none !important; }
	.bkx-hdr__hamburger { display: flex; }
	.bkx-hdr__inner { padding: 0 1rem; }
	.bkx-hdr__tools { gap: .3rem; }
}

/* ── Scroll JS adds .is-scrolled ─────────────────────────────── */
/* (handled via script in footer.php) */

/* ── Legacy header classes — kept as no-ops ──────────────────── */
.bkx-site-header {
	border: 0;
	background: #003b95;
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar .bkx-site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .bkx-site-header {
		top: 46px;
	}
}

.bkx-site-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bkx-site-top__inner,
.bkx-site-nav-row__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	min-height: 54px;
}

.bkx-site-logo {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.5rem;
}

.bkx-site-logo .bkx-branding-image {
	height: 42px;
}

.bkx-site-tools {
	display: flex;
	gap: 0.6rem;
	align-items: center;
}

.bkx-site-tools span,
.bkx-site-tools a {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	padding: 0.18rem 0.48rem;
	font-size: 0.78rem;
	font-weight: 500;
}

.bkx-site-tools a.is-outline {
	background: #fff;
	color: #0a4aa6;
	border-color: #fff;
	border-radius: 0.28rem;
	padding: 0.3rem 0.58rem;
	font-size: 0.79rem;
	font-weight: 500;
}

.bkx-site-nav-row {
	background: #003580;
}

.bkx-site-nav-row .menu,
.bkx-site-nav-row .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 0.55rem;
	flex-wrap: wrap;
}

.bkx-site-nav-row .menu a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.88rem;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.33);
}

.bkx-grid-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 1rem;
}

.bkx-panel {
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 0.8rem;
	padding: 1rem;
}

.bkx-title {
	margin: 0;
	line-height: 1.15;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	letter-spacing: -0.01em;
}

.bkx-archive-head .archive-description p {
	margin: 0.5rem 0 0;
	color: #626262;
}

.bkx-listings {
	display: grid;
	gap: 0.9rem;
	margin-top: 0.9rem;
}

.bkx-listing__title {
	margin: 0;
	font-size: 1.1rem;
}

.bkx-listing__title a {
	text-decoration: none;
	color: #1a1a1a;
}

.bkx-listing__meta,
.bkx-single__meta {
	margin: 0.35rem 0 0;
	font-size: 0.83rem;
	color: #6b6b6b;
}

.bkx-listing__excerpt,
.entry-content {
	margin-top: 0.7rem;
}

.bkx-pagination {
	margin-top: 0.9rem;
}

.bkx-pagination .nav-links {
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.bkx-pagination .page-numbers {
	text-decoration: none;
	border: 1px solid #d2dbe8;
	border-radius: 0.45rem;
	padding: 0.35rem 0.6rem;
	color: #003b95;
	font-weight: 700;
}

.bkx-pagination .page-numbers.current {
	background: #003b95;
	color: #fff;
	border-color: #003b95;
}

.bkx-sidebar .widget {
	padding: 0;
	border: 0;
	margin-bottom: 1rem;
}

.bkx-sidebar .widget:last-child {
	margin-bottom: 0;
}

.bkx-sidebar .widget-title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.bkx-searchform {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.bkx-searchform label {
	flex: 1;
}

.bkx-searchform .search-field {
	width: 100%;
	height: 2.6rem;
	border: 1px solid #c6d3e6;
	border-radius: 0.5rem;
	padding: 0 0.7rem;
}

.bkx-searchform .search-submit {
	height: 2.6rem;
	border: 0;
	border-radius: 0.5rem;
	padding: 0 1rem;
	background: #0071c2;
	color: #fff;
	font-weight: 700;
}

.bkx-empty-state {
	text-align: center;
}

.bkx-empty-state p {
	margin: 0.65rem 0;
	color: #5b5b5b;
}

.bkx-post-nav .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.bkx-post-nav .nav-links a {
	text-decoration: none;
	font-weight: 700;
	color: #003b95;
}

.comments-area .comment-list {
	margin: 0;
	padding-left: 1.2rem;
}

.comments-area .comment-body {
	margin-bottom: 0.75rem;
}

.comments-area .comment-form input[type='text'],
.comments-area .comment-form input[type='email'],
.comments-area .comment-form input[type='url'],
.comments-area .comment-form textarea {
	width: 100%;
	border: 1px solid #c6d3e6;
	border-radius: 0.45rem;
	padding: 0.55rem 0.65rem;
}

.comments-area .comment-form .submit {
	border: 0;
	border-radius: 0.45rem;
	padding: 0.55rem 0.95rem;
	background: #0071c2;
	color: #fff;
	font-weight: 700;
}

.bkx-site-footer {
	background: #f0f3f8;
	border-top: 1px solid #dde4ef;
	margin-top: 0;
}

.bkx-site-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.3rem 0 0.8rem;
}

.bkx-site-footer__inner p {
	margin: 0;
}

.bkx-site-footer__inner p + p {
	margin-top: 0.3rem;
	color: #555;
}

.bkx-site-footer__links {
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
}

.bkx-site-footer__links a {
	text-decoration: none;
	color: #003b95;
	font-weight: 700;
}

.bkx-site-footer__copy {
	border-top: 1px solid #dde4ef;
	padding: 0.7rem 0 1rem;
	font-size: 0.85rem;
	color: #606060;
}

.bkx-site-footer__copy p {
	margin: 0;
}

@media (max-width: 980px) {
	.bkx-grid-layout {
		grid-template-columns: 1fr;
	}

	.bkx-site-top__inner,
	.bkx-site-nav-row__inner,
	.bkx-site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.bkx-searchform {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Reference typography + spacing sync (electronictoursimlink) */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: #3b4249;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.48;
	letter-spacing: -0.03em;
	color: #17181a;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 1.15rem;
}

.bkx-section {
	padding-top: 1.875rem;
}

.bkx-panel,
.bkx-offer-card,
.bkx-type-card,
.bkx-listing,
.bkx-signin-cta,
.bkx-search-box,
.bkx-search-box--panel {
	padding: 1.25rem;
}

.bkx-hero {
	padding: 1.875rem 0 2.5rem;
}

.bkx-products a,
.bkx-main-nav a,
.bkx-site-nav-row .menu a {
	padding: 0.42rem 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
}

.bkx-hero-copy h1 {
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	line-height: 1.08;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin: 0 0 0.6rem;
}

.bkx-hero-copy p {
	margin: 0 0 1.45rem;
	max-width: 50ch;
}

.bkx-search-box .mphb_sc_search-form label {
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.bkx-search-box .mphb_sc_search-form input[type="text"],
.bkx-search-box .mphb_sc_search-form input[type="date"],
.bkx-search-box .mphb_sc_search-form select,
.bkx-searchform .search-field,
.bkx-searchform .search-submit {
	height: 2.7rem;
}

.bkx-search-box .mphb_sc_search-form input[type="text"],
.bkx-search-box .mphb_sc_search-form input[type="date"],
.bkx-search-box .mphb_sc_search-form select {
	padding: 0 0.65rem;
}

.bkx-search-box .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	padding: 0 1rem;
	font-weight: 700;
}

.bkx-site-footer__inner {
	padding: 1.25rem 0 0.9rem;
}

@media (max-width: 640px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.35;
	}

	.bkx-panel,
	.bkx-offer-card,
	.bkx-type-card,
	.bkx-listing,
	.bkx-signin-cta,
	.bkx-search-box,
	.bkx-search-box--panel {
		padding: 0.9rem;
	}
}

/* Property listing post type */
.bkx-property-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.bkx-property-card {
	padding: 0;
	overflow: hidden;
}

.bkx-property-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #d8e2f3;
}

.bkx-property-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-property-card__body {
	padding: 1rem;
}

.bkx-property-card__type,
.bkx-property-single__type {
	display: inline-flex;
	padding: 0.25rem 0.65rem;
	background: #e8f1ff;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	color: #003b95;
	margin: 0 0 0.45rem;
}

.bkx-property-card__body h2 {
	margin: 0 0 0.35rem;
	font-size: 1.1rem;
}

.bkx-property-card__body h2 a {
	text-decoration: none;
	color: #17181a;
}

.bkx-property-card__address,
.bkx-property-single__address {
	margin: 0 0 0.5rem;
	color: #5f656d;
	font-size: 0.9rem;
}

.bkx-property-single__media {
	margin: 0.9rem 0;
	border-radius: 0.7rem;
	overflow: hidden;
}

.bkx-property-single__media img {
	width: 100%;
	height: auto;
	display: block;
}

.bkx-property-single__amenities,
.bkx-property-single__map {
	margin-top: 1rem;
}

.bkx-property-single__amenities h2,
.bkx-property-single__map h2 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.bkx-amenity-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.bkx-amenity-list li {
	padding: 0.35rem 0.65rem;
	background: #f3f6fb;
	border: 1px solid #d7e0ef;
	border-radius: 999px;
	font-size: 0.82rem;
}

.bkx-property-single__map iframe {
	width: 100%;
	height: 360px;
	border: 0;
	border-radius: 0.7rem;
}

@media (max-width: 980px) {
	.bkx-property-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bkx-property-grid {
		grid-template-columns: 1fr;
	}

	.bkx-property-single__map iframe {
		height: 300px;
	}
}

/* Frontend property details */
.bkx-property-single__price {
	margin: 0.4rem 0 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: #003b95;
}

.bkx-property-single__price span {
	font-size: 0.9rem;
	font-weight: 500;
	color: #5b5b5b;
}

.bkx-property-gallery {
	position: relative;
	margin: 1rem 0;
}

.bkx-property-gallery__track {
	position: relative;
	border-radius: 0.7rem;
	overflow: hidden;
	background: #dbe5f4;
	aspect-ratio: 16 / 9;
}

.bkx-property-gallery__slide {
	position: absolute;
	inset: 0;
	display: none;
	margin: 0;
}

.bkx-property-gallery__slide.is-active {
	display: block;
}

.bkx-property-gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-property-gallery__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 2.2rem;
	height: 2.2rem;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.bkx-property-gallery__arrow.is-prev { left: 0.6rem; }
.bkx-property-gallery__arrow.is-next { right: 0.6rem; }

.bkx-property-gallery__dots {
	display: flex;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 0.5rem;
}

.bkx-property-gallery__dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	border: 0;
	background: #c5cfdd;
	cursor: pointer;
}

.bkx-property-gallery__dot.is-active {
	background: #003b95;
}

.bkx-property-meta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.bkx-property-single__amenities,
.bkx-property-single__payments,
.bkx-property-single__availability,
.bkx-property-single__cancel,
.bkx-property-single__ical,
.bkx-property-single__map {
	background: #f8fafd;
	border: 1px solid #d9e2f0;
	border-radius: 0.7rem;
	padding: 1rem;
	margin-top: 1rem;
}

.bkx-property-single__amenities,
.bkx-property-single__payments {
	margin-top: 0;
}

.bkx-property-single__ical a {
	word-break: break-word;
}

@media (max-width: 980px) {
	.bkx-property-meta-grid {
		grid-template-columns: 1fr;
	}
}

/* Homepage screenshot implementation */
.home .bkx-site-header { display: none; }
.home .bkx-site-footer { display: block; }

.bkx-screen-home {
	background: #edf1f7;
	color: #1f2a37;
	padding-bottom: 2rem;
}

.bkx-sh-hero-wrap {
	background: linear-gradient(180deg, #0c2f77 0%, #1452c3 100%);
	color: #fff;
	padding-bottom: 2rem;
}

.bkx-sh-topbar {
	background: rgba(6, 27, 77, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bkx-sh-topbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 44px;
}

.bkx-sh-brand {
	font-weight: 700;
	font-size: 0.95rem;
}

.bkx-sh-topbar__right {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.bkx-sh-topbar__right span,
.bkx-sh-topbar__right a {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	padding: 0.2rem 0.45rem;
	font-size: 0.75rem;
	font-weight: 700;
}

.bkx-sh-hero {
	padding-top: 1rem;
}

.bkx-sh-products {
	display: flex;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.bkx-sh-products a {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
}

.bkx-sh-products a.is-active {
	background: #fff;
	color: #0f46a7;
}

.bkx-sh-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}

.bkx-sh-hero > p {
	margin: 0.45rem 0 1rem;
	color: rgba(255, 255, 255, 0.94);
}

.bkx-sh-search {
	background: #fff;
	border: 4px solid #febb02;
	border-radius: 0.7rem;
	padding: 0.55rem;
}

.bkx-sh-search .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 0.7fr auto;
	gap: 0.4rem;
	margin: 0;
}

.bkx-sh-search .mphb_sc_search-form p,
.bkx-sh-search .mphb_sc_search-form label {
	margin: 0;
}

.bkx-sh-search .mphb_sc_search-form label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	color: #0c2146;
}

.bkx-sh-search .mphb_sc_search-form input[type='text'],
.bkx-sh-search .mphb_sc_search-form input[type='date'],
.bkx-sh-search .mphb_sc_search-form select {
	height: 2.65rem;
	width: 100%;
	border: 1px solid #c5d0e1;
	border-radius: 0.45rem;
	padding: 0 0.6rem;
}

.bkx-sh-search .mphb_sc_search-submit-button-wrapper {
	display: flex;
	align-items: flex-end;
}

.bkx-sh-search .mphb_sc_search-submit-button-wrapper input[type='submit'] {
	height: 2.65rem;
	border: 0;
	border-radius: 0.45rem;
	padding: 0 1rem;
	background: #0071c2;
	color: #fff;
	font-weight: 700;
}

.bkx-sh-hero-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.7rem;
}

.bkx-sh-hero-card {
	background: #fff;
	border-radius: 0.55rem;
	overflow: hidden;
}

.bkx-sh-hero-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #cad7ec;
}

.bkx-sh-hero-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.bkx-sh-hero-card__body { padding: 0.55rem; }
.bkx-sh-hero-card__body h3 { margin: 0; font-size: 0.95rem; line-height: 1.2; }
.bkx-sh-hero-card__body h3 a { color: #12253f; text-decoration: none; }
.bkx-sh-hero-card__meta { margin: 0 0 0.2rem; font-size: 0.72rem; color: #5f6d80; }
.bkx-sh-hero-card__price { margin: 0.35rem 0 0; color: #083d99; font-weight: 700; font-size: 0.82rem; }

.bkx-sh-chips {
	display: flex;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin-top: 0.7rem;
}

.bkx-sh-chips span {
	border-radius: 999px;
	padding: 0.28rem 0.62rem;
	font-size: 0.75rem;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.bkx-sh-benefits,
.bkx-sh-offers,
.bkx-sh-types,
.bkx-sh-unique {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.bkx-sh-benefits { margin-top: 1rem; }

.bkx-sh-benefits article,
.bkx-sh-offers article,
.bkx-sh-types article,
.bkx-sh-unique-card {
	background: #fff;
	border: 1px solid #d8e0ee;
	border-radius: 0.65rem;
	padding: 0.95rem;
}

.bkx-sh-benefits h3,
.bkx-sh-offers h3,
.bkx-sh-types h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.bkx-sh-benefits p,
.bkx-sh-offers p,
.bkx-sh-types p { margin: 0; font-size: 0.86rem; color: #5f6978; }

.bkx-sh-section { margin-top: 1.35rem; }
.bkx-sh-section h2 { margin: 0; font-size: 2rem; }
.bkx-sh-sub { margin: 0.35rem 0 0.8rem; color: #5a6271; }

.bkx-sh-dest-tabs { margin-bottom: 0.75rem; }
.bkx-sh-dest-tabs a {
	display: inline-block;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	border: 1px solid #d0daeb;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	color: #0c3f9c;
	background: #fff;
}

.bkx-sh-dest-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.bkx-sh-dest-card {
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	min-height: 185px;
}

.bkx-sh-dest-card.is-large { grid-column: span 2; min-height: 215px; }

.bkx-sh-dest-card__image,
.bkx-sh-dest-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-sh-dest-card__image span { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #255fcb, #163f8f); }

.bkx-sh-dest-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.8rem;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(4, 22, 53, 0.75) 100%);
}

.bkx-sh-dest-card__overlay h3 { margin: 0; color: #fff; font-size: 2rem; line-height: 1.1; }
.bkx-sh-dest-card__overlay p { margin: 0.15rem 0 0; font-size: 0.8rem; }

.bkx-sh-types { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.bkx-sh-types article a { text-decoration: none; color: inherit; }
.bkx-sh-types h3 { font-size: 0.95rem; }

.bkx-sh-unique { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bkx-sh-unique-card { padding: 0; overflow: hidden; }
.bkx-sh-unique-card__media { display: block; aspect-ratio: 4 / 3; background: #cad7ec; }
.bkx-sh-unique-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bkx-sh-unique-card__body { padding: 0.8rem; }
.bkx-sh-unique-card__body h3 { margin: 0; font-size: 1rem; }
.bkx-sh-unique-card__body h3 a { text-decoration: none; color: #15253f; }
.bkx-sh-unique-card__body p { margin: 0.35rem 0 0; color: #5f6978; font-size: 0.82rem; }
.bkx-sh-unique-card__price { font-weight: 700; color: #0d429f; }

.bkx-sh-member {
	margin-top: 1rem;
	background: #fff;
	border: 1px solid #d8e0ee;
	border-radius: 0.75rem;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	overflow: hidden;
}

.bkx-sh-member__copy { padding: 1rem; }
.bkx-sh-member__copy h2 { margin: 0; font-size: 2rem; }
.bkx-sh-member__copy p { margin: 0.4rem 0 0.75rem; color: #596373; }
.bkx-sh-member__actions { display: flex; gap: 0.5rem; }

.bkx-sh-member__art {
	position: relative;
	background: #eaf1fb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bkx-sh-member__art .one,
.bkx-sh-member__art .two {
	position: absolute;
	border-radius: 999px;
}

.bkx-sh-member__art .one { width: 70px; height: 70px; background: #e0c983; left: 20%; top: 52%; transform: translateY(-50%); }
.bkx-sh-member__art .two { width: 115px; height: 115px; background: #bfd4f2; right: 15%; top: 50%; transform: translateY(-50%); }
.bkx-sh-member__art strong { position: relative; z-index: 2; background: #fff; border-radius: 8px; padding: 0.4rem 0.75rem; color: #0b3d98; }

.bkx-sh-cta {
	margin-top: 1rem;
	background: linear-gradient(180deg, #0f46ae 0%, #0e429c 100%);
	color: #fff;
	border-radius: 0.75rem;
	text-align: center;
	padding: 1.25rem;
}

.bkx-sh-cta h2 { margin: 0; color: #fff; font-size: 2rem; }
.bkx-sh-cta p { margin: 0.45rem 0 0.85rem; color: rgba(255, 255, 255, 0.9); }

.bkx-sh-bottom {
	background: #fff;
	margin-top: 1.2rem;
	padding: 1.3rem 0;
	border-top: 1px solid #e3e8f1;
}

.bkx-sh-bottom__intro {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e7ebf3;
}

.bkx-sh-bottom__intro p { margin: 0; max-width: 640px; color: #556072; font-size: 0.88rem; }
.bkx-sh-payments { display: flex; gap: 0.45rem; flex-wrap: wrap; align-items: center; }
.bkx-sh-payments span { padding: 0.35rem 0.55rem; background: #f3f6fb; border: 1px solid #d8e0ee; border-radius: 0.35rem; font-size: 0.8rem; font-weight: 700; color: #1a355d; }

.bkx-sh-bottom__cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	padding-top: 1rem;
}

.bkx-sh-bottom__cols h4 { margin: 0 0 0.45rem; font-size: 1rem; }
.bkx-sh-bottom__cols p { margin: 0 0 0.33rem; color: #556072; font-size: 0.88rem; }

@media (max-width: 1100px) {
	.bkx-sh-hero-cards,
	.bkx-sh-unique,
	.bkx-sh-types {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkx-sh-dest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkx-sh-dest-card.is-large { grid-column: span 1; }

	.bkx-sh-bottom__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.bkx-sh-search .mphb_sc_search-form,
	.bkx-sh-benefits,
	.bkx-sh-offers,
	.bkx-sh-types,
	.bkx-sh-hero-cards,
	.bkx-sh-dest-grid,
	.bkx-sh-unique,
	.bkx-sh-bottom__cols {
		grid-template-columns: 1fr;
	}

	.bkx-sh-member {
		grid-template-columns: 1fr;
	}

	.bkx-sh-topbar__inner,
	.bkx-sh-bottom__intro {
		flex-direction: column;
		align-items: flex-start;
	}
}


/* Final refinement sync from electronictoursimlink */

/* Booking-inspired homepage layout */
.home #masthead.site-header {
	display: none;
}

.home .kl-booking-home {
	background: #f5f7fa;
	padding-bottom: 2rem;
	color: #1a1a1a;
}

.home .kl-home-wrap {
	width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
}

.home .kl-home-hero {
	background: linear-gradient(160deg, #003b95 0%, #0057b8 70%, #0a68d1 100%);
	padding: 2rem 0 2.8rem;
	color: #ffffff;
	margin-bottom: 1.7rem;
}

.home .kl-home-topbar {
	background: #003580;
	color: #ffffff;
}

.home .kl-home-topbar__inner {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.9rem;
}

.home .kl-home-topbar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.home .kl-topbar-right {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.home .kl-topbar-right span {
	padding: 0.2rem 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	font-size: 0.78rem;
}

.home .kl-home-product-nav {
	background: #003b95;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home .kl-home-product-nav__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0.7rem 0;
}

.home .kl-home-product-nav__inner a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #ffffff;
	text-decoration: none;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(7, 30, 82, 0.28);
	font-size: 0.82rem;
	font-weight: 700;
}

.home .kl-home-product-nav__inner a.is-active {
	background: #ffffff;
	color: #003b95;
	border-color: #ffffff;
}

.home .kl-home-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.home .kl-home-tabs button {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(7, 30, 82, 0.38);
	color: #ffffff;
	border-radius: 999px;
	padding: 0.45rem 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
}

.home .kl-home-tabs button.is-active {
	background: #ffffff;
	color: #003b95;
	border-color: #ffffff;
}

.home .kl-home-tabs button[disabled] {
	opacity: 0.75;
	cursor: not-allowed;
}

.home .kl-home-hero h1 {
	margin: 0 0 0.4rem;
	color: #ffffff;
	font-size: clamp(2rem, 4.2vw, 3rem);
	line-height: 1.12;
	letter-spacing: -0.015em;
	text-transform: none;
	font-weight: 800;
}

.home .kl-home-hero p {
	margin: 0 0 1.3rem;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(1.05rem, 1.9vw, 1.9rem);
	line-height: 1.35;
	font-weight: 500;
	max-width: 50ch;
}

.home .kl-home-search {
	background: #ffffff;
	border: 4px solid #febb02;
	border-radius: 0.85rem;
	padding: 0.55rem;
	box-shadow: 0 18px 40px rgba(8, 25, 61, 0.22);
}

.home .kl-home-search--panel {
	padding: 0.8rem;
}

.home .kl-home-search .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 1.8fr 1.1fr 1.1fr 0.7fr 0.7fr auto;
	gap: 0.45rem;
	margin: 0;
	align-items: end;
}

.home .kl-home-search .mphb_sc_search-form p {
	margin: 0;
}

.home .kl-home-search .mphb_sc_search-form label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #0a1f44;
	margin-bottom: 0.2rem;
}

.home .kl-home-search .mphb_sc_search-form input[type="text"],
.home .kl-home-search .mphb_sc_search-form select {
	height: 2.7rem;
	width: 100%;
	border: 1px solid #c7d3e4;
	border-radius: 0.5rem;
	padding: 0 0.65rem;
	background: #ffffff;
	font-weight: 600;
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	height: 2.7rem;
	width: 100%;
	border: 0;
	border-radius: 0.5rem;
	padding: 0 1rem;
	background: #0071c2;
	color: #ffffff;
	font-weight: 700;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper {
	display: flex;
	align-items: flex-end;
	margin: 0;
}

.home .kl-home-search .mphb_sc_search-submit-button-wrapper input[type="submit"]:hover {
	background: #00589b;
}

.home .kl-home-search .kl-mini-form {
	margin: 0;
}

.home .kl-home-search .kl-mini-form input,
.home .kl-home-search .kl-mini-form select,
.home .kl-home-search .kl-mini-form button {
	height: 2.7rem;
	border-radius: 0.5rem;
}

.home .kl-home-search .kl-mini-form button {
	background: #0071c2;
	color: #ffffff;
}

.home .kl-home-search .kl-mini-form button:hover {
	background: #00589b;
}

.home .kl-home-search .kl-cards-grid {
	margin-top: 0.7rem;
}

.home .kl-home-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.95rem;
}

.home .kl-home-hero__chips span {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	padding: 0.33rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.home .kl-home-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.home .kl-home-benefits__grid article {
	background: #ffffff;
	border: 1px solid #d5e2f3;
	border-radius: 0.75rem;
	padding: 0.9rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.04);
}

.home .kl-home-benefits__grid h3 {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}

.home .kl-home-benefits__grid p {
	margin: 0;
	color: #4a5b7e;
	font-size: 0.88rem;
}

.home .kl-home-elementor-sections {
	margin-top: 1.6rem;
}

.home .kl-home-section-head {
	margin: 1.8rem 0 0.75rem;
}

.home .kl-home-section-head h2 {
	margin: 0 0 0.2rem;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.home .kl-home-section-head p {
	margin: 0;
	color: #526386;
}

.home .kl-home-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

.home .kl-offer-card {
	background: linear-gradient(140deg, #d6e6ff 0%, #eaf3ff 100%);
	border: 1px solid #bfd4f5;
	border-radius: 0.75rem;
	padding: 1rem;
}

.home .kl-offer-card h3 {
	margin: 0 0 0.25rem;
	color: #003b95;
}

.home .kl-offer-card p {
	margin: 0;
	color: #3f5178;
}

.home .kl-home-trending {
	margin-top: 0.2rem;
}

.home .kl-trending-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0.7rem 0 1rem;
}

.home .kl-trending-tabs a,
.home .kl-trending-tabs button {
	display: inline-flex;
	align-items: center;
	height: 2.75rem;
	padding: 0 0.95rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	color: #1f2a3d;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.home .kl-trending-tabs a.is-active,
.home .kl-trending-tabs button.is-active {
	border-color: #2e78df;
	color: #2e78df;
	background: #edf4ff;
}

.home .kl-trending-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
}

.home .kl-trending-card {
	position: relative;
	border-radius: 0.7rem;
	overflow: hidden;
	background: #dfe8f6;
}

.home .kl-trending-card.is-large {
	grid-column: span 2;
	aspect-ratio: 16 / 8.8;
}

.home .kl-trending-card.is-small {
	aspect-ratio: 4 / 3.5;
}

.home .kl-trending-card__image,
.home .kl-trending-card__image img {
	width: 100%;
	height: 100%;
}

.home .kl-trending-card__image img {
	display: block;
	object-fit: cover;
}

.home .kl-trending-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-trending-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.85rem 0.95rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.home .kl-trending-card__overlay h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.3rem, 2.7vw, 2rem);
	line-height: 1.1;
	font-weight: 800;
}

.home .kl-trending-card__overlay p {
	margin: 0.25rem 0 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.86rem;
	font-weight: 600;
}

.home .kl-home-property-types__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
}

.home .kl-property-type-card {
	background: #ffffff;
	border: 1px solid #d9e3f3;
	border-radius: 0.7rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home .kl-property-type-card:hover {
	border-color: #b8ceec;
	box-shadow: 0 6px 16px rgba(29, 58, 111, 0.1);
}

.home .kl-property-type-card a,
.home .kl-property-type-card h3 {
	display: block;
	margin: 0;
	padding: 0.8rem;
	text-decoration: none;
	color: #0a1f44;
}

.home .kl-property-type-card p {
	margin: -0.45rem 0 0;
	padding: 0 0.8rem 0.8rem;
	color: #596c91;
	font-size: 0.82rem;
}

.home .kl-home-unique__grid {
	margin-top: 0.65rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.home .kl-unique-card {
	background: #ffffff;
	border: 1px solid #d9e4f4;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(20, 51, 101, 0.08);
}

.home .kl-unique-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: #e7eef9;
}

.home .kl-unique-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home .kl-unique-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-unique-card__wishlist {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #c8d7ee;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #2d4573;
}

.home .kl-unique-card__content {
	padding: 0.7rem 0.72rem 0.8rem;
}

.home .kl-unique-card__type {
	margin: 0 0 0.25rem;
	font-size: 0.84rem;
	color: #5b6c90;
}

.home .kl-unique-card__content h3 {
	margin: 0 0 0.3rem;
	font-size: 1.05rem;
	line-height: 1.25;
}

.home .kl-unique-card__content h3 a {
	color: #1b1b1b;
	text-decoration: none;
}

.home .kl-unique-card__content h3 a:hover {
	color: #0d4ea6;
}

.home .kl-unique-card__summary {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	line-height: 1.35;
	color: #405073;
}

.home .kl-unique-card__price {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.5rem;
}

.home .kl-unique-card__price span {
	font-size: 0.83rem;
	color: #5b6c90;
}

.home .kl-unique-card__price strong {
	font-size: 1.85rem;
	line-height: 1;
	color: #111111;
	font-weight: 800;
}

.home .kl-unique-card--placeholder {
	grid-column: 1 / -1;
}

.home .kl-home-member {
	margin-top: 1.8rem;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0.8rem;
	background: #ffffff;
	border: 1px solid #d4e0f3;
	border-radius: 0.9rem;
	overflow: hidden;
}

.home .kl-home-member__content {
	padding: 1.2rem;
}

.home .kl-home-member__content h2 {
	margin: 0 0 0.35rem;
}

.home .kl-home-member__content p {
	margin: 0 0 0.75rem;
	color: #4f6287;
}

.home .kl-home-member__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.home .kl-home-member__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	padding: 0 0.9rem;
	border-radius: 0.5rem;
	font-weight: 700;
	text-decoration: none;
}

.home .kl-home-member__actions .button {
	background: #0071c2;
	color: #ffffff;
}

.home .kl-home-member__actions .button.button-secondary {
	background: #eef4ff;
	color: #0d4ea6;
	border: 1px solid #b9cdef;
}

.home .kl-home-member__art {
	position: relative;
	min-height: 220px;
	background: linear-gradient(145deg, #d8e8ff 0%, #edf4ff 100%);
}

.home .kl-member-shape {
	position: absolute;
	border-radius: 999px;
	filter: blur(0.3px);
}

.home .kl-member-shape--one {
	width: 180px;
	height: 180px;
	right: 24px;
	top: 20px;
	background: rgba(0, 88, 155, 0.2);
}

.home .kl-member-shape--two {
	width: 120px;
	height: 120px;
	left: 34px;
	bottom: 24px;
	background: rgba(254, 187, 2, 0.38);
}

.home .kl-member-card {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.8rem 1rem;
	background: #ffffff;
	border: 1px solid #c6d8f4;
	border-radius: 0.65rem;
	box-shadow: 0 14px 24px rgba(31, 70, 133, 0.15);
	font-weight: 800;
	color: #0d4ea6;
}

.home .kl-home-cta {
	margin-top: 2rem;
}

.home .kl-home-cta__inner {
	background: linear-gradient(145deg, #003b95, #0a68d1);
	color: #ffffff;
	border-radius: 0.9rem;
	padding: 1.4rem;
	text-align: center;
}

.home .kl-home-cta__inner h2 {
	margin: 0 0 0.35rem;
	color: #ffffff;
}

.home .kl-home-cta__inner p {
	margin: 0 0 0.8rem;
}

.home .kl-home-cta__inner .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
	padding: 0 1rem;
	border-radius: 0.55rem;
	background: #febb02;
	color: #111111;
	text-decoration: none;
	font-weight: 700;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 1100px) {
	.home .kl-home-search .mphb_sc_search-form,
	.home .kl-home-benefits__grid,
	.home .kl-home-offers__grid,
	.home .kl-trending-grid,
	.home .kl-home-property-types__grid,
	.home .kl-home-unique__grid {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-trending-card.is-large,
	.home .kl-trending-card.is-small {
		grid-column: span 1;
		aspect-ratio: 16 / 10;
	}

	.home .kl-home-member {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.home .kl-home-wrap {
		width: min(1200px, calc(100% - 1.2rem));
	}

	.home .kl-home-product-nav__inner {
		padding: 0.42rem 0;
	}

	.home .kl-home-product-nav__inner a {
		font-size: 0.74rem;
		padding: 0.3rem 0.55rem;
	}

	.home .kl-home-topbar__inner {
		min-height: 42px;
		font-size: 0.82rem;
	}

	.home .kl-topbar-right {
		gap: 0.4rem;
	}

	.home .kl-topbar-right span {
		padding: 0.15rem 0.35rem;
		font-size: 0.72rem;
	}

	.home .kl-home-hero__chips {
		gap: 0.35rem;
	}

	.home .kl-home-hero__chips span {
		font-size: 0.72rem;
		padding: 0.25rem 0.45rem;
	}

	.home .kl-home-search .mphb_sc_search-form,
	.home .kl-home-benefits__grid,
	.home .kl-home-offers__grid,
	.home .kl-trending-grid,
	.home .kl-home-property-types__grid,
	.home .kl-home-unique__grid {
		grid-template-columns: 1fr;
	}

	.home .kl-trending-tabs a,
	.home .kl-trending-tabs button {
		height: 2.35rem;
		font-size: 0.84rem;
		padding: 0 0.72rem;
	}
}

:root {
	--kl-surface: #f3f6fb;
	--kl-ink: #0a1f44;
	--kl-primary: #0057b8;
	--kl-primary-strong: #003b95;
	--kl-accent: #febb02;
	--kl-line: #d7e1ef;
}

.home .kl-booking-hero {
	background:
		radial-gradient(1200px 420px at 90% -20%, rgba(254, 187, 2, 0.28), transparent 58%),
		linear-gradient(145deg, #022a6b 0%, #0057b8 55%, #0a6dd8 100%);
	color: #ffffff;
	padding: clamp(2.5rem, 6vw, 4.5rem) 1.2rem 2rem;
	margin: 0 0 2.25rem;
}

.home .kl-booking-hero__inner {
	max-width: 1240px;
	margin: 0 auto;
}

.home .kl-booking-hero__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 1rem;
}

.home .kl-booking-hero__tabs button {
	appearance: none;
	font: inherit;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(7, 29, 81, 0.36);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
}

.home .kl-booking-hero__tabs button.is-active {
	background: #ffffff;
	color: var(--kl-primary-strong);
	border-color: #ffffff;
}

.home .kl-tab-panel {
	margin: 0;
}

.home .kl-panel-placeholder {
	background: linear-gradient(135deg, #f7faff 0%, #eef4ff 100%);
	border: 1px solid #d8e3f5;
	border-radius: 0.7rem;
	padding: 1rem;
	color: var(--kl-ink);
}

.home .kl-panel-placeholder h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	color: var(--kl-primary-strong);
}

.home .kl-panel-placeholder p {
	margin: 0 0 0.7rem;
	font-size: 0.95rem;
}

.home .kl-panel-placeholder .button {
	display: inline-flex;
	align-items: center;
	height: 2.4rem;
	padding: 0 0.9rem;
	border: 0;
	border-radius: 0.5rem;
	background: var(--kl-primary-strong);
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.home .kl-mini-form {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr auto auto;
	gap: 0.45rem;
	margin: 0 0 0.75rem;
}

.home .kl-mini-form--inventory {
	grid-template-columns: 1fr auto;
}

.home .kl-mini-form input,
.home .kl-mini-form select,
.home .kl-mini-form button {
	height: 2.7rem;
	border-radius: 0.55rem;
	padding: 0 0.7rem;
}

.home .kl-mini-form input,
.home .kl-mini-form select {
	border: 1px solid #c7d3e4;
	background: #ffffff;
	color: var(--kl-ink);
}

.home .kl-mini-form button {
	border: 0;
	background: var(--kl-accent);
	color: #111111;
	font-weight: 700;
	cursor: pointer;
}

.home .kl-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.home .kl-card {
	background: #ffffff;
	border: 1px solid #d9e4f4;
	border-radius: 0.7rem;
	overflow: hidden;
}

.home .kl-card__thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

.home .kl-card__body {
	padding: 0.75rem;
}

.home .kl-card__body h3 {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
	line-height: 1.3;
}

.home .kl-card__body h3 a {
	color: var(--kl-primary-strong);
	text-decoration: none;
}

.home .kl-card__body p {
	margin: 0;
	font-size: 0.85rem;
	color: #3f4f70;
}

.home .kl-booking-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.55rem;
	padding: 0.3rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .kl-booking-hero__title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.05;
	color: #ffffff;
}

.home .kl-booking-hero__subtitle {
	margin: 0.85rem 0 1.1rem;
	max-width: 62ch;
	font-size: clamp(1rem, 2vw, 1.15rem);
	color: rgba(255, 255, 255, 0.93);
}

.home .kl-booking-hero__quick-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0 0 1rem;
}

.home .kl-booking-hero__quick-meta span {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.35rem 0.7rem;
	border-radius: 0.55rem;
	font-size: 0.78rem;
	font-weight: 700;
}

.home .kl-booking-hero__trust {
	margin: 0 0 1.2rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.home .kl-booking-hero__trust li {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 0.38rem 0.8rem;
	border-radius: 999px;
	font-size: 0.85rem;
}

.home .kl-booking-hero__search-shell {
	background: #ffffff;
	border: 4px solid var(--kl-accent);
	border-radius: 0.95rem;
	padding: 0.5rem;
	box-shadow: 0 22px 45px rgba(8, 22, 52, 0.24);
}

.home .kl-booking-hero .mphb_sc_search-form {
	display: grid;
	grid-template-columns: 1.8fr 1.15fr 1.15fr 0.7fr 0.7fr auto;
	gap: 0.45rem;
	align-items: end;
	margin: 0;
}

.home .kl-booking-hero .mphb_sc_search-form p {
	margin: 0;
}

.home .kl-booking-hero .mphb_sc_search-form label {
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--kl-ink);
	margin: 0 0 0.25rem;
}

.home .kl-booking-hero .mphb_sc_search-form input[type="text"],
.home .kl-booking-hero .mphb_sc_search-form select {
	width: 100%;
	height: 2.75rem;
	border: 1px solid #c7d3e4;
	border-radius: 0.55rem;
	padding: 0.45rem 0.65rem;
	background: #ffffff;
	color: var(--kl-ink);
	font-weight: 600;
}

.home .kl-booking-hero .kl-search-destination label {
	font-size: 0.72rem;
}

.home .kl-booking-hero .mphb_sc_search-form .button,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"] {
	height: 2.75rem;
	padding: 0 1.05rem;
	border: 0;
	border-radius: 0.55rem;
	background: var(--kl-accent);
	color: #111111;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.home .kl-booking-hero .mphb_sc_search-form .button:hover,
.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"]:hover {
	background: #ffd257;
	transform: translateY(-1px);
}

.home .kl-stays-listings {
	margin-top: 0.9rem;
	padding-top: 0.9rem;
	border-top: 1px solid #e2eaf5;
}

.home .kl-stays-listings .mphb_sc_search_results-info {
	color: #2b3f66;
	font-weight: 600;
}

.home .kl-stays-listings .mphb-room-types,
.home .kl-stays-listings .mphb_sc_search_results-wrapper {
	margin: 0;
}

.kl-stays-widget .mphb-room-types {
	margin: 0;
}

.home .kl-stays-listings .mphb-room-types {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.kl-stays-widget .mphb-room-types {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.home .kl-stays-listings .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
}

.kl-stays-widget .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
}

.home .kl-stays-listings .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.kl-stays-widget .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.home .kl-stays-listings .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.kl-stays-widget .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.home .kl-stays-listings .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.kl-stays-widget .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.home .kl-stays-listings .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.kl-stays-widget .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.kl-stays-widget .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.home .kl-stays-listings .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.kl-stays-widget .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.home .kl-stays-listings .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.kl-stays-widget .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.home .kl-stays-listings .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.kl-stays-widget .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.kl-stays-widget .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.kl-stays-widget .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper,
.home .kl-stays-listings .kl-booking-card__aside .mphb-view-details-button-wrapper {
	margin: 0;
}

.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper,
.kl-stays-widget .kl-booking-card__aside .mphb-view-details-button-wrapper {
	margin: 0;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button,
.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button .button,
.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.kl-stays-widget .kl-booking-card__aside .mphb-book-button,
.kl-stays-widget .kl-booking-card__aside .mphb-book-button .button,
.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.home .kl-stays-listings .kl-booking-card__aside .mphb-book-button .button:hover,
.home .kl-stays-listings .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.kl-stays-widget .kl-booking-card__aside .mphb-book-button .button:hover,
.kl-stays-widget .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.mphb_sc_search_results-wrapper .mphb-room-types,
.mphb_sc_search_results-wrapper .mphb_sc_search_results-loop {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card {
	display: grid;
	grid-template-columns: minmax(180px, 26%) 1fr minmax(170px, 22%);
	gap: 0.85rem;
	background: #ffffff;
	border: 1px solid #cfdcf1;
	border-radius: 0.8rem;
	padding: 0.7rem;
	box-shadow: 0 1px 0 rgba(17, 44, 92, 0.05);
	margin: 0;
}

.mphb_sc_search_results-wrapper .kl-booking-card__media {
	overflow: hidden;
	border-radius: 0.55rem;
	background: #eef3fb;
}

.mphb_sc_search_results-wrapper .kl-booking-card__media img {
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
	display: block;
}

.mphb_sc_search_results-wrapper .kl-booking-card__main {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.3;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title a {
	color: #0d4ea6;
	text-decoration: none;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title a:hover {
	text-decoration: underline;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-room-type-title + p {
	margin: 0;
	color: #3f4f70;
	font-size: 0.9rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-loop-room-type-attributes {
	margin: 0.15rem 0 0;
	padding-left: 1rem;
	color: #2e4067;
	font-size: 0.84rem;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-view-details-button-wrapper {
	margin: auto 0 0;
}

.mphb_sc_search_results-wrapper .kl-booking-card .mphb-view-details-button-wrapper .button {
	background: #ebf3ff;
	color: #0d4ea6;
	border: 1px solid #97b9ea;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.5rem;
	border-left: 1px solid #e0e8f6;
	padding-left: 0.7rem;
	text-align: right;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-regular-price {
	margin: 0;
	font-size: 0.86rem;
	color: #293d66;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-price {
	font-size: 1.28rem;
	font-weight: 800;
	color: #0a1f44;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button .button,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-to-book-btn-wrapper .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0 0.95rem;
	border-radius: 0.5rem;
	background: #0071c2;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-book-button .button:hover,
.mphb_sc_search_results-wrapper .kl-booking-card__aside .mphb-to-book-btn-wrapper .button:hover {
	background: #00589b;
}

.home .kl-booking-hero__fallback-form {
	display: flex;
	gap: 0.6rem;
}

.home .kl-booking-hero__fallback-form input,
.home .kl-booking-hero__fallback-form button {
	height: 3rem;
	border-radius: 0.65rem;
}

.home .kl-booking-hero__fallback-form input {
	flex: 1;
	border: 1px solid var(--kl-line);
	padding: 0 0.8rem;
}

.home .kl-booking-hero__fallback-form button {
	border: 0;
	background: var(--kl-primary-strong);
	color: #ffffff;
	padding: 0 1rem;
	font-weight: 700;
}

/* Booking-like spacing and cards for dynamic hero tabs */
.home .kl-home-tab-panels .kl-tab-panel {
	margin-top: 0.15rem;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form {
	margin-bottom: 0.85rem;
	gap: 0.55rem;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form input,
.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form select {
	font-weight: 600;
}

.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form button {
	min-width: 9.5rem;
	font-weight: 700;
}

.home .kl-home-tab-panels .kl-cards-grid {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.home .kl-home-tab-panels .kl-card {
	display: grid;
	grid-template-columns: minmax(180px, 24%) 1fr;
	gap: 0.8rem;
	border: 1px solid #cfdbf0;
	border-radius: 0.8rem;
	padding: 0.55rem;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06);
}

.home .kl-home-tab-panels .kl-card__thumb {
	border-radius: 0.55rem;
	overflow: hidden;
	background: #ebf2ff;
}

.home .kl-home-tab-panels .kl-card__thumb img {
	height: 100%;
	min-height: 150px;
}

.home .kl-home-tab-panels .kl-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.15rem 0.2rem 0.15rem 0;
}

.home .kl-home-tab-panels .kl-card__body h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.25;
}

.home .kl-home-tab-panels .kl-card__body h3 a {
	color: #0f4fa8;
}

.home .kl-home-tab-panels .kl-card__body p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.4;
	color: #30466f;
}

.home .kl-home-tab-panels .kl-card__body p strong {
	font-size: 1.08rem;
	color: #12203b;
}

.home .kl-home-tab-panels .kl-panel-placeholder {
	border-radius: 0.8rem;
	padding: 1.05rem;
}

.home .kl-stays-tab-row {
	margin-top: 0.9rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.home .kl-stays-tab-card {
	background: #ffffff;
	border: 1px solid #cfdbf0;
	border-radius: 0.78rem;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06);
}

.home .kl-stays-tab-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eaf1fb;
}

.home .kl-stays-tab-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home .kl-stays-tab-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-stays-tab-card__content {
	padding: 0.66rem 0.7rem 0.8rem;
	color: #1b1b1b;
}

.home .kl-home-hero .kl-stays-tab-card__type {
	margin: 0 0 0.22rem;
	font-size: 0.82rem;
	color: #5b6c90;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 {
	margin: 0 0 0.28rem;
	font-size: 1rem;
	line-height: 1.27;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 a {
	color: #1b1b1b;
	text-decoration: none;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 a:hover {
	color: #0d4ea6;
}

.home .kl-home-hero .kl-stays-tab-card__summary {
	margin: 0 0 0.6rem;
	font-size: 0.86rem;
	line-height: 1.35;
	color: #405073;
}

.home .kl-home-hero .kl-stays-tab-card__price {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.4rem;
}

.home .kl-home-hero .kl-stays-tab-card__price span {
	font-size: 0.8rem;
	color: #5b6c90;
}

.home .kl-home-hero .kl-stays-tab-card__price strong {
	font-size: 1.12rem;
	line-height: 1;
	color: #111111;
	font-weight: 800;
}

.home .kl-stays-tab-card--placeholder {
	grid-column: 1 / -1;
}

@media (max-width: 1080px) {
	.home .kl-booking-hero .mphb_sc_search-form {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper {
		grid-column: span 2;
	}

	.home .kl-mini-form {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-cards-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-home-tab-panels .kl-card {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-card__thumb img {
		min-height: 200px;
	}

	.home .kl-stays-tab-row {
		grid-template-columns: 1fr 1fr;
	}

	.home .kl-stays-listings .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.kl-stays-widget .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card {
		grid-template-columns: 1fr;
	}

	.home .kl-stays-listings .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.kl-stays-widget .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card__aside {
		border-left: 0;
		border-top: 1px solid #e0e8f6;
		padding-left: 0;
		padding-top: 0.65rem;
		align-items: flex-start;
		text-align: left;
	}

	.home .kl-stays-listings .kl-booking-card__media img {
		min-height: 200px;
	}

	.kl-stays-widget .kl-booking-card__media img {
		min-height: 200px;
	}

	.mphb_sc_search_results-wrapper .kl-booking-card__media img {
		min-height: 200px;
	}
}

@media (max-width: 640px) {
	.home .kl-booking-hero {
		padding: 2rem 1rem 1.5rem;
	}

	.home .kl-booking-hero .mphb_sc_search-form {
		grid-template-columns: 1fr;
	}

	.home .kl-booking-hero .mphb_sc_search-submit-button-wrapper input[type="submit"] {
		width: 100%;
	}

	.home .kl-mini-form,
	.home .kl-mini-form--inventory,
	.home .kl-cards-grid {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form {
		grid-template-columns: 1fr;
	}

	.home .kl-home-tab-panels .kl-home-search--panel .kl-mini-form button {
		width: 100%;
	}

	.home .kl-stays-tab-row {
		grid-template-columns: 1fr;
	}
}

/* stays tab: enforce one row with four cards on desktop */
@media (min-width: 1101px) {
	.home .kl-stays-tab-row {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.75rem;
	}
}

/* stays cards exact visual refinement */
.home .kl-stays-tab-row {
	margin-top: 0.9rem !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.75rem !important;
}

.home .kl-stays-tab-card {
	border: 1px solid #cfdbf0 !important;
	border-radius: 0.78rem !important;
	overflow: hidden !important;
	background: #ffffff !important;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06) !important;
}

.home .kl-stays-tab-card__media {
	aspect-ratio: 16 / 10 !important;
}

.home .kl-stays-tab-card__content {
	padding: 0.66rem 0.7rem 0.8rem !important;
	font-family: "Nunito Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.home .kl-home-hero .kl-stays-tab-card__type {
	margin: 0 0 0.22rem !important;
	font-size: 0.82rem !important;
	line-height: 1.25 !important;
	color: #5b6c90 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 {
	margin: 0 0 0.28rem !important;
	font-size: 1rem !important;
	line-height: 1.24 !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.home .kl-home-hero .kl-stays-tab-card__content h3 a {
	color: #1b1b1b !important;
}

.home .kl-home-hero .kl-stays-tab-card__summary {
	margin: 0 0 0.6rem !important;
	font-size: 0.88rem !important;
	line-height: 1.33 !important;
	color: #405073 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	min-height: 2.3rem !important;
}

.home .kl-home-hero .kl-stays-tab-card__price {
	margin: 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: baseline !important;
	gap: 0.4rem !important;
}

.home .kl-home-hero .kl-stays-tab-card__price span {
	font-size: 0.82rem !important;
	color: #5b6c90 !important;
	font-weight: 500 !important;
}

.home .kl-home-hero .kl-stays-tab-card__price strong {
	font-size: 0.94rem !important;
	line-height: 1.08 !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	color: #4f6590 !important;
}

/* strict stays image height like reference */
.home .kl-stays-tab-card__media,
.home .kl-stays-tab-card__media img {
	height: 210px;
}

/* Pixel-tuned: Stay at our top unique properties */
.home .kl-home-unique {
	margin-top: 0.55rem !important;
}

.home .kl-home-unique .kl-home-section-head {
	margin: 1.4rem 0 0.7rem !important;
}

.home .kl-home-unique .kl-home-section-head h2 {
	font-size: 1.8rem !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 0.25rem !important;
	color: #1c2431 !important;
}

.home .kl-home-unique .kl-home-section-head p {
	margin: 0 !important;
	font-size: 0.86rem !important;
	line-height: 1.35 !important;
	color: #54678f !important;
}

.home .kl-home-unique__grid {
	margin-top: 0.62rem !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.72rem !important;
}

.home .kl-unique-card {
	border: 1px solid #cddbf0 !important;
	border-radius: 0.78rem !important;
	overflow: hidden !important;
	background: #ffffff !important;
	box-shadow: 0 1px 0 rgba(16, 44, 92, 0.06) !important;
}

.home .kl-unique-card__media {
	aspect-ratio: auto !important;
	height: 212px !important;
	background: #e7eef9 !important;
}

.home .kl-unique-card__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.home .kl-unique-card__wishlist {
	top: 0.5rem !important;
	right: 0.5rem !important;
	width: 2rem !important;
	height: 2rem !important;
	border: 1px solid #c9d6ea !important;
	background: rgba(255, 255, 255, 0.96) !important;
	color: #50658f !important;
	font-size: 0.96rem !important;
}

.home .kl-unique-card__content {
	padding: 0.76rem 0.8rem 0.8rem !important;
	background: #f3f6fb !important;
	font-family: "Nunito Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.home .kl-unique-card__type {
	margin: 0 0 0.26rem !important;
	font-size: 0.82rem !important;
	color: #6278a3 !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

.home .kl-unique-card__content h3 {
	margin: 0 0 0.3rem !important;
	font-size: 1rem !important;
	line-height: 1.24 !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.home .kl-unique-card__content h3 a {
	color: #1f2937 !important;
	text-decoration: none !important;
}

.home .kl-unique-card__summary {
	margin: 0 0 0.62rem !important;
	font-size: 0.88rem !important;
	line-height: 1.33 !important;
	color: #465c86 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	min-height: 2.3rem !important;
}

.home .kl-unique-card__price {
	margin: 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: baseline !important;
	gap: 0.45rem !important;
}

.home .kl-unique-card__price span {
	font-size: 0.82rem !important;
	color: #6278a3 !important;
	font-weight: 500 !important;
}

.home .kl-unique-card__price strong {
	font-size: 0.94rem !important;
	line-height: 1.08 !important;
	font-weight: 700 !important;
	color: #4f6590 !important;
	letter-spacing: 0 !important;
}

/* Stays hero search form: booking-ready exact layout */
.home .kl-home-search:not(.kl-home-search--panel) {
	background: #f3f4f6 !important;
	border: 4px solid #febb02 !important;
	border-radius: 0.85rem !important;
	padding: 0.72rem !important;
	box-shadow: 0 18px 40px rgba(8, 25, 61, 0.22) !important;
}

.home .kl-home-search-form {
	display: grid !important;
	grid-template-columns: 1.8fr 1.1fr 1.1fr 0.7fr auto;
	gap: 0.7rem !important;
	margin: 0 !important;
	align-items: end !important;
}

.home .kl-home-search-form__field {
	margin: 0 !important;
	min-width: 0 !important;
}

.home .kl-home-search-form__field label {
	display: block !important;
	margin: 0 0 0.2rem !important;
	font-size: 0.76rem !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	color: #0a1f44 !important;
}

.home .kl-home-search-form__field input {
	width: 100% !important;
	height: 2.7rem !important;
	border: 1px solid #b9c7df !important;
	border-radius: 0.5rem !important;
	background: #f7f8fa !important;
	padding: 0 0.78rem !important;
	font-size: 1rem !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	color: #0a1f44 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

.home .kl-home-search-form__field input::placeholder {
	color: #6b7d9c !important;
	font-weight: 600 !important;
	opacity: 1 !important;
}

.home .kl-home-search-form__field input[type="date"] {
	font-weight: 600 !important;
	color: #0a1f44 !important;
	padding-right: 2.2rem !important;
}

.home .kl-home-search-form__field input[type="number"] {
	-moz-appearance: textfield;
}

.home .kl-home-search-form__field input[type="number"]::-webkit-outer-spin-button,
.home .kl-home-search-form__field input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.home .kl-home-search-form__submit {
	display: flex !important;
	align-items: flex-end !important;
	margin: 0 !important;
}

.home .kl-home-search-form__submit button {
	width: 100% !important;
	min-width: 124px !important;
	height: 2.7rem !important;
	border: 0 !important;
	border-radius: 0.5rem !important;
	background: #0071c2 !important;
	color: #ffffff !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	padding: 0 1.15rem !important;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
	cursor: pointer !important;
}

.home .kl-home-search-form__submit button:hover {
	background: #00589b !important;
}

@media (max-width: 1100px) {
	.home .kl-home-search-form {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.home .kl-home-search-form__field--where,
	.home .kl-home-search-form__submit {
		grid-column: span 2;
	}

	.home .kl-home-search-form__submit button {
		width: 100% !important;
	}
}

@media (max-width: 640px) {
	.home .kl-home-search-form {
		grid-template-columns: 1fr !important;
	}

	.home .kl-home-search-form__field--where,
	.home .kl-home-search-form__submit {
		grid-column: auto;
	}
}

/* Property type cards with images + desktop row slider when > 6 */
.home .kl-home-property-types .kl-home-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.home .kl-home-property-types__controls {
	display: inline-flex;
	gap: 0.4rem;
}

.home .kl-property-types-nav {
	width: 2rem;
	height: 2rem;
	border: 1px solid #bcd0ef;
	border-radius: 999px;
	background: #ffffff;
	color: #2f4f85;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
}

.home .kl-property-types-nav[disabled] {
	opacity: 0.45;
	cursor: default;
}

.home .kl-property-type-card {
	overflow: hidden;
}

.home .kl-property-type-card a {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	padding: 0 !important;
}

.home .kl-property-type-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	background: #e2ebf9;
	border-bottom: 1px solid #d9e3f3;
	overflow: hidden;
}

.home .kl-property-type-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .kl-property-type-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9 0%, #edf3fc 100%);
}

.home .kl-property-type-card__content {
	display: block;
	padding: 0.58rem 0.65rem 0.62rem;
}

.home .kl-property-type-card__content h3 {
	margin: 0;
	color: #0a1f44;
	font-size: 0.93rem;
	line-height: 1.2;
}

.home .kl-property-type-card__content p {
	margin: 0.2rem 0 0;
	padding: 0;
	color: #596c91;
	font-size: 0.79rem;
}

@media (min-width: 1101px) {
	.home .kl-home-property-types__slider.has-overflow .kl-home-property-types__grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 0.65rem !important;
		overflow-x: hidden;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		padding-bottom: 0;
		scrollbar-width: none;
	}

	.home .kl-home-property-types__slider.has-overflow .kl-home-property-types__grid::-webkit-scrollbar {
		display: none;
	}

	.home .kl-home-property-types__slider.has-overflow .kl-home-property-types__grid .kl-property-type-card {
		flex: 0 0 calc((100% - 3.25rem) / 6);
		min-width: 180px;
		scroll-snap-align: start;
	}
}

@media (max-width: 640px) {
	.home .kl-home-property-types__controls {
		display: none;
	}
}

/* Booking-style property details page */
.single-property_listing .site-main.bkx-property-page {
	background: #f5f7fb;
	padding: 1.4rem 0 2rem;
}

.bkx-property-page__wrap {
	max-width: 1200px;
}

.bkx-prop {
	background: transparent;
}

.bkx-prop-alert {
	border: 1px solid #cddbf2;
	border-radius: 0.62rem;
	padding: 0.7rem 0.8rem;
	font-size: 0.86rem;
	margin-bottom: 0.8rem;
}

.bkx-prop-alert--success {
	background: #edf8f1;
	border-color: #9bd2ad;
	color: #175133;
}

.bkx-prop-alert--error {
	background: #fff1f1;
	border-color: #e5b0b0;
	color: #7f2424;
}

.bkx-prop-alert--info {
	background: #eef5ff;
	border-color: #b9cdee;
	color: #203d68;
}

.bkx-prop__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.bkx-prop-searchbar {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr 0.7fr auto;
	gap: 0.45rem;
	background: #fff;
	border: 3px solid #febb02;
	border-radius: 0.68rem;
	padding: 0.48rem;
	margin-bottom: 0.85rem;
}

.bkx-prop-searchbar > div {
	display: grid;
	gap: 0.22rem;
	min-width: 0;
}

.bkx-prop-searchbar label {
	font-size: 0.74rem;
	font-weight: 700;
	color: #203761;
}

.bkx-prop-searchbar input {
	height: 2.45rem;
	border: 1px solid #bfd0ec;
	border-radius: 0.46rem;
	padding: 0 0.65rem;
	background: #fff;
}

.bkx-prop-searchbar__submit {
	display: flex !important;
	align-items: end;
}

.bkx-prop-searchbar__submit button {
	height: 2.45rem;
	min-width: 110px;
	border: 0;
	border-radius: 0.46rem;
	background: #0071c2;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.bkx-prop__type {
	display: inline-flex;
	margin: 0 0 0.45rem;
	padding: 0.26rem 0.62rem;
	border-radius: 999px;
	background: #edf4ff;
	color: #0046a8;
	font-size: 0.78rem;
	font-weight: 700;
}

.bkx-prop__title {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	line-height: 1.14;
	color: #18212e;
}

.bkx-prop__location {
	margin: 0.4rem 0 0;
	color: #334664;
	font-size: 0.92rem;
}

.bkx-prop__head-review {
	flex: 0 0 auto;
	display: grid;
	justify-items: end;
	gap: 0.08rem;
	text-align: right;
}

.bkx-prop__score-label {
	font-size: 0.76rem;
	color: #4f668d;
	font-weight: 600;
}

.bkx-prop__score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
	background: #003b95;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
}

.bkx-prop__score-count {
	font-size: 0.78rem;
	color: #5f7498;
}

.bkx-prop-gallery {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.bkx-prop-gallery__main {
	border-radius: 0.72rem;
	overflow: hidden;
	background: #dce6f6;
	min-height: 360px;
}

.bkx-prop-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-prop-gallery__rail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.bkx-prop-gallery__thumb {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 0.62rem;
	overflow: hidden;
	background: #dce6f6;
	cursor: pointer;
	min-height: 88px;
}

.bkx-prop-gallery__thumb.is-active {
	border-color: #1a73e8;
}

.bkx-prop-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-prop-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 1rem;
	align-items: start;
}

.bkx-prop-main {
	display: grid;
	gap: 1rem;
}

.bkx-prop-card {
	background: #fff;
	border: 1px solid #d8e2f3;
	border-radius: 0.72rem;
	padding: 1rem;
}

.bkx-prop-card h2 {
	margin: 0 0 0.6rem;
	font-size: 1.2rem;
	color: #18212e;
}

.bkx-prop-card__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 0.6rem;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 1.06rem;
	font-weight: 700;
	text-align: left;
	color: #18212e;
	cursor: pointer;
}

.bkx-prop-card__toggle i {
	width: 0.6rem;
	height: 0.6rem;
	border-right: 2px solid #2a426a;
	border-bottom: 2px solid #2a426a;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.bkx-prop-card.is-collapsed .bkx-prop-card__toggle i {
	transform: rotate(-45deg);
}

.bkx-prop-card.is-collapsed .bkx-prop-card__toggle {
	margin-bottom: 0;
}

.bkx-prop-card__body {
	display: grid;
	gap: 0.75rem;
}

.bkx-prop-content > *:first-child {
	margin-top: 0;
}

.bkx-prop-content > *:last-child {
	margin-bottom: 0;
}

.bkx-prop-amenities {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
}

.bkx-prop-amenities li {
	background: #f3f7ff;
	border: 1px solid #d7e2f5;
	border-radius: 0.5rem;
	padding: 0.52rem 0.55rem;
	font-size: 0.86rem;
	color: #263b5f;
}

.bkx-prop-map {
	width: 100%;
	height: 340px;
	border: 0;
	border-radius: 0.65rem;
}

.bkx-prop-policies {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.bkx-prop-policies h3 {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
}

.bkx-prop-policies p,
.bkx-prop-policies ul {
	margin: 0;
	font-size: 0.88rem;
	color: #314866;
}

.bkx-prop-policies ul {
	padding-left: 1rem;
}

.bkx-prop-availability {
	border: 1px solid #d2def3;
	border-radius: 0.55rem;
	overflow: hidden;
}

.bkx-prop-availability__head,
.bkx-prop-availability__row {
	display: grid;
	grid-template-columns: minmax(0, 2fr) 0.8fr 1fr 0.9fr;
	gap: 0.45rem;
	align-items: center;
	padding: 0.58rem 0.65rem;
}

.bkx-prop-availability__head {
	background: #f1f6ff;
	font-size: 0.72rem;
	font-weight: 700;
	color: #26426f;
	text-transform: uppercase;
}

.bkx-prop-availability__row {
	border-top: 1px solid #dce5f5;
	font-size: 0.86rem;
}

.bkx-prop-availability__row strong {
	font-size: 0.9rem;
	color: #1b2f53;
}

.bkx-prop-availability__row a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	border-radius: 0.4rem;
	background: #0a67b8;
	color: #fff;
	font-size: 0.78rem;
	text-decoration: none;
	font-weight: 700;
}

.bkx-prop-availability__price {
	font-weight: 700;
	color: #1a2d52;
}

.bkx-prop-reviews {
	display: grid;
	gap: 0.85rem;
}

.bkx-prop-reviews__summary {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}

.bkx-prop-reviews__summary strong {
	font-size: 1.7rem;
	color: #13315d;
	line-height: 1;
}

.bkx-prop-reviews__summary span {
	font-size: 0.88rem;
	color: #4f668d;
}

.bkx-prop-reviews__bars {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem 0.7rem;
}

.bkx-prop-reviews__bars p {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	font-size: 0.82rem;
	color: #2a4067;
}

.bkx-prop-reviews__bars i {
	display: block;
	height: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #0a67b8 0 var(--v), #d8e3f6 var(--v) 100%);
}

.bkx-prop-facility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem 0.8rem;
}

.bkx-prop-facility-grid div {
	font-size: 0.86rem;
	color: #263b5f;
}

.bkx-prop-rules {
	width: 100%;
	border-collapse: collapse;
}

.bkx-prop-rules th,
.bkx-prop-rules td {
	padding: 0.65rem;
	border-top: 1px solid #dce5f5;
	vertical-align: top;
	font-size: 0.85rem;
}

.bkx-prop-rules th {
	width: 180px;
	color: #21365c;
	text-align: left;
	font-weight: 700;
	background: #f6f9ff;
}

.bkx-prop-rules tr:first-child th,
.bkx-prop-rules tr:first-child td {
	border-top: 0;
}

.bkx-prop-faq {
	display: grid;
	gap: 0.45rem;
}

.bkx-prop-faq details {
	border: 1px solid #d8e3f4;
	border-radius: 0.5rem;
	padding: 0.6rem 0.7rem;
	background: #fff;
}

.bkx-prop-faq summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 0.88rem;
	color: #1f3356;
}

.bkx-prop-faq p {
	margin: 0.4rem 0 0;
	font-size: 0.85rem;
	color: #3b5177;
}

.bkx-prop-qa-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.bkx-prop-qa-grid a {
	display: block;
	text-decoration: none;
	border: 1px solid #d8e2f3;
	background: #fff;
	border-radius: 0.45rem;
	padding: 0.66rem 0.7rem;
	font-size: 0.84rem;
	color: #1f3356;
}

.bkx-prop-side {
	position: sticky;
	top: 1rem;
}

.bkx-mobile-bookbar {
	display: none;
}

.bkx-book-card {
	background: #fff;
	border: 1px solid #cfdcf2;
	border-radius: 0.72rem;
	padding: 0.95rem;
	box-shadow: 0 8px 22px rgba(16, 45, 97, 0.08);
}

.bkx-book-card__price {
	margin: 0 0 0.8rem;
	display: flex;
	align-items: baseline;
	gap: 0.45rem;
}

.bkx-book-card__price strong {
	font-size: 1.45rem;
	line-height: 1;
	color: #12213c;
}

.bkx-book-card__price span {
	font-size: 0.85rem;
	color: #60759a;
}

.bkx-book-card__form {
	display: grid;
	gap: 0.62rem;
}

.bkx-book-card__form label {
	display: grid;
	gap: 0.25rem;
	font-size: 0.8rem;
	color: #21365c;
	font-weight: 700;
}

.bkx-book-card__form input {
	height: 2.55rem;
	border: 1px solid #bfd0ec;
	border-radius: 0.52rem;
	padding: 0 0.65rem;
	background: #fff;
}

.bkx-book-card__form button {
	height: 2.7rem;
	border: 0;
	border-radius: 0.52rem;
	background: #0071c2;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 800;
	cursor: pointer;
}

.bkx-book-card__form button:hover {
	background: #005f9f;
}

.bkx-book-card__summary {
	margin: 0.68rem 0 0;
	font-size: 0.86rem;
	color: #314866;
}

@media (max-width: 1000px) {
	.bkx-prop-gallery {
		grid-template-columns: 1fr;
	}

	.bkx-prop-gallery__main {
		min-height: 260px;
	}

	.bkx-prop-gallery__rail {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bkx-prop-layout {
		grid-template-columns: 1fr;
	}

	.bkx-prop-side {
		position: static;
	}

	.bkx-prop-policies {
		grid-template-columns: 1fr;
	}

	.bkx-prop-searchbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkx-prop-searchbar > :first-child,
	.bkx-prop-searchbar__submit {
		grid-column: span 2;
	}

	.bkx-prop-availability__head,
	.bkx-prop-availability__row {
		grid-template-columns: 1.5fr 0.7fr 0.9fr 0.9fr;
	}

	.bkx-prop-facility-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.single-property_listing .site-main.bkx-property-page {
		padding-top: 1rem;
	}

	.bkx-prop__head {
		flex-direction: column;
		gap: 0.7rem;
		margin-bottom: 0.65rem;
	}

	.bkx-prop__head-review {
		justify-items: start;
		text-align: left;
	}

	.bkx-prop__type {
		font-size: 0.72rem;
		padding: 0.2rem 0.52rem;
		margin-bottom: 0.35rem;
	}

	.bkx-prop__title {
		font-size: clamp(1.32rem, 7vw, 1.62rem);
		line-height: 1.2;
	}

	.bkx-prop__location {
		font-size: 0.84rem;
		margin-top: 0.3rem;
	}

	.bkx-prop__score {
		min-width: 2rem;
		height: 2rem;
		font-size: 0.92rem;
	}

	.bkx-prop__score-label,
	.bkx-prop__score-count {
		font-size: 0.74rem;
	}

	.bkx-prop-amenities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkx-prop-searchbar {
		grid-template-columns: 1fr;
		gap: 0.42rem;
		padding: 0.42rem;
		border-radius: 0.6rem;
	}

	.bkx-prop-searchbar > :first-child,
	.bkx-prop-searchbar__submit {
		grid-column: auto;
	}

	.bkx-prop-searchbar label {
		font-size: 0.73rem;
	}

	.bkx-prop-searchbar input {
		height: 2.3rem;
		font-size: 0.92rem;
		padding: 0 0.58rem;
	}

	.bkx-prop-searchbar__submit button {
		width: 100%;
		height: 2.55rem;
		font-size: 1rem;
		font-weight: 700;
	}

	.bkx-prop-gallery__main {
		min-height: 220px;
	}

	.bkx-prop-gallery__rail {
		display: flex;
		gap: 0.5rem;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scroll-snap-type: x mandatory;
	}

	.bkx-prop-gallery__thumb {
		min-height: 72px;
		min-width: 90px;
		flex: 0 0 90px;
		scroll-snap-align: start;
	}

	.bkx-prop-main {
		gap: 0.72rem;
	}

	.bkx-prop-card {
		padding: 0.74rem;
		border-radius: 0.62rem;
	}

	.bkx-prop-card__toggle {
		font-size: 0.98rem;
		margin-bottom: 0.5rem;
	}

	.bkx-prop-card__body {
		gap: 0.62rem;
	}

	.bkx-prop-content,
	.bkx-prop-content p,
	.bkx-prop-policies p,
	.bkx-prop-policies ul,
	.bkx-prop-faq p {
		font-size: 0.85rem;
		line-height: 1.45;
	}

	.bkx-prop-amenities li {
		padding: 0.46rem 0.5rem;
		font-size: 0.82rem;
	}

	.bkx-prop-card.is-collapsed .bkx-prop-card__body {
		display: none;
	}

	.bkx-prop-reviews__bars,
	.bkx-prop-qa-grid {
		grid-template-columns: 1fr;
	}

	.bkx-prop-facility-grid {
		grid-template-columns: 1fr;
	}

	.bkx-prop-availability__head {
		display: none;
	}

	.bkx-prop-availability__row {
		grid-template-columns: 1fr;
		gap: 0.45rem;
		border: 1px solid #d2def3;
		border-radius: 0.62rem;
		padding: 0.65rem;
		background: #fff;
		font-size: 0.82rem;
	}

	.bkx-prop-availability__room {
		font-size: 0.88rem;
	}

	.bkx-prop-availability {
		border: 0;
		border-radius: 0;
		overflow: visible;
		display: grid;
		gap: 0.6rem;
	}

	.bkx-prop-availability__guests::before,
	.bkx-prop-availability__price::before {
		display: block;
		font-size: 0.69rem;
		color: #5a7198;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		margin-bottom: 0.1rem;
	}

	.bkx-prop-availability__guests::before {
		content: "Guests";
	}

	.bkx-prop-availability__price::before {
		content: "Price";
	}

	.bkx-prop-availability__action {
		margin-top: 0.25rem;
		height: 2.15rem !important;
		font-size: 0.8rem !important;
	}

	.bkx-prop-rules th,
	.bkx-prop-rules td {
		display: block;
		width: 100%;
	}

	.bkx-prop-rules th {
		border-bottom: 0;
		padding-bottom: 0.3rem;
	}

	.bkx-prop-rules td {
		padding-top: 0.3rem;
	}

	.bkx-prop-reviews__summary strong {
		font-size: 1.44rem;
	}

	.bkx-prop-reviews__summary span,
	.bkx-prop-reviews__bars p {
		font-size: 0.79rem;
	}

	.bkx-prop-qa-grid a {
		font-size: 0.8rem;
		padding: 0.58rem 0.62rem;
	}

	.bkx-prop-side {
		margin-top: 0.2rem;
	}

	.bkx-book-card {
		padding: 0.78rem;
	}

	.bkx-book-card__price {
		margin-bottom: 0.6rem;
	}

	.bkx-book-card__price strong {
		font-size: 1.2rem;
	}

	.bkx-book-card__price span {
		font-size: 0.76rem;
	}

	.bkx-book-card__form {
		gap: 0.5rem;
	}

	.bkx-book-card__form label {
		font-size: 0.75rem;
		gap: 0.2rem;
	}

	.bkx-book-card__form input {
		height: 2.35rem;
		font-size: 0.9rem;
	}

	.bkx-book-card__form button {
		height: 2.5rem;
		font-size: 0.9rem;
		font-weight: 700;
	}

	.bkx-book-card__summary {
		font-size: 0.79rem;
		margin-top: 0.55rem;
	}

	.bkx-mobile-bookbar {
		position: fixed;
		left: 0.6rem;
		right: 0.6rem;
		bottom: calc(env(safe-area-inset-bottom, 0px) + 0.6rem);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.65rem;
		background: #fff;
		border: 1px solid #cfdcf2;
		border-radius: 0.72rem;
		padding: 0.58rem 0.65rem;
		box-shadow: 0 10px 28px rgba(18, 39, 78, 0.2);
		z-index: 80;
	}

	.bkx-mobile-bookbar__price {
		display: grid;
		gap: 0.04rem;
		line-height: 1.05;
	}

	.bkx-mobile-bookbar__price strong {
		font-size: 0.94rem;
		color: #12213c;
	}

	.bkx-mobile-bookbar__price span {
		font-size: 0.72rem;
		color: #60759a;
	}

	.bkx-mobile-bookbar__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 2.25rem;
		min-width: 120px;
		padding: 0 0.9rem;
		border-radius: 0.5rem;
		background: #0071c2;
		color: #fff;
		font-size: 0.88rem;
		font-weight: 700;
		text-decoration: none;
	}

	.single-property_listing .site-main.bkx-property-page {
		padding-bottom: 5.6rem;
	}
}

@media (max-width: 420px) {
	.bkx-prop-searchbar input {
		font-size: 0.88rem;
	}

	.bkx-prop-gallery__main {
		min-height: 188px;
	}

	.bkx-prop-gallery__thumb {
		min-height: 66px;
		min-width: 82px;
		flex: 0 0 82px;
	}

	.bkx-prop-card {
		padding: 0.65rem;
	}

	.bkx-prop-card__toggle {
		font-size: 0.92rem;
	}

	.bkx-mobile-bookbar {
		left: 0.45rem;
		right: 0.45rem;
		padding: 0.5rem 0.55rem;
	}

	.bkx-mobile-bookbar__btn {
		min-width: 106px;
	}

	.bkx-mobile-bookbar__price strong {
		font-size: 0.86rem;
	}

	.bkx-mobile-bookbar__price span {
		font-size: 0.68rem;
	}
}

/* Property gallery lightbox */
.bkx-lightbox-open {
	overflow: hidden;
}

.bkx-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(10, 19, 35, 0.92);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.bkx-lightbox.is-open {
	display: flex;
}

.bkx-lightbox__image {
	max-width: min(92vw, 1400px);
	max-height: 86vh;
	width: auto;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.35);
}

.bkx-lightbox__close,
.bkx-lightbox__nav {
	position: absolute;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	cursor: pointer;
}

.bkx-lightbox__close {
	top: 1rem;
	right: 1rem;
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 999px;
	font-size: 1.4rem;
	line-height: 1;
}

.bkx-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	font-size: 1.6rem;
	line-height: 1;
}

.bkx-lightbox__nav--prev {
	left: 1rem;
}

.bkx-lightbox__nav--next {
	right: 1rem;
}

/* Non-home global Booking-style header */
body:not(.home) .bkx-site-header {
	background: #003b95;
	border-bottom: 0;
	color: #fff;
}

body:not(.home) .bkx-global-header {
	padding: 0.9rem 0 0.8rem;
}

body:not(.home) .bkx-global-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

body:not(.home) .bkx-global-header__logo {
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

body:not(.home) .bkx-global-header__logo .bkx-branding-image {
	height: 40px;
}

body:not(.home) .bkx-global-header__tools {
	display: flex;
	align-items: center;
	gap: 0.72rem;
}

body:not(.home) .bkx-global-header__tools a,
body:not(.home) .bkx-global-header__tools span {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.88rem;
}

body:not(.home) .bkx-global-header__tools span:nth-child(3) {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	font-size: 0.76rem;
}

body:not(.home) .bkx-global-header__tools a.is-outline {
	background: #fff;
	color: #0a4aa6;
	border-radius: 0.28rem;
	padding: 0.38rem 0.68rem;
	font-size: 0.83rem;
	font-weight: 500;
}

body:not(.home) .bkx-global-header__nav {
	margin-top: 0.62rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 0.48rem;
}

body:not(.home) .bkx-global-header__nav .menu,
body:not(.home) .bkx-global-header__nav .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

body:not(.home) .bkx-global-header__nav a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.42rem 0.72rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1100px) {
	body:not(.home) .bkx-global-header__tools {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

/* Header always stays single row — never stacks vertically */
@media (max-width: 780px) {
	body:not(.home) .bkx-global-header__nav .menu {
		flex-wrap: wrap;
	}
}

/* Property archive page */
.bkx-archive-shell {
	padding: 1.15rem 0 2rem;
	background: #f5f7fb;
}

.bkx-archive-layout {
	display: grid;
	grid-template-columns: minmax(220px, 282px) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.bkx-archive-filters {
	position: sticky;
	top: 0.9rem;
}

.bkx-archive-filters form {
	background: #fff;
	border: 1px solid #e3ebf7;
	border-radius: 0.65rem;
	padding: 0.85rem;
	box-shadow: 0 1px 0 rgba(31, 53, 98, 0.05);
	overflow: hidden;
}

.bkx-archive-filters h2 {
	margin: 0 0 0.7rem;
	font-size: 1.02rem;
	line-height: 1.2;
	font-weight: 800;
	color: #1f2a3d;
}

.bkx-filter-block + .bkx-filter-block {
	margin-top: 0.75rem;
	padding-top: 0.7rem;
	border-top: 1px solid #edf2fb;
}

.bkx-filter-block h3,
.bkx-filter-block > label {
	display: block;
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 800;
	color: #1f2a3d;
}

.bkx-filter-block input[type="text"],
.bkx-filter-block input[type="number"],
.bkx-filter-block input[type="date"] {
	width: 100%;
	max-width: 100%;
	height: 2.3rem;
	padding: 0 0.65rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: #1f2a3d;
	border: 1px solid #cad9ef;
	border-radius: 0.42rem;
	background: #fff;
	box-sizing: border-box;
}

.bkx-filter-block input[type="text"]::placeholder,
.bkx-filter-block input[type="number"]::placeholder {
	color: #7485a2;
}

.bkx-filter-block input[type="date"] {
	min-width: 0;
}

.bkx-filter-block label.bkx-filter-check {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0 0 0.44rem;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.35;
	color: #2f466d;
	cursor: pointer;
}

.bkx-filter-block label input[type="checkbox"] {
	margin-top: 0.14rem;
	accent-color: #006ce4;
}

.bkx-price-range {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.45rem;
}

.bkx-price-range > * {
	min-width: 0;
	width: 100%;
}

.bkx-filter-actions {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.85rem;
}

.bkx-filter-actions button,
.bkx-filter-actions a {
	height: 2.3rem;
	border-radius: 0.42rem;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.bkx-filter-actions button {
	border: 1px solid #006ce4;
	background: #006ce4;
	color: #fff;
	cursor: pointer;
}

.bkx-filter-actions a {
	padding: 0 0.72rem;
	border: 1px solid #cad9ef;
	color: #32568c;
	background: #fff;
}

.bkx-archive-results {
	min-width: 0;
}

.bkx-archive-results__head {
	background: #fff;
	border: 1px solid #e3ebf7;
	border-radius: 0.65rem;
	padding: 0.72rem 0.95rem;
	margin-bottom: 0.72rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.bkx-archive-results__head h1 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.25;
	font-weight: 800;
	color: #1f2a3d;
}

.bkx-archive-view {
	display: inline-flex;
	align-items: center;
	gap: 0.18rem;
	padding: 0.16rem;
	background: #f2f6fd;
	border: 1px solid #d4e2f6;
	border-radius: 999px;
}

.bkx-archive-view a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	height: 1.9rem;
	padding: 0 0.68rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #2e4f83;
	text-decoration: none;
}

.bkx-archive-view a.is-active {
	background: #fff;
	border: 1px solid #bdd1ef;
	color: #1f2a3d;
}

.bkx-archive-map-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1.9rem;
	padding: 0 0.68rem;
	border-radius: 999px;
	border: 1px solid #bdd1ef;
	background: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1f2a3d;
	cursor: pointer;
}

.bkx-archive-map-toggle.is-active {
	background: #2f70d2;
	color: #fff;
	border-color: #2f70d2;
}

.bkx-archive-map-panel {
	background: #fff;
	border: 1px solid #d8e5f7;
	border-radius: 0.76rem;
	padding: 0.6rem;
	margin-bottom: 0.72rem;
}

.bkx-archive-map-panel[hidden] {
	display: none !important;
}

.bkx-archive-map-canvas {
	width: 100%;
	height: 380px;
	border-radius: 0.62rem;
	overflow: hidden;
}

.bkx-map-price-pin-wrapper {
	background: transparent;
	border: 0;
}

.bkx-map-price-pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.6rem;
	border-radius: 999px;
	border: 1px solid #bfd1ef;
	background: #fff;
	color: #1f2a3d;
	font-size: 0.77rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(28, 45, 78, 0.24);
	white-space: nowrap;
}

.bkx-archive-map-canvas .leaflet-popup-content-wrapper {
	border-radius: 0.62rem;
	padding: 0;
	overflow: hidden;
}

.bkx-archive-map-canvas .leaflet-popup-content {
	margin: 0;
}

.bkx-map-popup {
	display: grid;
	grid-template-columns: 124px minmax(0, 1fr);
	width: min(320px, 74vw);
	color: #1f2a3d;
	text-decoration: none;
	background: #fff;
}

.bkx-map-popup__media {
	display: block;
	height: 104px;
	background: #deebff;
}

.bkx-map-popup__media img,
.bkx-map-popup__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-map-popup__placeholder {
	background: linear-gradient(135deg, #d6e4fb 0%, #bad2f7 100%);
}

.bkx-map-popup__body {
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
	padding: 0.58rem 0.62rem;
	min-width: 0;
}

.bkx-map-popup__title {
	font-size: 0.84rem;
	font-weight: 800;
	color: #1d2a3c;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bkx-map-popup__address {
	font-size: 0.74rem;
	color: #4a6288;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bkx-map-popup__price {
	font-size: 0.82rem;
	font-weight: 800;
	color: #1f2a3d;
}

.bkx-map-popup__price em {
	font-style: normal;
	font-weight: 600;
	font-size: 0.7rem;
	color: #58729c;
}

.bkx-archive-cards {
	display: grid;
	gap: 0.68rem;
}

.bkx-archive-cards--grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.78rem;
}

.bkx-archive-cards--grid .bkx-archive-card {
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #bfd3ef;
	border-radius: 0.78rem;
	box-shadow: none;
}

.bkx-archive-cards--grid .bkx-archive-card__media {
	height: 208px;
	border-radius: 0;
}

.bkx-archive-cards--grid .bkx-archive-card__body {
	display: flex;
	flex-direction: column;
	padding: 0.74rem 0.8rem 0.12rem;
	min-height: 116px;
	background: #f3f6fb;
}

.bkx-archive-cards--grid .bkx-archive-card__excerpt {
	order: 3;
	margin: 0 0 0.54rem;
	font-size: 0.88rem;
	line-height: 1.33;
	color: #465c86;
	min-height: 2.3rem;
	-webkit-line-clamp: 2;
}

.bkx-archive-cards--grid .bkx-archive-card__aside {
	padding: 0 0.8rem 0.68rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-align: left;
	gap: 0.45rem;
	background: #f3f6fb;
}

.bkx-archive-cards--grid .bkx-archive-card__price {
	font-size: 0.94rem;
	line-height: 1.08;
	font-weight: 700;
	color: #4f6590;
}

.bkx-archive-cards--grid .bkx-archive-card__cta {
	display: none;
}

.bkx-archive-cards--grid .bkx-archive-card__type {
	display: none;
}

.bkx-archive-cards--grid .bkx-archive-card__amenities {
	display: none;
}

.bkx-archive-cards--grid .bkx-archive-card__address {
	order: 1;
	margin: 0 0 0.26rem;
	font-size: 0.82rem;
	line-height: 1.2;
	font-weight: 500;
	color: #6278a3;
}

.bkx-archive-cards--grid .bkx-archive-card__body h2 {
	order: 2;
	margin: 0 0 0.22rem;
	font-size: 1.03rem;
	line-height: 1.24;
	font-weight: 700;
}

.bkx-archive-cards--grid .bkx-archive-card__body h2 a {
	color: #1f2937;
}

.bkx-archive-cards--grid .bkx-archive-card__price-note--list {
	display: none;
}

.bkx-archive-cards--grid .bkx-archive-card__price-note--grid {
	display: block;
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.2;
	font-weight: 500;
	color: #6278a3;
}

.bkx-archive-card {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 170px;
	gap: 0.78rem;
	padding: 0.62rem;
	background: #fff;
	border: 1px solid #d9e5f6;
	border-radius: 0.72rem;
	box-shadow: 0 1px 0 rgba(31, 53, 98, 0.04);
}

.bkx-archive-card__media {
	display: block;
	overflow: hidden;
	border-radius: 0.5rem;
	background: #dce8f8;
	height: 186px;
}

.bkx-archive-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkx-archive-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, #d9e4f7, #c6d8f3);
}

.bkx-archive-card__body {
	min-width: 0;
}

.bkx-archive-card__type {
	margin: 0 0 0.2rem;
	font-size: 0.79rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	color: #5d79a8;
	letter-spacing: 0.02em;
}

.bkx-archive-card__body h2 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.24;
	font-weight: 800;
}

.bkx-archive-card__body h2 a {
	color: #0f4aa3;
	text-decoration: none;
}

.bkx-archive-card__address {
	margin: 0.25rem 0 0;
	font-size: 0.83rem;
	line-height: 1.4;
	color: #1f2a3d;
}

.bkx-archive-card__excerpt {
	margin: 0.34rem 0 0;
	font-size: 0.84rem;
	line-height: 1.45;
	color: #3f5477;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bkx-archive-card__amenities {
	margin: 0.4rem 0 0;
	font-size: 0.8rem;
	line-height: 1.35;
	color: #2e9e57;
	font-weight: 700;
}

.bkx-archive-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.32rem;
	text-align: right;
}

.bkx-archive-card__price {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.1;
	font-weight: 800;
	color: #1f2a3d;
}

.bkx-archive-card__price-note {
	margin: 0;
	font-size: 0.73rem;
	line-height: 1.2;
	font-weight: 600;
	color: #6d7f9f;
}

.bkx-archive-card__price-note--grid {
	display: none;
}

.bkx-archive-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.2rem;
	min-height: 2rem;
	padding: 0 0.75rem;
	border-radius: 0.38rem;
	background: #006ce4;
	border: 1px solid #006ce4;
	color: #fff;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.bkx-archive-card__availability {
	margin: 4px 0 8px;
	font-size: 12px;
	color: #4b648c;
	min-height: 16px;
}

.bkx-archive-card.is-unavailable .bkx-archive-card__availability {
	color: #a32020;
}

.bkx-pagination--archive {
	margin-top: 0.9rem;
}

.bkx-pagination--archive .page-numbers {
	background: #fff;
	border: 1px solid #d4e2f6;
	border-radius: 0.42rem;
	color: #2f4f83;
	font-size: 0.84rem;
	font-weight: 700;
}

@media (max-width: 1140px) {
	.bkx-archive-layout {
		grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
	}

	.bkx-archive-card {
		grid-template-columns: 220px minmax(0, 1fr) 150px;
	}

	.bkx-archive-card__media {
		height: 172px;
	}

	.bkx-archive-cards--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.bkx-archive-layout {
		grid-template-columns: 1fr;
	}

	.bkx-archive-filters {
		position: static;
	}

	.bkx-archive-cards--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.bkx-archive-results__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.bkx-archive-view {
		width: 100%;
		justify-content: space-between;
	}

	.bkx-archive-map-toggle,
	.bkx-archive-view a {
		flex: 1 1 auto;
	}

	.bkx-archive-map-canvas {
		height: 300px;
	}

	.bkx-archive-card {
		grid-template-columns: 1fr;
		gap: 0.56rem;
	}

	.bkx-archive-card__media {
		height: 210px;
	}

	.bkx-archive-card__aside {
		align-items: flex-start;
		text-align: left;
	}

	.bkx-archive-cards--grid {
		grid-template-columns: 1fr;
	}

	.bkx-archive-cards--grid .bkx-archive-card__aside {
		padding-top: 0;
	}

	.bkx-filter-actions {
		grid-template-columns: 1fr;
	}

	.bkx-price-range {
		grid-template-columns: 1fr;
	}
}

/* Auth modals */
.bkx-auth-open {
	overflow: hidden;
}

.bkx-auth-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.bkx-auth-modal[hidden] {
	display: none;
}

.bkx-auth-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 28, 52, 0.64);
}

.bkx-auth-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	border-radius: 0.78rem;
	border: 1px solid #d5e3f5;
	background: #fff;
	padding: 1.1rem;
	box-shadow: 0 18px 55px rgba(10, 26, 58, 0.3);
}

.bkx-auth-modal__close {
	position: absolute;
	top: 0.48rem;
	right: 0.48rem;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 999px;
	background: #eef4ff;
	color: #224577;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.bkx-auth-pane {
	display: none;
}

.bkx-auth-pane.is-active {
	display: block;
}

.bkx-auth-pane h2 {
	margin: 0 0 0.8rem;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 800;
	color: #1e2a3c;
}

.bkx-auth-pane form {
	display: grid;
	gap: 0.62rem;
}

.bkx-auth-pane label span {
	display: block;
	margin: 0 0 0.28rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: #1f2a3d;
}

.bkx-auth-pane input[type="text"],
.bkx-auth-pane input[type="email"],
.bkx-auth-pane input[type="password"] {
	width: 100%;
	height: 2.45rem;
	padding: 0 0.72rem;
	border: 1px solid #c8d9ef;
	border-radius: 0.45rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #1f2a3d;
	box-sizing: border-box;
}

.bkx-auth-pane__check {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.bkx-auth-pane__check span {
	margin: 0;
	font-size: 0.83rem;
	font-weight: 600;
	color: #34527e;
}

.bkx-auth-pane__check input[type="checkbox"] {
	accent-color: #006ce4;
}

.bkx-auth-pane button[type="submit"] {
	margin-top: 0.18rem;
	height: 2.45rem;
	border: 1px solid #006ce4;
	border-radius: 0.45rem;
	background: #006ce4;
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	cursor: pointer;
}

.bkx-auth-pane__links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.6rem;
	margin: 0.74rem 0 0;
}

.bkx-auth-pane__links a,
.bkx-auth-pane__links button {
	font-size: 0.82rem;
	font-weight: 700;
	color: #0f4aa3;
	text-decoration: none;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

@media (max-width: 560px) {
	.bkx-auth-modal {
		padding: 0.55rem;
	}

	.bkx-auth-modal__dialog {
		padding: 1rem 0.85rem 0.9rem;
	}

	.bkx-auth-pane__links {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Header currency picker */
.bkx-currency-picker {
	position: relative;
}

.bkx-currency-picker summary {
	list-style: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 0.84rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
}

.bkx-currency-picker summary::-webkit-details-marker {
	display: none;
}

.bkx-currency-picker summary::after {
	content: "▾";
	font-size: 0.68rem;
	opacity: 0.9;
}

.bkx-currency-picker[open] ul {
	display: grid;
}

.bkx-currency-picker ul {
	display: none;
	position: absolute;
	top: calc(100% + 0.45rem);
	left: 0;
	min-width: 4.3rem;
	padding: 0.25rem;
	margin: 0;
	list-style: none;
	border-radius: 0.45rem;
	background: #fff;
	border: 1px solid #cad9ef;
	box-shadow: 0 10px 24px rgba(12, 30, 61, 0.18);
	z-index: 30;
}

.bkx-currency-picker ul button {
	width: 100%;
	height: 1.75rem;
	border: 0;
	border-radius: 0.32rem;
	background: transparent;
	font-size: 0.79rem;
	font-weight: 500;
	color: #1f2a3d;
	text-align: left;
	padding: 0 0.45rem;
	cursor: pointer;
}

.bkx-currency-picker ul button:hover {
	background: #eef4ff;
}

.home .bkx-site-tools .bkx-currency-picker summary,
.home .bkx-site-tools .bkx-currency-picker summary::after {
	color: #fff;
}

.home .bkx-site-tools .bkx-currency-picker ul {
	left: auto;
	right: 0;
}

body:not(.home) .bkx-global-header__tools .bkx-currency-picker summary,
body:not(.home) .bkx-global-header__tools .bkx-currency-picker summary::after {
	color: #fff;
}

/* Static front-page topbar controls */
.home .kl-topbar-right .bkx-currency-picker summary {
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.2rem 0.48rem;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
}

.home .kl-topbar-right .bkx-currency-picker summary::after {
	font-size: 0.62rem;
}

.home .kl-topbar-right a.is-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #0a4aa6;
	border: 1px solid #fff;
	border-radius: 0.28rem;
	padding: 0.3rem 0.58rem;
	font-size: 0.79rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
}

.home .kl-topbar-right > span {
	font-size: 0.8rem;
	font-weight: 500;
}

/* Global footer (widget-driven) */
.bkx-footer-global {
	background: #f2f3f5;
	border-top: 1px solid #e2e6ee;
	padding: 2rem 0 1rem;
	color: #1f2a3d;
	font-size: 14px;
	font-weight: 400;
}

.bkx-footer-global__logo {
	margin-bottom: 1.4rem;
}

.bkx-footer-branding {
	display: inline-flex;
	align-items: center;
}

.bkx-footer-branding .bkx-branding-image {
	max-height: 44px;
}

.bkx-footer-global__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.4rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dfe4ed;
}

.bkx-footer-global__col {
	min-width: 0;
}

.bkx-footer-global__col h2,
.bkx-footer-global__col .widget-title,
.bkx-footer-global__col .wp-block-heading {
	margin: 0 0 0.7rem;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f2a3d;
}

.bkx-footer-global__col ul,
.bkx-footer-global__col .wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.bkx-footer-global__col li {
	margin: 0;
}

.bkx-footer-global__col a,
.bkx-footer-global__col p {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	color: #2a364c;
	text-decoration: none;
}

.bkx-footer-global__col a:hover {
	text-decoration: underline;
}

.bkx-footer-global__meta {
	padding: 1.05rem 0 1rem;
	border-bottom: 1px solid #dfe4ed;
}

.bkx-footer-global__meta p,
.bkx-footer-global__meta .wp-block-paragraph,
.bkx-footer-global__meta .widget {
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #1f2a3d;
}

.bkx-footer-global__legal {
	padding: 0.95rem 0 0.4rem;
	text-align: center;
}

.bkx-footer-global__legal p,
.bkx-footer-global__legal .wp-block-paragraph,
.bkx-footer-global__legal .widget {
	margin: 0.2rem 0;
	font-size: 14px;
	line-height: 1.4;
	color: #56637b;
	font-weight: 400;
}

.bkx-footer-global__brands {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	flex-wrap: wrap;
	padding-top: 0.38rem;
}

.bkx-footer-global__brands span,
.bkx-footer-global__brands a,
.bkx-footer-global__brands .wp-block-paragraph,
.bkx-footer-global__brands .widget {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #214a8a;
	text-decoration: none;
	margin: 0;
}

.bkx-footer-global .widget {
	margin: 0;
}

@media (max-width: 1200px) {
	.bkx-footer-global__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.bkx-footer-global__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.bkx-footer-global {
		padding: 1.45rem 0 1rem;
	}

	.bkx-footer-global__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.bkx-footer-global__meta p,
	.bkx-footer-global__meta .wp-block-paragraph,
	.bkx-footer-global__meta .widget {
		font-size: 14px;
	}

	.bkx-footer-global__brands span,
	.bkx-footer-global__brands a,
	.bkx-footer-global__brands .wp-block-paragraph,
	.bkx-footer-global__brands .widget {
		font-size: 14px;
	}
}

/* Archive AJAX + searchable location dropdown */
.bkx-filter-search {
	width: 100%;
	height: 2.1rem;
	margin-bottom: 0.45rem;
	padding: 0 0.62rem;
	font-size: 0.82rem;
	font-weight: 500;
	color: #1f2a3d;
	border: 1px solid #cad9ef;
	border-radius: 0.4rem;
	box-sizing: border-box;
}

.bkx-filter-select {
	width: 100%;
	padding: 0.24rem;
	font-size: 0.83rem;
	font-weight: 500;
	color: #1f2a3d;
	border: 1px solid #cad9ef;
	border-radius: 0.4rem;
	background: #fff;
	box-sizing: border-box;
}

.bkx-filter-select option {
	padding: 0.34rem 0.38rem;
}

.bkx-archive-layout.is-loading .bkx-archive-results {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

/* Responsive hardening (sitewide) */
*,
*::before,
*::after {
	box-sizing: border-box;
}

img,
video,
iframe,
canvas,
svg,
embed,
object {
	max-width: 100%;
	height: auto;
}

table {
	max-width: 100%;
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body {
	overflow-wrap: break-word;
	word-break: normal;
}

@media (max-width: 1280px) {
	.bkx-wrap,
	.kl-home-wrap,
	.home .kl-home-wrap {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media (max-width: 992px) {
	.bkx-global-header__top,
	.bkx-site-top__inner,
	.home .kl-home-topbar__inner {
		flex-wrap: wrap;
		row-gap: 0.55rem;
	}

	.bkx-global-header__tools,
	.bkx-site-tools,
	.home .kl-topbar-right {
		flex-wrap: wrap;
	}

	.bkx-global-header__nav .menu,
	.bkx-site-nav-row .menu {
		flex-wrap: wrap;
	}

	.bkx-grid-layout,
	.bkx-property-layout,
	.bkx-property-single,
	.bkx-archive-layout {
		grid-template-columns: 1fr !important;
	}

	.bkx-archive-card {
		grid-template-columns: 1fr !important;
	}

	.bkx-archive-card__aside {
		align-items: flex-start;
		text-align: left;
	}

	.bkx-footer-global__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 768px) {
	/* Home topbar only — non-home headers are handled by the hamburger CSS below */
	.home .kl-home-topbar__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.home .kl-topbar-right {
		width: 100%;
		justify-content: flex-start;
	}

	.home .kl-home-search-form,
	.home .kl-home-search .mphb_sc_search-form,
	.bkx-prop-searchbar {
		grid-template-columns: 1fr !important;
	}

	.home .kl-home-search-form__submit button,
	.home .kl-home-search .mphb_sc_search-submit-button,
	.bkx-prop-searchbar__submit button {
		width: 100% !important;
	}

	.bkx-archive-results__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.bkx-archive-cards--grid {
		grid-template-columns: 1fr !important;
	}

	.bkx-footer-global__grid {
		grid-template-columns: 1fr !important;
	}

	.bkx-footer-global__brands {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.bkx-wrap,
	.kl-home-wrap,
	.home .kl-home-wrap {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	.bkx-global-header__logo,
	.bkx-site-logo {
		font-size: 1.5rem !important;
	}

	.bkx-global-header__tools a.is-outline,
	.bkx-site-tools a.is-outline,
	.home .kl-topbar-right a.is-outline {
		padding: 0.34rem 0.58rem !important;
		font-size: 0.78rem !important;
	}
}

/* Mobile hotfix: stays cards + hero chips */
@media (max-width: 768px) {
	.home .kl-home-search,
	.home .kl-home-search-form,
	.home .kl-home-search .mphb_sc_search-form {
		width: 100% !important;
		max-width: 100% !important;
	}

	.home .kl-stays-tab-row {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.7rem !important;
	}

	.home .kl-stays-tab-card {
		width: 100% !important;
		min-width: 0 !important;
	}

	.home .kl-stays-tab-card__media,
	.home .kl-stays-tab-card__media img {
		height: 160px !important;
	}

	.home .kl-stays-tab-card__content {
		padding: 0.55rem 0.6rem 0.65rem !important;
	}

	.home .kl-home-hero__chips {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		-webkit-overflow-scrolling: touch;
	}

	.home .kl-home-hero__chips span {
		white-space: nowrap;
		flex: 0 0 auto;
	}
}

@media (max-width: 480px) {
	.home .kl-stays-tab-card__media,
	.home .kl-stays-tab-card__media img {
		height: 140px !important;
	}
}

/* Mobile hotfix: unique properties cards */
@media (max-width: 768px) {
	.home .kl-home-unique__grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.72rem !important;
	}

	.home .kl-unique-card {
		width: 100% !important;
		min-width: 0 !important;
	}

	.home .kl-unique-card__media {
		height: 165px !important;
	}
}

@media (max-width: 480px) {
	.home .kl-unique-card__media {
		height: 145px !important;
	}
}

/* Mobile hotfix: browse by property type as grid */
@media (max-width: 768px) {
	.home .kl-home-property-types__controls {
		display: none !important;
	}

	.home .kl-home-property-types__slider.has-overflow .kl-home-property-types__grid,
	.home .kl-home-property-types__grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.6rem !important;
		overflow: visible !important;
		padding-bottom: 0 !important;
	}

	.home .kl-home-property-types__slider.has-overflow .kl-home-property-types__grid .kl-property-type-card,
	.home .kl-home-property-types__grid .kl-property-type-card {
		flex: 0 0 auto !important;
		min-width: 0 !important;
		width: 100% !important;
	}
}

/* Mobile footer accordions */
@media (max-width: 768px) {
	.bkx-footer-global__col {
		border-top: 1px solid #dfe4ed;
		padding-top: 0.5rem;
	}

	.bkx-footer-acc__title {
		display: none !important;
	}

	.bkx-footer-acc__trigger {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.42rem 0;
		border: 0;
		background: transparent;
		color: #1f2a3d;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		cursor: pointer;
	}

	.bkx-footer-acc__trigger::after {
		content: "+";
		font-size: 1rem;
		line-height: 1;
		color: #4b5e81;
	}

	.bkx-footer-global__col.is-open .bkx-footer-acc__trigger::after {
		content: "−";
	}

	.bkx-footer-acc__panel[hidden] {
		display: none !important;
	}

	.bkx-footer-acc__panel {
		padding: 0.1rem 0 0.55rem;
	}
}

/* Mobile filters drawer (archive) */
.bkx-mobile-filter-toggle {
	display: none;
}

.bkx-filter-drawer__close,
.bkx-filter-drawer__overlay {
	display: none;
}

@media (max-width: 960px) {
	.bkx-mobile-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 2rem;
		padding: 0 0.78rem;
		border: 1px solid #bdd1ef;
		border-radius: 999px;
		background: #fff;
		color: #1f2a3d;
		font-size: 0.84rem;
		font-weight: 700;
		cursor: pointer;
	}

	.bkx-archive-layout {
		position: relative;
	}

	.bkx-archive-filters {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		z-index: 1200;
		transform: translateY(104%);
		transition: transform 0.24s ease;
		padding: 0.5rem 0.5rem calc(0.7rem + env(safe-area-inset-bottom));
	}

	.bkx-archive-filters form {
		max-height: 78vh;
		overflow: auto;
		border-radius: 0.75rem;
		padding-top: 2.05rem;
	}

	.bkx-filter-drawer__close {
		display: inline-flex;
		position: absolute;
		top: 0.78rem;
		right: 0.95rem;
		z-index: 2;
		width: 2rem;
		height: 2rem;
		border: 1px solid #d3e0f3;
		border-radius: 999px;
		background: #fff;
		color: #1f2a3d;
		font-size: 1.2rem;
		line-height: 1;
		cursor: pointer;
	}

	.bkx-filter-drawer__overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1150;
		background: rgba(13, 23, 40, 0.42);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.22s ease;
	}

	.bkx-archive-layout.is-filters-open .bkx-archive-filters {
		transform: translateY(0);
	}

	.bkx-archive-layout.is-filters-open + .bkx-filter-drawer__overlay {
		opacity: 1;
		pointer-events: auto;
	}

body.bkx-filters-open {
		overflow: hidden;
	}
}

.kl-attractions-panel {
	padding: 0;
	color: #fff;
}

.home .kl-home-attractions-panel {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.kl-attractions-search-shell {
	position: relative;
	z-index: 3;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: -98px;
}

.kl-attractions-search {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.15fr) 118px;
	gap: 0;
	background: #fff;
	border: 3px solid #febb02;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 14px rgba(8, 32, 78, 0.16);
}

.kl-attractions-search__field {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	padding: 0.46rem 0.95rem 0.36rem;
	border-right: 1px solid #d8e2f1;
}

.kl-attractions-search__field span {
	font-size: 0.74rem;
	font-weight: 500;
	color: #5b6575;
}

.kl-attractions-search__field input {
	border: 0;
	padding: 0;
	background: transparent;
	font-size: 0.94rem;
	font-weight: 500;
	color: #1f2a3d;
	outline: none;
}

.kl-attractions-search button {
	border: 0;
	border-radius: 0;
	background: #0071c2;
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	cursor: pointer;
}

.kl-attractions-discovery {
	position: relative;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 126px 0 18px;
	color: #1f2a3d;
}

.kl-attractions-discovery::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f5f5f5;
	z-index: -1;
}

.kl-home-hero[data-kl-active-tab="attractions"] .kl-home-hero__chips {
	display: none;
}

.kl-attractions-section {
	margin-top: 0;
	color: #1f2a3d;
}

.kl-attractions-section h3 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
}

.kl-attractions-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.kl-attractions-card {
	position: relative;
	aspect-ratio: 4 / 3;
	min-height: 200px;
	border-radius: 12px;
	overflow: hidden;
	background: #98afd4;
}

.kl-attractions-card__media,
.kl-attractions-card__media img,
.kl-attractions-card__media span {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.kl-attractions-card__media img {
	object-fit: cover;
}

.kl-attractions-card__media span {
	background: linear-gradient(135deg, #77b9ed 0%, #456aac 48%, #233962 100%);
}

.kl-attractions-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 0.75rem 0.65rem;
	background: linear-gradient(180deg, rgba(7, 18, 39, 0) 0%, rgba(7, 18, 39, 0.75) 100%);
}

.kl-attractions-card__overlay h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.kl-attractions-card__overlay p {
	margin: 0.1rem 0 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.9);
}

.kl-attractions-card__link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.kl-attractions-results__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.kl-attractions-results {
	margin-top: 1.4rem;
}

/* Attraction tiles inside the homepage panel */
.kla-cards-grid.kla-cards-grid--panel {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.kla-cards-grid.kla-cards-grid--panel .kla-card__body h3 {
	font-size: 0.85rem;
}

.kla-cards-grid.kla-cards-grid--panel .kla-card__body p {
	font-size: 0.78rem;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.kl-attractions-result-card {
	background: #fff;
	border: 1px solid #d8e2f1;
	border-radius: 0.82rem;
	overflow: hidden;
}

.kl-attractions-result-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #d7e1f1;
}

.kl-attractions-result-card__media img,
.kl-attractions-result-card__media span {
	display: block;
	width: 100%;
	height: 100%;
}

.kl-attractions-result-card__media img {
	object-fit: cover;
}

.kl-attractions-result-card__media span {
	background: linear-gradient(135deg, #8eb2e8 0%, #456aac 100%);
}

.kl-attractions-result-card__body {
	padding: 0.9rem;
}

.kl-attractions-result-card__body h4 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.25;
}

.kl-attractions-result-card__body h4 a {
	color: #17315b;
	text-decoration: none;
}

.kl-attractions-result-card__body p {
	margin: 0.45rem 0 0;
	font-size: 0.88rem;
	color: #5c6677;
}

.kl-attractions-empty {
	background: #fff;
	border: 1px solid #d8e2f1;
	border-radius: 0.82rem;
	padding: 1rem;
}

.kl-attractions-empty h4 {
	margin: 0;
	font-size: 1rem;
	color: #1f2a3d;
}

.kl-attractions-empty p {
	margin: 0.45rem 0 0;
	font-size: 0.9rem;
	color: #5c6677;
}

@media (max-width: 960px) {
	.kl-attractions-search-shell {
		margin-top: 20px;
		margin-bottom: -72px;
	}

	.kl-attractions-search {
		grid-template-columns: 1fr;
	}

	.kl-attractions-search__field {
		border-right: 0;
		border-bottom: 1px solid #d8e2f1;
	}

	.kl-attractions-search button {
		min-height: 58px;
	}

	.kl-attractions-discovery {
		padding-top: 102px;
	}

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

	.kl-attractions-results__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.kl-attractions-search-shell {
		margin-top: 18px;
		margin-bottom: -42px;
	}

	.kl-attractions-grid {
		grid-template-columns: 1fr;
	}

	.kl-attractions-results__grid {
		grid-template-columns: 1fr;
	}

	.kl-attractions-card {
		min-height: 220px;
	}

	.kl-attractions-discovery {
		padding-top: 70px;
	}
}

/* =============================================================
   Attractions Archive & Destination Pages (kla-*)
   ============================================================= */

/* Page wrapper */
.kla-page {
	background: #f5f7fa;
	min-height: 60vh;
}

/* ---- Hero ---- */
.kla-hero {
	background: linear-gradient(160deg, #003b95 0%, #0057b8 70%, #0a68d1 100%);
	padding: 3rem 0 3.5rem;
	color: #fff;
}

.kla-hero--has-img {
	background-size: cover;
	background-position: center;
	position: relative;
}

.kla-hero--has-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(0, 59, 149, 0.85) 0%, rgba(0, 87, 184, 0.75) 100%);
}

.kla-hero__inner {
	position: relative;
	max-width: 720px;
}

.kla-hero__inner h1 {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
}

.kla-hero__inner > p {
	margin: 0 0 1.6rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
}

/* Search bar inside hero */
.kla-search {
	display: grid;
	grid-template-columns: 1fr 200px 120px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.kla-search__field {
	display: flex;
	flex-direction: column;
	padding: 0.6rem 1rem;
	border-right: 1px solid #d8e2f1;
	cursor: text;
}

.kla-search__field span {
	font-size: 0.68rem;
	font-weight: 600;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 0.18rem;
}

.kla-search__field input {
	border: 0;
	padding: 0;
	font-size: 0.95rem;
	color: #1a1a1a;
	background: transparent;
	outline: none;
	width: 100%;
}

.kla-search button {
	border: 0;
	background: #0071c2;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s;
}

.kla-search button:hover {
	background: #00508a;
}

/* ---- Body ---- */
.kla-body {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

/* ---- Sections ---- */
.kla-section {
	margin-bottom: 3rem;
}

.kla-section__title {
	margin: 0 0 1.2rem;
	font-size: 1.4rem;
	font-weight: 800;
	color: #1f2a3d;
}

/* ---- Destination grid ---- */
.kla-dest-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.kla-dest-card {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	background: #98afd4;
}

.kla-dest-card__img,
.kla-dest-card__img img,
.kla-dest-card__img span {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.kla-dest-card__img img {
	object-fit: cover;
	transition: transform 0.3s ease;
}

.kla-dest-card:hover .kla-dest-card__img img {
	transform: scale(1.04);
}

.kla-dest-card__img span {
	background: linear-gradient(135deg, #77b9ed 0%, #456aac 48%, #233962 100%);
}

.kla-dest-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem 0.75rem 0.65rem;
	background: linear-gradient(180deg, rgba(7, 18, 39, 0) 0%, rgba(7, 18, 39, 0.75) 100%);
}

.kla-dest-card__overlay strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

.kla-dest-card__overlay span {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 0.1rem;
}

/* ---- Attraction cards grid ---- */
.kla-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.kla-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e0e8f4;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kla-card:hover {
	box-shadow: 0 6px 24px rgba(0, 59, 149, 0.12);
	transform: translateY(-2px);
}

.kla-card__img {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #c8d8ef;
}

.kla-card__img img,
.kla-card__img span {
	display: block;
	width: 100%;
	height: 100%;
}

.kla-card__img img {
	object-fit: cover;
	transition: transform 0.3s ease;
}

.kla-card:hover .kla-card__img img {
	transform: scale(1.04);
}

.kla-card__img span {
	background: linear-gradient(135deg, #8eb2e8 0%, #456aac 100%);
}

.kla-card__body {
	padding: 1rem 1rem 1.1rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	color: #1a1a1a;
}

.kl-attractions-panel .kla-card__body,
.kl-attractions-panel .kla-card__body h3,
.kl-attractions-panel .kla-card__body p {
	color: #1a1a1a;
}

.kl-attractions-panel .kla-card__body h3 a {
	color: #17315b;
}

.kla-card__tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #0071c2;
	background: #e8f2ff;
	border-radius: 3px;
	padding: 0.18rem 0.45rem;
	margin-bottom: 0.55rem;
}

.kla-card__body h3 {
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
}

.kla-card__body h3 a {
	color: #17315b;
	text-decoration: none;
}

.kla-card__body h3 a:hover {
	color: #0071c2;
	text-decoration: underline;
}

.kla-card__body p {
	margin: 0 0 0.8rem;
	font-size: 0.82rem;
	color: #1a1a1a;
	line-height: 1.5;
	flex: 1;
}

.kla-card__cta {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #0071c2;
	text-decoration: none;
	margin-top: auto;
}

.kla-card__cta:hover {
	text-decoration: underline;
}

/* ---- Empty state ---- */
.kla-empty {
	background: #fff;
	border: 1px solid #d8e2f1;
	border-radius: 8px;
	padding: 2.5rem 1.5rem;
	text-align: center;
	color: #555;
	font-size: 0.95rem;
}

/* ---- Pagination ---- */
.kla-pagination {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.kla-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 0.5rem;
	border-radius: 5px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #1a1a1a;
	background: #fff;
	border: 1px solid #d8e2f1;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.kla-pagination .page-numbers.current,
.kla-pagination .page-numbers:hover {
	background: #0071c2;
	color: #fff;
	border-color: #0071c2;
}

/* ---- Section header (title + view toggle) ---- */
.kla-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 1.2rem;
}

.kla-section-header .kla-section__title {
	margin-bottom: 0;
}

.kla-view-toggle {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}

.kla-view-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d0dcee;
	border-radius: 6px;
	background: #fff;
	color: #7a8fa6;
	cursor: pointer;
	transition: background 0.12s, color 0.12s, border-color 0.12s;
	padding: 0;
}

.kla-view-btn:hover {
	background: #f0f5ff;
	color: #0057b8;
	border-color: #b3cdf5;
}

.kla-view-btn--active {
	background: #0071c2;
	color: #fff;
	border-color: #0071c2;
}

/* Grid view: hcards reflow into column cards */
.kla-cards-grid.kla-results-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.kla-cards-grid.kla-results-container .kla-hcard {
	flex-direction: column;
}

.kla-cards-grid.kla-results-container .kla-hcard__img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.kla-cards-grid.kla-results-container .kla-hcard__img span {
	min-height: 0;
	height: 100%;
}

.kla-cards-grid.kla-results-container .kla-hcard__foot {
	justify-content: flex-start;
}

/* ---- Results layout: sidebar + main ---- */
.kla-results-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 28px;
	align-items: start;
}

.kla-section--main {
	margin-bottom: 0;
}

/* ---- Sidebar ---- */
.kla-sidebar {
	position: sticky;
	top: 80px;
}

.kla-filter-card {
	background: #fff;
	border: 1px solid #dce8f8;
	border-radius: 10px;
	overflow: hidden;
}

.kla-filter-card__title {
	margin: 0;
	padding: 0.85rem 1rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #4a5568;
	background: #f0f5ff;
	border-bottom: 1px solid #dce8f8;
}

.kla-filter-list {
	list-style: none;
	margin: 0;
	padding: 0.4rem 0;
}

.kla-filter-list li {
	margin: 0;
}

.kla-filter-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.52rem 1rem;
	font-size: 0.875rem;
	color: #2d3a4e;
	text-decoration: none;
	transition: background 0.12s, color 0.12s;
	gap: 6px;
}

.kla-filter-link:hover {
	background: #f0f5ff;
	color: #0057b8;
}

.kla-filter-link--active {
	color: #0057b8;
	font-weight: 600;
	background: #e8f2ff;
}

.kla-filter-count {
	font-size: 0.75rem;
	color: #7a8fa6;
	margin-left: auto;
	font-weight: 400;
}

/* ---- Horizontal card list ---- */
.kla-hlist {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.kla-hcard {
	display: flex;
	flex-direction: row;
	background: #fff;
	border: 1px solid #dce8f8;
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.18s ease;
}

.kla-hcard:hover {
	box-shadow: 0 6px 24px rgba(0, 59, 149, 0.11);
	transform: translateY(-2px);
}

.kla-hcard__img {
	flex-shrink: 0;
	width: 240px;
	display: block;
	overflow: hidden;
	background: #c8d8ef;
}

.kla-hcard__img img,
.kla-hcard__img span {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kla-hcard__img span {
	min-height: 160px;
	background: linear-gradient(135deg, #8eb2e8 0%, #456aac 100%);
}

.kla-hcard:hover .kla-hcard__img img {
	transform: scale(1.04);
	transition: transform 0.3s ease;
}

.kla-hcard__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1.1rem 1.25rem;
	min-width: 0;
}

.kla-hcard__top {
	flex: 1;
}

.kla-hcard__top .kla-card__tag {
	margin-bottom: 0.5rem;
}

.kla-hcard__top h3 {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.kla-hcard__top h3 a {
	color: #1a2b48;
	text-decoration: none;
}

.kla-hcard__top h3 a:hover {
	color: #0071c2;
	text-decoration: underline;
}

.kla-hcard__top p {
	margin: 0;
	font-size: 0.87rem;
	color: #4a5568;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.kla-hcard__foot {
	padding-top: 0.9rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.kla-hcard__cta {
	display: inline-block;
	padding: 0.5rem 1.15rem;
	background: #0071c2;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.15s;
}

.kla-hcard__cta:hover {
	background: #00508a;
	color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
	.kla-hero__inner h1 {
		font-size: 1.6rem;
	}

	.kla-search {
		grid-template-columns: 1fr;
	}

	.kla-search__field {
		border-right: 0;
		border-bottom: 1px solid #d8e2f1;
	}

	.kla-search__field--date {
		border-bottom: 1px solid #d8e2f1;
	}

	.kla-search button {
		min-height: 52px;
	}

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

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

	.kla-results-layout {
		grid-template-columns: 1fr;
	}

	.kla-sidebar {
		position: static;
	}

	.kla-hcard__img {
		width: 180px;
	}

	.kla-cards-grid.kla-results-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.kla-hero {
		padding: 2rem 0 2.5rem;
	}

	.kla-hero__inner h1 {
		font-size: 1.3rem;
	}

	.kla-dest-grid {
		grid-template-columns: 1fr;
	}

	.kla-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.kla-cards-grid.kla-cards-grid--panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.kla-section__title {
		font-size: 1.15rem;
	}

	.kla-hcard {
		flex-direction: column;
	}

	.kla-hcard__img {
		width: 100%;
		height: 200px;
	}

	.kla-hcard__img span {
		min-height: 200px;
	}

	.kla-hcard__foot {
		justify-content: flex-start;
	}
}

/* ==========================================================================
   List Your Property wizard
   ========================================================================== */

.lyp-page {
	background: #f5f7fa;
	min-height: 80vh;
}

/* ---- Hero ---- */
.lyp-hero {
	background: linear-gradient(160deg, #003b95 0%, #0057b8 60%, #0a68d1 100%);
	padding: 3rem 0 3.5rem;
	color: #fff;
}

.lyp-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.lyp-hero__text h1 {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
}

.lyp-hero__text > p {
	margin: 0 0 1.2rem;
	font-size: 1rem;
	color: rgba(255,255,255,0.9);
}

.lyp-hero__perks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.lyp-hero__perks li {
	padding-left: 1.4rem;
	position: relative;
	font-size: 0.88rem;
	color: rgba(255,255,255,0.88);
}

.lyp-hero__perks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #5dd8a0;
	font-weight: 700;
}

.lyp-hero__badge {
	flex-shrink: 0;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 16px;
	padding: 1.5rem 2.5rem;
	text-align: center;
}

.lyp-stat {
	display: block;
	font-size: 2.8rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}

.lyp-hero__badge > span:last-child {
	font-size: 0.78rem;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* ---- Wizard wrap ---- */
.lyp-wizard-wrap {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	max-width: 720px;
}

/* ---- Progress ---- */
.lyp-progress {
	margin-bottom: 2.5rem;
}

.lyp-progress__steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75rem;
	position: relative;
}

.lyp-progress__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	flex: 1;
}

.lyp-progress__dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #d8e2f4;
	color: #7a8fa6;
	font-size: 0.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
}

.lyp-progress__step--active .lyp-progress__dot {
	background: #0071c2;
	color: #fff;
}

.lyp-progress__step--done .lyp-progress__dot {
	background: #0caa6e;
	color: #fff;
}

.lyp-progress__step--done .lyp-progress__dot::after {
	content: "✓";
}

.lyp-progress__step--done .lyp-progress__dot {
	font-size: 0;
}

.lyp-progress__step--done .lyp-progress__dot::after {
	font-size: 0.85rem;
}

.lyp-progress__label {
	font-size: 0.72rem;
	color: #7a8fa6;
	font-weight: 500;
}

.lyp-progress__step--active .lyp-progress__label {
	color: #0071c2;
	font-weight: 700;
}

.lyp-progress__step--done .lyp-progress__label {
	color: #0caa6e;
}

.lyp-progress__bar {
	height: 4px;
	background: #d8e2f4;
	border-radius: 2px;
	overflow: hidden;
}

.lyp-progress__fill {
	height: 100%;
	background: #0071c2;
	border-radius: 2px;
	transition: width 0.3s ease;
}

/* ---- Form card ---- */
.lyp-form {
	background: #fff;
	border: 1px solid #dce8f8;
	border-radius: 12px;
	padding: 2rem 2rem 1.5rem;
}

.lyp-step {
	display: none;
}

.lyp-step--active {
	display: block;
}

.lyp-step h2 {
	margin: 0 0 0.35rem;
	font-size: 1.3rem;
	font-weight: 800;
	color: #1a2b48;
}

.lyp-step__sub {
	margin: 0 0 1.5rem;
	font-size: 0.88rem;
	color: #5a6a82;
}

/* ---- Fields ---- */
.lyp-field {
	margin-bottom: 1.2rem;
}

.lyp-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1.2rem;
}

.lyp-field label,
.lyp-field-row .lyp-field label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #2d3a4e;
	margin-bottom: 0.38rem;
}

.lyp-field label abbr {
	color: #e04444;
	text-decoration: none;
	margin-left: 2px;
}

.lyp-field input[type="text"],
.lyp-field input[type="number"],
.lyp-field input[type="email"],
.lyp-field input[type="tel"],
.lyp-field input[type="time"],
.lyp-field select,
.lyp-field textarea {
	width: 100%;
	padding: 0.6rem 0.8rem;
	border: 1px solid #c8d8ee;
	border-radius: 6px;
	font-size: 0.92rem;
	color: #1a1a1a;
	background: #fff;
	transition: border-color 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
}

.lyp-field input:focus,
.lyp-field select:focus,
.lyp-field textarea:focus {
	outline: none;
	border-color: #0071c2;
	box-shadow: 0 0 0 3px rgba(0,113,194,0.12);
}

.lyp-field input.lyp-field--error,
.lyp-field select.lyp-field--error,
.lyp-field textarea.lyp-field--error {
	border-color: #e04444;
	box-shadow: 0 0 0 3px rgba(224,68,68,0.1);
}

.lyp-hint {
	margin: 0.3rem 0 0;
	font-size: 0.78rem;
	color: #7a8fa6;
}

/* ---- Star rating ---- */
.lyp-stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}

.lyp-stars input[type="radio"] {
	display: none;
}

.lyp-stars label {
	font-size: 2rem;
	color: #d8e2f4;
	cursor: pointer;
	transition: color 0.1s;
	margin-bottom: 0;
}

.lyp-stars input:checked ~ label,
.lyp-stars label.lyp-star--hover {
	color: #f5a623;
}

/* ---- Photo upload ---- */
.lyp-upload-area {
	border: 2px dashed #b3cdf5;
	border-radius: 10px;
	background: #f7faff;
	padding: 1.5rem;
	text-align: center;
	transition: border-color 0.15s;
}

.lyp-upload-area:hover {
	border-color: #0071c2;
}

.lyp-upload-area input[type="file"] {
	display: none;
}

.lyp-upload-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	color: #5a6a82;
}

.lyp-upload-label svg {
	color: #7a8fa6;
}

.lyp-upload-label span {
	font-weight: 600;
	color: #0071c2;
	font-size: 0.95rem;
}

.lyp-upload-label small {
	font-size: 0.75rem;
	color: #9baabf;
}

.lyp-photo-previews {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 1rem;
	justify-content: center;
}

.lyp-photo-previews img {
	width: 90px;
	height: 70px;
	object-fit: cover;
	border-radius: 6px;
	border: 2px solid #d8e2f4;
}

/* ---- Amenity chips ---- */
.lyp-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lyp-amenity-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0.38rem 0.75rem;
	border: 1px solid #c8d8ee;
	border-radius: 999px;
	font-size: 0.82rem;
	color: #2d3a4e;
	cursor: pointer;
	transition: border-color 0.12s, background 0.12s;
	margin-bottom: 0;
}

.lyp-amenity-chip:hover {
	border-color: #0071c2;
	background: #f0f5ff;
}

.lyp-amenity-chip input {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: #0071c2;
}

.lyp-amenity-chip:has(input:checked) {
	background: #e8f2ff;
	border-color: #0071c2;
	color: #0057b8;
	font-weight: 600;
}

/* ---- Summary ---- */
.lyp-summary {
	background: #f7faff;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	padding: 1rem 1.2rem;
	margin-bottom: 1.2rem;
}

.lyp-summary h4 {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: #1a2b48;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lyp-summary dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.3rem 1rem;
	margin: 0;
	font-size: 0.87rem;
}

.lyp-summary dt {
	color: #7a8fa6;
	font-weight: 600;
}

.lyp-summary dd {
	margin: 0;
	color: #1a2b48;
}

/* ---- Error ---- */
.lyp-form-error {
	background: #fff5f5;
	border: 1px solid #f5c6c6;
	border-radius: 6px;
	padding: 0.7rem 1rem;
	font-size: 0.87rem;
	color: #c0392b;
	margin-bottom: 1rem;
}

/* ---- Navigation buttons ---- */
.lyp-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.2rem;
	border-top: 1px solid #eef3fb;
	margin-top: 1.5rem;
	gap: 1rem;
}

.lyp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.6rem;
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition: background 0.15s, transform 0.1s;
}

.lyp-btn--back {
	background: #eef3fb;
	color: #2d3a4e;
}

.lyp-btn--back:hover {
	background: #dce8f8;
}

.lyp-btn--next,
.lyp-btn--submit {
	background: #0071c2;
	color: #fff;
	margin-left: auto;
}

.lyp-btn--next:hover,
.lyp-btn--submit:hover {
	background: #00508a;
	color: #fff;
}

.lyp-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* ---- Success screen ---- */
.lyp-success {
	background: #fff;
	border: 1px solid #dce8f8;
	border-radius: 12px;
	padding: 3.5rem 2rem;
	text-align: center;
}

.lyp-success__icon {
	width: 64px;
	height: 64px;
	background: #0caa6e;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.2rem;
}

.lyp-success h2 {
	margin: 0 0 0.6rem;
	font-size: 1.4rem;
	font-weight: 800;
	color: #1a2b48;
}

.lyp-success p {
	color: #5a6a82;
	font-size: 0.95rem;
	margin: 0 auto 1.5rem;
	max-width: 480px;
}

/* ---- Responsive ---- */
@media (max-width: 640px) {
	.lyp-hero__inner {
		flex-direction: column;
	}
	.lyp-hero__badge {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 0.75rem;
		justify-content: center;
		padding: 1rem 1.5rem;
	}
	.lyp-stat {
		font-size: 2rem;
	}
	.lyp-field-row {
		grid-template-columns: 1fr;
	}
	.lyp-form {
		padding: 1.5rem 1rem 1rem;
	}
	.lyp-progress__label {
		display: none;
	}
}

/* ---- List Property: Auth modal overlay ---- */
.lyp-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 9999;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}
@media (min-width: 600px) {
	.lyp-modal-overlay {
		align-items: center;
	}
}
.lyp-modal {
	background: #fff;
	border-radius: 16px 16px 0 0;
	padding: 2rem 1.5rem 2.5rem;
	width: 100%;
	max-width: 480px;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
	animation: lypModalIn .25s ease;
}
@media (min-width: 600px) {
	.lyp-modal {
		border-radius: 16px;
	}
}
@keyframes lypModalIn {
	from { opacity: 0; transform: translateY(32px); }
	to   { opacity: 1; transform: translateY(0); }
}
.lyp-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 1.25rem;
	cursor: pointer;
	color: #666;
	line-height: 1;
	padding: .25rem .5rem;
}
.lyp-modal__close:hover { color: #111; }
.lyp-modal__head {
	text-align: center;
	margin-bottom: 1.25rem;
}
.lyp-modal__check {
	font-size: 2.5rem;
	display: block;
	margin-bottom: .5rem;
}
.lyp-modal__head h2 {
	font-size: 1.35rem;
	margin: 0 0 .4rem;
}
.lyp-modal__head p {
	color: #555;
	font-size: .9rem;
	margin: 0;
}

/* ============================================================
   Host Dashboard
   ============================================================ */
.hdb-page {
	min-height: 100vh;
	background: #f5f5f5;
}

/* Top bar */
.hdb-topbar {
	background: #003580;
	color: #fff;
	padding: .75rem 0;
	position: sticky;
	top: 0;
	z-index: 100;
}
.hdb-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.hdb-topbar__brand {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-weight: 700;
	font-size: 1.05rem;
}
.hdb-topbar__icon { font-size: 1.25rem; }
.hdb-topbar__user {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-size: .9rem;
}
.hdb-avatar {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50%;
}
.hdb-signout {
	color: rgba(255,255,255,.75);
	text-decoration: none;
	font-size: .85rem;
}
.hdb-signout:hover { color: #fff; }

/* Body layout */
.hdb-body {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 2rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
	align-items: start;
}

/* Sidebar nav */
.hdb-nav {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	overflow: hidden;
	position: sticky;
	top: 64px;
}
.hdb-nav ul {
	list-style: none;
	margin: 0;
	padding: .5rem 0;
}
.hdb-nav__link {
	display: flex;
	align-items: center;
	gap: .65rem;
	padding: .7rem 1.25rem;
	color: #333;
	text-decoration: none;
	font-size: .95rem;
	transition: background .15s;
}
.hdb-nav__link:hover { background: #f0f4ff; color: #003580; }
.hdb-nav__link--active {
	background: #e8f0fe;
	color: #003580;
	font-weight: 600;
	border-left: 3px solid #003580;
}
.hdb-nav__icon { font-size: 1rem; width: 1.2rem; text-align: center; }
.hdb-nav__footer {
	border-top: 1px solid #eee;
	padding: .75rem 1rem;
}
.hdb-nav__add {
	display: block;
	text-align: center;
	background: #003580;
	color: #fff;
	border-radius: 6px;
	padding: .5rem;
	font-size: .85rem;
	text-decoration: none;
	font-weight: 600;
}
.hdb-nav__add:hover { background: #002a6e; color: #fff; }

/* Section */
.hdb-section__title {
	font-size: 1.5rem;
	margin: 0 0 1.5rem;
	color: #111;
}
.hdb-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.hdb-section__head .hdb-section__title { margin: 0; }

/* Stat cards */
.hdb-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.hdb-stat-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 1px 4px rgba(0,0,0,.07);
	border-left: 4px solid #ddd;
}
.hdb-stat-card--green { border-left-color: #22c55e; }
.hdb-stat-card--amber { border-left-color: #f59e0b; }
.hdb-stat-card--blue  { border-left-color: #3b82f6; }
.hdb-stat-card__icon  { font-size: 1.75rem; }
.hdb-stat-card strong { display: block; font-size: 1.75rem; line-height: 1; color: #111; }
.hdb-stat-card span   { font-size: .8rem; color: #666; }

/* Generic card */
.hdb-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 1px 4px rgba(0,0,0,.07);
	margin-bottom: 1.5rem;
}
.hdb-card h2 {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}
.hdb-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.hdb-card__head h2 { margin: 0; }
.hdb-card__head a  { font-size: .85rem; color: #003580; text-decoration: none; }
.hdb-card__head a:hover { text-decoration: underline; }

/* Listing row (overview preview) */
.hdb-listing-list { display: flex; flex-direction: column; gap: .75rem; }
.hdb-listing-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: .75rem;
	border: 1px solid #eee;
	border-radius: 8px;
}
.hdb-listing-row__img {
	width: 64px;
	height: 48px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hdb-listing-row__img img { width: 100%; height: 100%; object-fit: cover; }
.hdb-listing-row__placeholder { font-size: 1.5rem; }
.hdb-listing-row__info { flex: 1; min-width: 0; }
.hdb-listing-row__info strong { display: block; font-size: .95rem; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hdb-listing-row__info span   { font-size: .8rem; color: #666; }
.hdb-listing-row__meta { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }
.hdb-listing-row__price { font-size: .9rem; font-weight: 600; color: #111; }
.hdb-listing-row__price small { font-weight: 400; color: #666; font-size: .8rem; }

/* Badges */
.hdb-badge {
	display: inline-block;
	padding: .2rem .6rem;
	border-radius: 99px;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.4;
}
.hdb-badge--green { background: #dcfce7; color: #166534; }
.hdb-badge--amber { background: #fef3c7; color: #92400e; }
.hdb-badge--grey  { background: #f3f4f6; color: #374151; }

/* Tips card */
.hdb-tips h3 { font-size: 1rem; margin: 0 0 .75rem; }
.hdb-tips ul  { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.hdb-tips li  { font-size: .9rem; color: #444; }

/* Listings grid */
.hdb-listings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
}
.hdb-listing-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	transition: box-shadow .2s;
}
.hdb-listing-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.hdb-listing-card__img {
	position: relative;
	height: 160px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hdb-listing-card__img img { width: 100%; height: 100%; object-fit: cover; }
.hdb-listing-card__noimg { font-size: 3rem; }
.hdb-listing-card__badge { position: absolute; top: .5rem; left: .5rem; }
.hdb-listing-card__body { padding: 1rem; }
.hdb-listing-card__body h3 { font-size: 1rem; margin: 0 0 .25rem; color: #111; }
.hdb-listing-card__addr { font-size: .82rem; color: #666; margin: 0 0 .5rem; }
.hdb-listing-card__meta { display: flex; gap: .75rem; font-size: .82rem; color: #555; margin-bottom: .75rem; }
.hdb-listing-card__actions { display: flex; gap: .5rem; }

/* Buttons */
.hdb-btn {
	display: inline-block;
	background: #003580;
	color: #fff;
	padding: .55rem 1.1rem;
	border-radius: 6px;
	font-size: .875rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background .15s;
}
.hdb-btn:hover { background: #002a6e; color: #fff; }
.hdb-btn--sm { padding: .35rem .75rem; font-size: .8rem; }
.hdb-btn--outline {
	background: transparent;
	border: 1.5px solid #003580;
	color: #003580;
}
.hdb-btn--outline:hover { background: #e8f0fe; color: #003580; }

/* Empty state */
.hdb-empty { text-align: center; padding: 2rem 1rem; color: #666; }
.hdb-empty--lg { padding: 4rem 1rem; }
.hdb-empty--lg span { font-size: 3rem; display: block; margin-bottom: 1rem; }
.hdb-empty--lg h3  { font-size: 1.15rem; color: #111; margin: 0 0 .5rem; }
.hdb-empty--lg p   { margin: 0 0 1.25rem; }

/* Divider */
.hdb-divider { border: none; border-top: 1px solid #eee; margin: 1.5rem 0; }

/* Settings feedback */
.hdb-settings-msg { padding: .6rem .9rem; border-radius: 6px; font-size: .9rem; margin-bottom: 1rem; }
.hdb-settings-msg--ok  { background: #dcfce7; color: #166534; }
.hdb-settings-msg--err { background: #fee2e2; color: #991b1b; }

/* Responsive — tablet */
@media (max-width: 900px) {
	.hdb-body { grid-template-columns: 1fr; gap: 1rem; }
	.hdb-stats { grid-template-columns: repeat(2, 1fr); }

	/* Sidebar becomes a horizontal pill strip */
	.hdb-nav {
		position: static;
		border-radius: 12px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.hdb-nav::-webkit-scrollbar { display: none; }
	.hdb-nav ul {
		display: flex;
		flex-direction: row;
		padding: .25rem .5rem;
		gap: .25rem;
		white-space: nowrap;
	}
	.hdb-nav__footer { display: none; }
	.hdb-nav__link {
		padding: .55rem .9rem;
		border-radius: 99px;
		font-size: .85rem;
		white-space: nowrap;
	}
	.hdb-nav__link--active {
		border-left: none;
		background: #003580;
		color: #fff;
	}
	.hdb-nav__link--active:hover { background: #002a6e; color: #fff; }
}

/* Responsive — mobile */
@media (max-width: 600px) {
	/* Hide the sidebar nav entirely on mobile — replaced by bottom tab bar */
	.hdb-nav { display: none; }

	/* Body takes full width with bottom padding for the tab bar */
	.hdb-body {
		padding-top: 1rem;
		padding-bottom: 5rem;
		gap: 0;
	}

	/* Bottom tab bar */
	.hdb-tab-bar {
		display: flex !important;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-top: 1px solid #e5e7eb;
		z-index: 200;
		box-shadow: 0 -2px 12px rgba(0,0,0,.1);
	}
	.hdb-tab-bar__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: .5rem .25rem .4rem;
		text-decoration: none;
		color: #6b7280;
		font-size: .65rem;
		font-weight: 500;
		gap: .2rem;
		transition: color .15s;
		-webkit-tap-highlight-color: transparent;
	}
	.hdb-tab-bar__item--active {
		color: #003580;
	}
	.hdb-tab-bar__icon {
		font-size: 1.3rem;
		line-height: 1;
		display: block;
	}
	.hdb-tab-bar__item--active .hdb-tab-bar__icon {
		transform: scale(1.1);
	}

	/* Topbar tighter on mobile */
	.hdb-topbar__user span { display: none; }
	.hdb-topbar__brand span { font-size: .95rem; }

	/* Stat cards single row, scroll if needed */
	.hdb-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: .75rem;
	}
	.hdb-stat-card { padding: 1rem .75rem; }
	.hdb-stat-card strong { font-size: 1.4rem; }

	/* Listings grid single column */
	.hdb-listings-grid { grid-template-columns: 1fr; }
	.hdb-listing-row { flex-wrap: wrap; }

	/* Section title smaller */
	.hdb-section__title { font-size: 1.2rem; }

	/* Add listing button in section head goes full width on wrap */
	.hdb-section__head { flex-wrap: wrap; gap: .75rem; }
}

/* ============================================================
   Mobile hamburger menu & drawer
   ============================================================ */

/* Hamburger button — hidden on desktop */
/* ── Hamburger button ────────────────────────────────────────── */
.bkx-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,.12);
	border: 1.5px solid rgba(255,255,255,.3);
	border-radius: 8px;
	cursor: pointer;
	padding: 8px;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
	transition: background .15s;
}
.bkx-hamburger:hover { background: rgba(255,255,255,.2); }
.bkx-hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease;
	transform-origin: center;
}
.bkx-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bkx-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.bkx-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile drawer — slide in from the right ─────────────────── */
.bkx-mobile-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1200;
	width: min(320px, 88vw);
	background: #002b7a;
	transform: translateX(100%);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}
.bkx-mobile-drawer.is-open {
	transform: translateX(0);
}
.bkx-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 1100;
	background: rgba(0,0,0,.5);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.bkx-drawer-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
body.bkx-drawer-open { overflow: hidden; }

/* Drawer inner layout */
.bkx-mobile-drawer__inner {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding-bottom: env(safe-area-inset-bottom, 1rem);
}

/* Drawer head */
.bkx-mobile-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.1rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.bkx-mobile-drawer__site-name {
	font-size: .95rem;
	font-weight: 700;
	color: #fff;
}
.bkx-mobile-drawer__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1.5px solid rgba(255,255,255,.3);
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	color: #fff;
	flex-shrink: 0;
	transition: background .14s;
}
.bkx-mobile-drawer__close:hover { background: rgba(255,255,255,.12); }
.bkx-mobile-drawer__close svg { width: 16px; height: 16px; }

/* Nav links */
.bkx-mobile-drawer__nav { flex: 1; }
.bkx-mobile-menu {
	list-style: none;
	margin: 0;
	padding: .5rem 0;
}
.bkx-mobile-menu li a {
	display: block;
	padding: .85rem 1.25rem;
	color: rgba(255,255,255,.88);
	text-decoration: none;
	font-size: .97rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,.07);
	transition: background .12s, color .12s;
	min-height: 48px; /* touch target */
	display: flex;
	align-items: center;
}
.bkx-mobile-menu li:last-child a { border-bottom: none; }
.bkx-mobile-menu li a:hover,
.bkx-mobile-menu li.current-menu-item > a {
	background: rgba(255,255,255,.1);
	color: #fff;
}

/* Auth buttons in drawer */
.bkx-mobile-drawer__auth {
	display: flex;
	flex-direction: column;
	gap: .6rem;
	padding: 1rem 1.1rem;
	border-top: 1px solid rgba(255,255,255,.12);
}
.bkx-drawer-link {
	color: rgba(255,255,255,.75);
	text-decoration: none;
	font-size: .85rem;
	margin-bottom: .25rem;
}
.bkx-drawer-link:hover { color: #fff; }
.bkx-drawer-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: .55rem 1rem;
	border-radius: 10px;
	background: #fff;
	color: #002b7a;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: opacity .15s;
}
.bkx-drawer-btn:hover { opacity: .88; }
.bkx-drawer-btn--outline {
	background: transparent;
	border: 1.5px solid rgba(255,255,255,.45);
	color: #fff;
}

/* Currency / language prefs in drawer */
.bkx-mobile-drawer__prefs {
	padding: .85rem 1.1rem 1.25rem;
	border-top: 1px solid rgba(255,255,255,.1);
}
.bkx-mobile-drawer__prefs-label {
	margin: 0 0 .45rem;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: rgba(255,255,255,.5);
}

/* ── Drawer language dropdown ────────────────────────────────── */
.bkx-drawer-currency {
	position: relative;
}
.bkx-drawer-currency summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	padding: .6rem .85rem;
	border-radius: 8px;
	border: 1.5px solid rgba(255,255,255,.25);
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
	transition: border-color .14s, background .14s;
}
.bkx-drawer-currency summary::-webkit-details-marker { display: none; }
.bkx-drawer-currency summary::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid rgba(255,255,255,.7);
	flex-shrink: 0;
	transition: transform .18s;
}
.bkx-drawer-currency[open] summary { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.14); }
.bkx-drawer-currency[open] summary::after { transform: rotate(180deg); }
.bkx-drawer-currency summary:hover { border-color: rgba(255,255,255,.45); }

.bkx-drawer-currency ul {
	list-style: none;
	margin: .35rem 0 0;
	padding: .3rem;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 8px;
	backdrop-filter: blur(8px);
}
.bkx-drawer-currency ul li + li { margin-top: .1rem; }
.bkx-drawer-currency ul button {
	display: block;
	width: 100%;
	text-align: left;
	padding: .52rem .75rem;
	border: none;
	border-radius: 6px;
	background: transparent;
	color: rgba(255,255,255,.88);
	font-size: .9rem;
	font-weight: 500;
	cursor: pointer;
	transition: background .12s, color .12s;
}
.bkx-drawer-currency ul button:hover { background: rgba(255,255,255,.15); color: #fff; }
.bkx-drawer-currency ul button[aria-current="true"] {
	background: rgba(255,255,255,.2);
	color: #fff;
	font-weight: 700;
}

/* ── Mobile breakpoint ───────────────────────────────────────── */
@media (max-width: 768px) {
	.bkx-hamburger { display: flex; }
	.bkx-tool-hide-mobile { display: none !important; }

	/* Always single row — logo left, hamburger right */
	.bkx-global-header__top,
	.bkx-site-top__inner {
		flex-direction: row !important;
		align-items: center !important;
	}
	.bkx-global-header__tools,
	.bkx-site-tools {
		flex-wrap: nowrap !important;
		gap: .4rem !important;
		margin-left: auto;
		align-items: center;
	}

	/* Hide desktop nav */
	.bkx-global-header__nav,
	.bkx-site-nav-row { display: none !important; }

	/* Tighten header height on small screens */
	.bkx-global-header { padding: .6rem 0 !important; }
	.bkx-site-top__inner { min-height: 52px; }

	/* Logo sizing on mobile */
	body:not(.home) .bkx-global-header__logo .bkx-branding-image,
	.bkx-site-logo .bkx-branding-image { height: 32px !important; }
}

/* Extra small screens */
@media (max-width: 380px) {
	.bkx-wrap { padding-left: .85rem; padding-right: .85rem; }
}

/* ── Region-only hero search — complete redesign ──────────────────────────────
   Replaces the white card with a clean frosted pill on the hero background.
   The autocomplete dropdown floats absolutely and is never clipped.
   ────────────────────────────────────────────────────────────────────────── */

/* Strip the white card entirely when in region mode */
.home .kl-home-search.kl-home-search--region,
.kl-widget-hero .kl-home-search.kl-home-search--region {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	overflow: visible;
}

/* Single-row pill form — override the grid !important from base rules */
.home .kl-home-search-form--region-only,
.kl-widget-hero .kl-home-search-form--region-only,
.kl-home-search-form--region-only {
	display: flex !important;
	align-items: stretch !important;
	gap: 0 !important;
	grid-template-columns: unset !important;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
	overflow: visible !important;
	position: relative;
}

/* Where field — takes all remaining width */
.home .kl-home-search-form--region-only .kl-home-search-form__field--where,
.kl-home-search-form--region-only .kl-home-search-form__field--where {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-right: 1px solid #e2e8f4;
}

.kl-home-search-form--region-only .kl-home-search-form__field--where label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	color: #5b6c90;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.7rem 1rem 0;
}

/* Region text input — override base !important input styles */
.home .kl-home-search-form--region-only [data-region-input],
.kl-home-search-form--region-only [data-region-input] {
	display: block !important;
	width: 100% !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #0a1f44 !important;
	padding: 0.25rem 1rem 0.7rem !important;
	box-shadow: none !important;
	height: auto !important;
	border-radius: 0 !important;
}

.kl-home-search-form--region-only [data-region-input]::placeholder {
	color: #9aaac4;
	font-weight: 400;
}

/* Submit button wrapper */
.home .kl-home-search-form--region-only .kl-home-search-form__submit,
.kl-home-search-form--region-only .kl-home-search-form__submit {
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center !important;
	padding: 0.4rem !important;
	min-width: unset !important;
	grid-column: unset !important;
}

.home .kl-home-search-form--region-only .kl-home-search-form__submit button,
.kl-home-search-form--region-only .kl-home-search-form__submit button {
	height: 100% !important;
	min-height: 2.9rem !important;
	padding: 0 1.6rem !important;
	border: none !important;
	border-radius: 8px !important;
	background: #0071c2 !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: background 0.18s !important;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
	width: auto !important;
}

.kl-home-search-form--region-only .kl-home-search-form__submit button:hover {
	background: #00589b !important;
}

/* Autocomplete dropdown — floats OVER everything */
.kl-home-search-form--region-only .kl-region-autocomplete {
	position: static;
}

.kl-home-search-form--region-only .kl-region-autocomplete__dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 99999;
	background: #fff;
	border: 1px solid #d0d7e8;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 40, 100, 0.18);
	max-height: 320px;
	overflow-y: auto;
	padding: 0.4rem 0;
	list-style: none;
	margin: 0;
}

.kl-home-search-form--region-only .kl-region-autocomplete__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 1rem;
	font-size: 0.95rem;
	color: #0a1f44;
	cursor: pointer;
	transition: background 0.1s;
}

.kl-home-search-form--region-only .kl-region-autocomplete__item:hover,
.kl-home-search-form--region-only .kl-region-autocomplete__item.is-active {
	background: #f0f5ff;
}

/* Location icon visual hint */
.kl-home-search-form--region-only .kl-region-autocomplete__item::before {
	content: "📍";
	font-size: 0.9rem;
	flex-shrink: 0;
}

.kl-home-search-form--region-only .kl-region-autocomplete__count {
	font-size: 0.8rem;
	color: #5b6c90;
	white-space: nowrap;
	background: #eef3ff;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	font-weight: 600;
}

.kl-home-search-form--region-only .kl-region-autocomplete__empty {
	padding: 0.85rem 1rem;
	color: #8492a6;
	font-size: 0.9rem;
	font-style: italic;
}

/* ── Results panel header ─────────────────────────────────────────── */
.kl-region-results {
	margin-top: 1.4rem;
}

.kl-region-results__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.8rem;
}

.kl-region-results__label {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
}

.kl-region-results__view-all {
	font-size: 0.88rem;
	font-weight: 700;
	color: #febb02;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.01em;
	transition: opacity 0.15s;
}

.kl-region-results__view-all:hover {
	opacity: 0.8;
}

/* ── Results cards — cleaner look ─────────────────────────────────── */
.home .kl-stays-tab-card,
.kl-widget-hero .kl-stays-tab-card {
	transition: transform 0.18s, box-shadow 0.18s;
}

.home .kl-stays-tab-card:hover,
.kl-widget-hero .kl-stays-tab-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 30, 80, 0.14);
}

.home .kl-stays-tab-card__media,
.kl-widget-hero .kl-stays-tab-card__media {
	aspect-ratio: 4 / 3;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.kl-home-search-form--region-only {
		flex-wrap: nowrap;
	}
}

@media (max-width: 640px) {
	.kl-home-search-form--region-only {
		flex-direction: column;
		border-radius: 12px;
	}

	.kl-home-search-form--region-only .kl-home-search-form__submit {
		padding: 0 0.5rem 0.5rem;
	}

	.kl-home-search-form--region-only .kl-home-search-form__submit button {
		width: 100%;
		min-height: 2.7rem;
	}

	.home .kl-stays-tab-row,
	.kl-widget-hero .kl-stays-tab-row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 420px) {
	.home .kl-stays-tab-row,
	.kl-widget-hero .kl-stays-tab-row {
		grid-template-columns: 1fr;
	}
}

/* ── Homepage brand strip ─────────────────────────────────────── */
.kl-home-brand-strip {
	padding: 1.5rem 0;
	border-bottom: 1px solid #e2eaf6;
	background: #fff;
}

.kl-home-brand-strip__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.kl-home-brand-strip__logo .bkx-branding-image {
	max-height: 60px;
	width: auto;
}

/* ═══════════════════════════════════════════════════════════════
   ATTRACTIONS — magazine layout  (kla-mag-*)
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────────── */
.kla-mag-hero {
	position: relative;
	background: linear-gradient(150deg,#002a6e 0%,#00468b 60%,#0a68d1 100%);
	color: #fff;
	padding: 4rem 0 7rem;
	overflow: hidden;
}
.kla-mag-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(ellipse 60% 55% at 80% 40%, rgba(255,180,0,.12) 0%, transparent 70%),
		url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.kla-mag-hero__inner { position: relative; z-index: 1; }
.kla-mag-hero__eyebrow {
	margin: 0 0 .5rem;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #febb02;
}
.kla-mag-hero__title {
	margin: 0 0 .65rem;
	font-size: clamp(2rem,4.5vw,3.2rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.02em;
	color: #fff !important;
}
.kla-mag-hero__sub {
	margin: 0 0 2rem;
	font-size: 1.05rem;
	color: rgba(255,255,255,.82);
	max-width: 52ch;
}
/* Search pill */
.kla-mag-search {
	display: flex;
	align-items: stretch;
	max-width: 560px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 28px rgba(0,0,0,.22);
}
.kla-mag-search__field {
	flex: 1;
	display: flex;
	align-items: center;
	gap: .55rem;
	padding: .75rem 1rem;
	color: #9aaac4;
}
.kla-mag-search__field svg { width: 18px; height: 18px; flex-shrink: 0; }
.kla-mag-search__field input {
	flex: 1;
	border: none;
	outline: none;
	font-size: .98rem;
	font-weight: 500;
	color: #0a1f44;
	background: transparent;
}
.kla-mag-search__field input::placeholder { color: #9aaac4; }
.kla-mag-search button {
	padding: 0 1.4rem;
	border: none;
	background: #0071c2;
	color: #fff;
	font-weight: 700;
	font-size: .95rem;
	cursor: pointer;
	transition: background .16s;
}
.kla-mag-search button:hover { background: #00589b; }

/* ── Destination chips ────────────────────────────────────────── */
.kla-mag-chips {
	background: #fff;
	border-bottom: 1px solid #e2eaf6;
	position: sticky;
	top: 0;
	z-index: 40;
}
.kla-mag-chips__track {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .7rem 1.25rem;
	overflow-x: auto;
	scrollbar-width: none;
	max-width: 1280px;
	margin: 0 auto;
}
.kla-mag-chips__track::-webkit-scrollbar { display: none; }
.kla-mag-chip {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	white-space: nowrap;
	padding: .38rem .9rem;
	border-radius: 999px;
	border: 1.5px solid #d0d7e8;
	font-size: .85rem;
	font-weight: 600;
	color: #344563;
	text-decoration: none;
	transition: border-color .15s, background .15s, color .15s;
}
.kla-mag-chip span {
	font-size: .75rem;
	background: #eef2ff;
	color: #4361c2;
	padding: .1rem .35rem;
	border-radius: 999px;
}
.kla-mag-chip:hover { border-color: #0071c2; color: #0071c2; }
.kla-mag-chip.is-active {
	background: #003b95;
	border-color: #003b95;
	color: #fff;
}
.kla-mag-chip.is-active span { background: rgba(255,255,255,.2); color: #fff; }

/* ── Body wrap ────────────────────────────────────────────────── */
.kla-mag-body { padding-top: 2.5rem; padding-bottom: 4rem; }

/* ── Featured spotlight ───────────────────────────────────────── */
.kla-spotlight {
	position: relative;
	min-height: 440px;
	border-radius: 16px;
	background: #0a1f44 center/cover no-repeat;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}
.kla-spotlight__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 55%, transparent 100%);
}
.kla-spotlight__content {
	position: relative;
	z-index: 1;
	padding: 2rem 2.2rem;
	color: #fff;
	max-width: 680px;
}
.kla-spotlight__tag {
	display: inline-block;
	margin-bottom: .6rem;
	padding: .22rem .65rem;
	border-radius: 999px;
	background: #febb02;
	color: #1a1a1a;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.kla-spotlight__title {
	margin: 0 0 .6rem;
	font-size: clamp(1.5rem,3vw,2.2rem);
	font-weight: 900;
	line-height: 1.15;
}
.kla-spotlight__title a { color: #fff; text-decoration: none; }
.kla-spotlight__title a:hover { text-decoration: underline; }
.kla-spotlight__excerpt {
	margin: 0 0 1.2rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255,255,255,.85);
	max-width: 52ch;
}
.kla-spotlight__cta {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .6rem 1.4rem;
	background: #febb02;
	color: #1a1a1a;
	border-radius: 8px;
	font-weight: 700;
	font-size: .95rem;
	text-decoration: none;
	transition: opacity .15s;
}
.kla-spotlight__cta:hover { opacity: .88; }

/* ── Magazine grid ────────────────────────────────────────────── */
.kla-mag-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 1.25rem;
}
/* First two cards span different heights for stagger feel */
.kla-mag-card {
	background: #fff;
	border: 1px solid #e2eaf6;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .18s, box-shadow .18s;
}
.kla-mag-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0,30,80,.12);
}
.kla-mag-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #dce8f9;
}
.kla-mag-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s;
}
.kla-mag-card:hover .kla-mag-card__media img { transform: scale(1.05); }
.kla-mag-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg,#dce8f9,#edf3fc);
}
.kla-mag-card__dest {
	position: absolute;
	bottom: .6rem;
	left: .6rem;
	padding: .2rem .55rem;
	border-radius: 999px;
	background: rgba(0,0,0,.55);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: .72rem;
	font-weight: 600;
}
.kla-mag-card__body {
	padding: 1rem 1.1rem 1.2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.kla-mag-card__body h3 {
	margin: 0 0 .4rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}
.kla-mag-card__body h3 a { color: #0a1f44; text-decoration: none; }
.kla-mag-card__body h3 a:hover { color: #0071c2; }
.kla-mag-card__body p {
	margin: 0 0 .9rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #5b6c90;
	flex: 1;
}
.kla-mag-card__link {
	font-size: .85rem;
	font-weight: 700;
	color: #0071c2;
	text-decoration: none;
}
.kla-mag-card__link:hover { text-decoration: underline; }

/* ── Empty state ──────────────────────────────────────────────── */
.kla-mag-empty {
	text-align: center;
	padding: 4rem 1rem;
	color: #5b6c90;
}
.kla-mag-empty svg { width: 64px; height: 64px; margin-bottom: 1rem; opacity: .5; }
.kla-mag-empty h2 { font-size: 1.4rem; color: #0a1f44; margin: 0 0 .5rem; }
.kla-mag-empty a {
	display: inline-block;
	margin-top: 1.2rem;
	padding: .6rem 1.4rem;
	background: #003b95;
	color: #fff;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
}

/* ── Pagination ───────────────────────────────────────────────── */
.kla-mag-pagination {
	display: flex;
	justify-content: center;
	gap: .4rem;
	margin-top: 2.5rem;
	flex-wrap: wrap;
}
.kla-mag-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.2rem;
	height: 2.2rem;
	padding: 0 .6rem;
	border-radius: 8px;
	border: 1.5px solid #d0d7e8;
	font-size: .9rem;
	font-weight: 600;
	color: #344563;
	text-decoration: none;
	transition: border-color .14s, background .14s, color .14s;
}
.kla-mag-pagination .page-numbers:hover,
.kla-mag-pagination .page-numbers.current {
	background: #003b95;
	border-color: #003b95;
	color: #fff;
}

/* ═══════════════════════════════════════════════════════════════
   SINGLE ATTRACTION (kla-single-*)
   ═══════════════════════════════════════════════════════════════ */

.kla-single-hero {
	position: relative;
	min-height: 70vh;
	background: #0a1f44 center/cover no-repeat;
	display: flex;
	align-items: flex-end;
}
.kla-single-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.35) 100%);
}
.kla-single-hero__inner {
	position: relative;
	z-index: 1;
	padding-bottom: 3rem;
	color: #fff;
}
.kla-single-hero__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .35rem;
	margin-bottom: 1rem;
	font-size: .82rem;
	color: rgba(255,255,255,.7);
}
.kla-single-hero__breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.kla-single-hero__breadcrumb a:hover { color: #fff; }
.kla-single-hero__tag {
	display: inline-block;
	padding: .22rem .7rem;
	border-radius: 999px;
	background: #febb02;
	color: #1a1a1a;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .8rem;
}
.kla-single-hero__title {
	margin: 0;
	font-size: clamp(1.8rem,4.5vw,3rem);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -.02em;
	color: #fff;
	max-width: 18ch;
}
.kla-single-hero__scroll-hint {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: rgba(255,255,255,.55);
	animation: kla-bounce 2s ease-in-out infinite;
}
.kla-single-hero__scroll-hint svg { width: 24px; height: 24px; }
@keyframes kla-bounce {
	0%,100% { transform: translateX(-50%) translateY(0); }
	50%      { transform: translateX(-50%) translateY(6px); }
}

/* ── Content + sidebar ────────────────────────────────────────── */
.kla-single-body {
	display: grid;
	grid-template-columns: minmax(0,1fr) 300px;
	gap: 3rem;
	padding-top: 3rem;
	padding-bottom: 4rem;
	align-items: start;
}
.kla-single-prose {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #1b2a3d;
}
.kla-single-prose h2 { font-size: 1.5rem; margin: 2rem 0 .75rem; }
.kla-single-prose p  { margin: 0 0 1.2rem; }
.kla-single-prose img { max-width: 100%; border-radius: 10px; }

/* Meta sidebar */
.kla-single-meta { display: flex; flex-direction: column; gap: 1rem; }
.kla-meta-card {
	background: #f8faff;
	border: 1px solid #e2eaf6;
	border-radius: 12px;
	padding: 1rem 1.1rem;
}
.kla-meta-card__label {
	display: block;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #8492a6;
	margin-bottom: .4rem;
}
.kla-meta-card__value {
	display: flex;
	align-items: center;
	gap: .4rem;
	font-weight: 700;
	color: #003b95;
	text-decoration: none;
	font-size: .97rem;
}
.kla-meta-card__value svg { width: 16px; height: 16px; flex-shrink: 0; color: #5b6c90; }
.kla-meta-card__value:hover { text-decoration: underline; }
.kla-meta-card__tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.kla-meta-card__tags a {
	padding: .22rem .65rem;
	border-radius: 999px;
	border: 1px solid #d0d7e8;
	font-size: .82rem;
	color: #344563;
	text-decoration: none;
}
.kla-meta-card__tags a:hover { border-color: #0071c2; color: #0071c2; }
.kla-meta-card--cta { background: #003b95; border-color: #003b95; color: #fff; }
.kla-meta-card--cta p { margin: 0 0 .75rem; font-size: .92rem; color: rgba(255,255,255,.85); }
.kla-meta-cta-btn {
	display: block;
	text-align: center;
	padding: .65rem 1rem;
	background: #febb02;
	color: #1a1a1a;
	border-radius: 8px;
	font-weight: 700;
	font-size: .92rem;
	text-decoration: none;
	transition: opacity .15s;
}
.kla-meta-cta-btn:hover { opacity: .88; }

/* ── Related attractions ──────────────────────────────────────── */
.kla-related {
	background: #f5f7fb;
	border-top: 1px solid #e2eaf6;
	padding: 3rem 0 4rem;
}
.kla-related__title {
	font-size: 1.4rem;
	font-weight: 800;
	color: #0a1f44;
	margin: 0 0 1.5rem;
}
.kla-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 1.25rem;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.kla-single-body { grid-template-columns: 1fr; gap: 2rem; }
	.kla-single-meta { flex-direction: row; flex-wrap: wrap; }
	.kla-meta-card { flex: 1 1 220px; }
	.kla-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.kla-mag-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.kla-mag-hero { padding: 2.5rem 0 5rem; }
	.kla-mag-grid { grid-template-columns: 1fr; }
	.kla-spotlight { min-height: 300px; }
	.kla-spotlight__content { padding: 1.2rem; }
	.kla-single-hero { min-height: 55vh; }
	.kla-related-grid { grid-template-columns: 1fr; }
	.kla-single-meta { flex-direction: column; }
}

/* ── Attraction inquiry modal ─────────────────────────────────── */
.kla-inquiry-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.kla-inquiry-modal[hidden] { display: none; }

.kla-inquiry-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(5,20,50,.6);
	backdrop-filter: blur(4px);
	cursor: pointer;
}

.kla-inquiry-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 540px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(0,0,0,.25);
	animation: kla-modal-in .22s ease;
}
@keyframes kla-modal-in {
	from { opacity:0; transform:translateY(18px) scale(.97); }
	to   { opacity:1; transform:none; }
}

.kla-inquiry-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 32px;
	height: 32px;
	border: none;
	background: #f0f4f8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .14s;
	color: #5b6c90;
}
.kla-inquiry-modal__close:hover { background: #e2eaf6; color: #0a1f44; }
.kla-inquiry-modal__close svg { width: 16px; height: 16px; }

.kla-inquiry-modal__header {
	padding: 2rem 2rem 1.25rem;
	border-bottom: 1px solid #eef1f8;
}
.kla-inquiry-modal__eyebrow {
	display: block;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #0071c2;
	margin-bottom: .35rem;
}
.kla-inquiry-modal__title {
	margin: 0 0 .4rem;
	font-size: 1.25rem;
	font-weight: 800;
	color: #0a1f44;
	line-height: 1.2;
	padding-right: 2rem;
}
.kla-inquiry-modal__dest {
	display: flex;
	align-items: center;
	gap: .3rem;
	margin: 0;
	font-size: .82rem;
	color: #5b6c90;
}
.kla-inquiry-modal__dest svg { width: 13px; height: 13px; color: #febb02; flex-shrink: 0; }

.kla-inquiry-modal__form {
	padding: 1.5rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.kla-inquiry-modal__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.kla-inquiry-modal__field {
	display: flex;
	flex-direction: column;
	gap: .3rem;
}
.kla-inquiry-modal__field label {
	font-size: .78rem;
	font-weight: 700;
	color: #344563;
	letter-spacing: .01em;
}
.kla-inquiry-modal__field input,
.kla-inquiry-modal__field textarea {
	border: 1.5px solid #d0d7e8;
	border-radius: 8px;
	padding: .65rem .85rem;
	font-size: .95rem;
	color: #0a1f44;
	background: #f8faff;
	outline: none;
	transition: border-color .14s, box-shadow .14s;
	font-family: inherit;
	resize: vertical;
}
.kla-inquiry-modal__field input:focus,
.kla-inquiry-modal__field textarea:focus {
	border-color: #0071c2;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0,113,194,.12);
}
.kla-inquiry-modal__field textarea { min-height: 100px; }

.kla-inquiry-modal__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: .85rem 1.5rem;
	border: none;
	border-radius: 10px;
	background: #003b95;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .16s, transform .12s;
	box-shadow: 0 3px 12px rgba(0,59,149,.25);
}
.kla-inquiry-modal__submit:hover { background: #002d74; transform: translateY(-1px); }
.kla-inquiry-modal__submit svg { width: 18px; height: 18px; }

/* Success bar */
.kla-inquiry-success-bar {
	display: flex;
	align-items: center;
	gap: .6rem;
	background: #d1fae5;
	border-bottom: 2px solid #34d399;
	color: #065f46;
	font-weight: 600;
	font-size: .95rem;
	padding: .9rem 1.5rem;
}
.kla-inquiry-success-bar svg { width: 20px; height: 20px; color: #059669; flex-shrink: 0; }

@media (max-width: 540px) {
	.kla-inquiry-modal__header,
	.kla-inquiry-modal__form { padding-left: 1.25rem; padding-right: 1.25rem; }
	.kla-inquiry-modal__row { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════
   PROPERTY LISTINGS ARCHIVE (bpl-*)
   ═══════════════════════════════════════════════════════════════ */

/* Tokens are shared with the single property page (.bsp), which reuses the listing cards. */
.bpl-page,
.bsp,
.bat,
.hp,
.blg,
.etl-search {
	--bpl-navy: #003b95;
	--bpl-navy-dark: #002a6b;
	--bpl-blue: #006ce4;
	--bpl-ink: #0a1f44;
	--bpl-text: #344563;
	--bpl-muted: #5b6c90;
	--bpl-faint: #8492a6;
	--bpl-line: #e2e8f2;
	--bpl-soft: #f1f5fb;
	--bpl-surface: #f5f7fb;
	--bpl-accent: #febb02;
	--bpl-green: #067a46;
	--bpl-radius: 14px;
	background: var(--bpl-surface);
	color: var(--bpl-text);
	min-height: 60vh;
}

.bpl-page .screen-reader-text,
.bat .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ── Filter bar ───────────────────────────────────────────────── */
.bpl-filterbar {
	position: sticky;
	top: 64px; /* below the fixed site header */
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid var(--bpl-line);
	box-shadow: 0 2px 10px rgba(10, 31, 68, .05);
}
body.admin-bar .bpl-filterbar { top: 96px; }
@media (max-width: 782px) { body.admin-bar .bpl-filterbar { top: 110px; } }

/* Thin progress line while results are loading */
.bpl-filterbar::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	background: var(--bpl-blue);
	opacity: 0;
}
.bpl-page.is-loading .bpl-filterbar::after {
	opacity: 1;
	animation: bpl-progress 1.2s ease-out forwards;
}
@keyframes bpl-progress { from { width: 0; } to { width: 85%; } }

.bpl-filterbar__inner { padding-top: .65rem; padding-bottom: .65rem; }
.bpl-filterbar__form {
	display: flex;
	align-items: center;
	gap: .6rem;
	width: 100%;
}
.bpl-filterbar__filters {
	display: flex;
	align-items: center;
	gap: .45rem;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: wrap;
}

/* Search */
.bpl-search {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 1 260px;
	min-width: 180px;
}
.bpl-search svg {
	position: absolute;
	left: .75rem;
	width: 16px;
	height: 16px;
	color: var(--bpl-faint);
	pointer-events: none;
}
.bpl-search input {
	width: 100%;
	height: 38px;
	padding: 0 .9rem 0 2.2rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: var(--bpl-surface);
	color: var(--bpl-ink);
	font: inherit;
	font-size: .86rem;
	outline: none;
	transition: border-color .14s, background .14s, box-shadow .14s;
}
.bpl-search input::placeholder { color: var(--bpl-faint); }
.bpl-search input:focus {
	border-color: var(--bpl-blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 108, 228, .14);
}

.bpl-filter-group { position: relative; }

/* Filter trigger button */
.bpl-filter-btn,
.bpl-toggle-chip {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	height: 38px;
	padding: 0 .85rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-text);
	font: inherit;
	font-size: .83rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .14s, background .14s, color .14s;
}
.bpl-filter-btn svg,
.bpl-toggle-chip svg { width: 14px; height: 14px; flex-shrink: 0; }
.bpl-chevron { color: #b0bac9; width: 11px !important; height: 11px !important; transition: transform .15s; }
.bpl-filter-btn[aria-expanded="true"] .bpl-chevron { transform: rotate(180deg); }
.bpl-filter-btn:hover:not(.is-active),
.bpl-toggle-chip:hover:not(.is-active) { border-color: var(--bpl-navy); color: var(--bpl-navy); }
.bpl-filter-btn:focus-visible,
.bpl-toggle-chip:focus-within { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }
.bpl-filter-btn.is-active {
	border-color: var(--bpl-navy);
	background: #eaf1ff;
	color: var(--bpl-navy);
}
.bpl-filter-btn__badge {
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 .3rem;
	border-radius: 999px;
	background: var(--bpl-navy);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
}

/* Instant booking toggle */
.bpl-toggle-chip { position: relative; }
.bpl-toggle-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.bpl-toggle-chip svg { color: var(--bpl-accent); }
.bpl-toggle-chip.is-active {
	border-color: var(--bpl-navy);
	background: var(--bpl-navy);
	color: #fff;
}

/* Sort */
.bpl-sort {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	margin-left: auto;
	flex-shrink: 0;
	font-size: .8rem;
	font-weight: 600;
	color: var(--bpl-faint);
}
.bpl-sort select {
	height: 38px;
	padding: 0 2rem 0 .85rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23344563' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right .8rem center / 10px;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .83rem;
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.bpl-sort select:focus-visible { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }

/* Dropdown panel */
.bpl-filter-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 400;
	background: #fff;
	border: 1px solid #d8e2f4;
	border-radius: var(--bpl-radius);
	box-shadow: 0 14px 40px rgba(0, 25, 70, .16);
	padding: 1rem;
	min-width: 250px;
}
.bpl-filter-panel--wide { min-width: 360px; }
.bpl-filter-panel__title {
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: var(--bpl-faint);
	margin: 0 0 .6rem;
}
.bpl-filter-panel__find {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: .5rem;
	padding: 0 .75rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 8px;
	font: inherit;
	font-size: .85rem;
	outline: none;
}
.bpl-filter-panel__find:focus { border-color: var(--bpl-blue); }
.bpl-filter-panel__note { margin: .6rem 0 0; font-size: .75rem; color: var(--bpl-faint); line-height: 1.4; max-width: 240px; }
.bpl-filter-panel__foot {
	margin-top: .75rem;
	padding-top: .75rem;
	border-top: 1px solid var(--bpl-soft);
	display: flex;
	justify-content: flex-end;
}
.bpl-apply-btn {
	height: 36px;
	padding: 0 1.1rem;
	border: none;
	border-radius: 8px;
	background: var(--bpl-navy);
	color: #fff;
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .14s;
}
.bpl-apply-btn:hover { background: var(--bpl-navy-dark); }

/* Checklist inside panel */
.bpl-check-list { display: flex; flex-direction: column; gap: .1rem; }
.bpl-check-list--scroll { max-height: 290px; overflow-y: auto; margin-right: -.4rem; padding-right: .4rem; }
.bpl-check-list--2col { display: grid; grid-template-columns: 1fr 1fr; gap: .1rem .5rem; }
.bpl-check-item {
	display: flex;
	align-items: center;
	gap: .55rem;
	padding: .42rem .45rem;
	border-radius: 8px;
	cursor: pointer;
	transition: background .1s;
}
.bpl-check-item[hidden] { display: none; }
.bpl-check-item:hover { background: var(--bpl-soft); }
.bpl-check-item.is-checked { background: #eaf1ff; }
.bpl-check-item input { width: 16px; height: 16px; margin: 0; flex-shrink: 0; accent-color: var(--bpl-navy); cursor: pointer; }
.bpl-check-item__label { font-size: .86rem; color: var(--bpl-ink); font-weight: 500; flex: 1; }
.bpl-check-item__count { font-size: .75rem; color: var(--bpl-faint); font-variant-numeric: tabular-nums; }

/* Price inputs */
.bpl-price-row { display: flex; align-items: flex-end; gap: .5rem; }
.bpl-price-row label { display: flex; flex-direction: column; gap: .25rem; font-size: .74rem; font-weight: 700; color: var(--bpl-text); }
.bpl-price-row input { width: 110px; height: 36px; box-sizing: border-box; border: 1.5px solid #d0d7e8; border-radius: 8px; padding: 0 .6rem; font: inherit; font-size: .88rem; color: var(--bpl-ink); outline: none; }
.bpl-price-row input:focus { border-color: var(--bpl-blue); }
.bpl-price-row > span { color: #b0bac9; padding-bottom: .5rem; }

.bpl-clear-btn {
	font-size: .82rem;
	font-weight: 600;
	color: var(--bpl-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 0 .3rem;
	white-space: nowrap;
}
.bpl-clear-btn:hover { color: #c0392b; }

/* ── Intro ────────────────────────────────────────────────────── */
.bpl-intro {
	background: linear-gradient(180deg, #fff 0%, var(--bpl-surface) 100%);
	padding: 1.75rem 0 .25rem;
}
.bpl-intro__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 2rem;
}
.bpl-intro__text { min-width: 0; }
.bpl-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin-bottom: .45rem;
	font-size: .78rem;
	color: var(--bpl-faint);
}
.bpl-crumbs a { color: var(--bpl-muted); text-decoration: none; }
.bpl-crumbs a:hover { color: var(--bpl-blue); text-decoration: underline; }
.bpl-crumbs [aria-current] { color: var(--bpl-ink); font-weight: 600; }
.bpl-intro__title {
	margin: 0 0 .4rem;
	font-size: clamp(1.45rem, 1.1rem + 1.3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.01em;
	color: var(--bpl-ink);
	text-wrap: balance;
}
.bpl-intro__meta { margin: 0; font-size: .92rem; color: var(--bpl-muted); line-height: 1.5; }
.bpl-intro__meta strong { color: var(--bpl-ink); }

.bpl-map-toggle-btn {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	height: 40px;
	padding: 0 1rem 0 2.35rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003b95' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M9 4L3 6v14l6-2 6 2 6-2V4l-6 2-6-2z'/%3E%3Cpath d='M9 4v14M15 6v14'/%3E%3C/svg%3E") no-repeat left .95rem center / 16px;
	color: var(--bpl-navy);
	font: inherit;
	font-size: .85rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: border-color .14s, background-color .14s, box-shadow .14s;
}
.bpl-map-toggle-btn:hover { border-color: var(--bpl-navy); box-shadow: 0 2px 8px rgba(0, 59, 149, .12); }
.bpl-map-toggle-btn.is-active,
.bpl-page.is-map-open .bpl-map-toggle-btn { border-color: var(--bpl-navy); background-color: #eaf1ff; }

/* Popular destinations */
.bpl-dest-chips {
	display: flex;
	align-items: center;
	gap: .4rem;
	margin-top: 1.1rem;
	padding-bottom: .35rem;
	overflow-x: auto;
	scrollbar-width: none;
}
.bpl-dest-chips::-webkit-scrollbar { display: none; }
.bpl-dest-chips__label { font-size: .78rem; font-weight: 700; color: var(--bpl-faint); margin-right: .15rem; flex-shrink: 0; }
.bpl-dest-chip {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	flex-shrink: 0;
	padding: .38rem .8rem;
	border: 1px solid var(--bpl-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-ink);
	font-size: .8rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .14s, color .14s, background .14s;
}
.bpl-dest-chip span { color: var(--bpl-faint); font-weight: 500; font-size: .74rem; }
.bpl-dest-chip:hover { border-color: var(--bpl-navy); color: var(--bpl-navy); }
.bpl-dest-chip.is-active { background: var(--bpl-navy); border-color: var(--bpl-navy); color: #fff; }
.bpl-dest-chip.is-active span { color: rgba(255, 255, 255, .7); }

/* ── Map: split view on desktop, full screen on smaller screens ── */
.bpl-map-wrap { position: relative; background: #e8eef8; }
.bpl-map-wrap[hidden] { display: none; }
.bpl-map-canvas { width: 100%; height: 100%; }
.bpl-map-msg { display: grid; place-items: center; height: 100%; margin: 0; padding: 1.5rem; text-align: center; font-size: .9rem; font-weight: 600; color: var(--bpl-muted); }
.bpl-map-msg.is-loading::before {
	content: '';
	width: 26px;
	height: 26px;
	margin: 0 auto .6rem;
	border: 3px solid #c5d3f8;
	border-top-color: var(--bpl-navy);
	border-radius: 50%;
	animation: bpl-spin .8s linear infinite;
}
.bpl-map-msg.is-loading { align-content: center; }
.bpl-map-close {
	position: absolute;
	left: 50%;
	bottom: calc(1.2rem + env(safe-area-inset-bottom));
	z-index: 500;
	display: none;
	transform: translateX(-50%);
	padding: .8rem 1.4rem;
	border: 0;
	border-radius: 999px;
	background: var(--bpl-ink);
	color: #fff;
	font: inherit;
	font-size: .9rem;
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
	cursor: pointer;
}

@media (min-width: 1100px) {
	.bpl-page.is-map-open .bpl-split {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(420px, 44%);
		align-items: start;
	}
	.bpl-page.is-map-open .bpl-results-wrap { width: auto; margin: 0; padding-left: max(1rem, calc((100vw - 1200px) / 2)); padding-right: 1.5rem; }
	.bpl-page.is-map-open .bpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bpl-page.is-map-open .bpl-map-wrap {
		position: sticky;
		top: 126px; /* header + filter bar */
		height: calc(100vh - 126px);
		border-left: 1px solid var(--bpl-line);
	}
	body.admin-bar .bpl-page.is-map-open .bpl-map-wrap { top: 158px; height: calc(100vh - 158px); }
	.bpl-page.is-map-open .bpl-dest-chips { max-width: 100%; }
}

@media (max-width: 1099px) {
	.bpl-page.is-map-open .bpl-map-wrap {
		position: fixed;
		inset: 64px 0 0 0;
		z-index: 950;
	}
	body.admin-bar .bpl-page.is-map-open .bpl-map-wrap { top: 110px; }
	.bpl-map-close { display: inline-flex; }
	html:has(.bpl-page.is-map-open) { overflow: hidden; }
}

/* Pins */
.bpl-pin-wrap { background: none; border: 0; }
.bpl-pin {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, calc(-100% - 6px));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .15s ease, background .15s, color .15s;
}
.bpl-pin::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 10px;
	height: 10px;
	background: inherit;
	transform: translateX(-50%) rotate(45deg);
	border-radius: 0 0 2px 0;
	z-index: -1;
}
.bpl-pin--dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--bpl-navy);
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 3px 10px rgba(0, 20, 60, .35);
}
.bpl-pin--dot svg { width: 16px; height: 16px; }
.bpl-pin--price {
	padding: .32rem .6rem;
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-ink);
	font-size: .78rem;
	font-weight: 800;
	box-shadow: 0 3px 12px rgba(0, 20, 60, .3);
}
.bpl-pin--price.is-instant { background: var(--bpl-navy); color: #fff; }
.leaflet-marker-icon:hover .bpl-pin,
.leaflet-marker-icon.is-highlight .bpl-pin { transform: translate(-50%, calc(-100% - 6px)) scale(1.18); }
.leaflet-marker-icon.is-highlight .bpl-pin--dot,
.leaflet-marker-icon.is-highlight .bpl-pin--price { background: var(--bpl-accent); color: var(--bpl-ink); }
.leaflet-marker-icon:focus-visible { outline: none; }
.leaflet-marker-icon:focus-visible .bpl-pin { outline: 3px solid var(--bpl-blue); outline-offset: 2px; }

/* Clusters */
.bpl-cluster {
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 59, 149, .22);
	transition: transform .15s;
}
.bpl-cluster span {
	display: grid;
	place-items: center;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50%;
	background: var(--bpl-navy);
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
	box-shadow: 0 2px 8px rgba(0, 20, 60, .35);
}
.bpl-cluster:hover,
.bpl-cluster.is-highlight { transform: scale(1.1); }
.bpl-cluster.is-highlight span { background: var(--bpl-accent); color: var(--bpl-ink); }

/* Popup card */
.bpl-popup .leaflet-popup-content-wrapper { padding: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 40px rgba(0, 20, 60, .25); }
.bpl-popup .leaflet-popup-content { width: 260px !important; margin: 0; }
.bpl-popup .leaflet-popup-tip { box-shadow: none; }
.bpl-popup a.leaflet-popup-close-button {
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .95);
	color: var(--bpl-ink);
	font: 700 18px/28px sans-serif;
	text-align: center;
	z-index: 2;
}
.bpl-pop { display: block; color: inherit; text-decoration: none; }
.bpl-pop__media { display: block; aspect-ratio: 16 / 10; background: #dce8f9; overflow: hidden; }
.bpl-pop__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bpl-pop__body { display: flex; flex-direction: column; gap: .2rem; padding: .75rem .9rem .85rem; font-family: inherit; }
.bpl-pop__meta { font-size: .72rem; font-weight: 700; color: var(--bpl-blue); text-transform: uppercase; letter-spacing: .04em; }
.bpl-pop__title { font-size: .95rem; font-weight: 800; line-height: 1.3; color: var(--bpl-ink); }
.bpl-pop__price { font-size: .82rem; color: var(--bpl-muted); }
.bpl-pop__price strong { color: var(--bpl-ink); font-size: .9rem; }
.bpl-pop__instant { font-size: .74rem; font-weight: 700; color: var(--bpl-green); }
.bpl-pop__cta { margin-top: .35rem; font-size: .82rem; font-weight: 700; color: var(--bpl-blue); }
.bpl-pop:hover .bpl-pop__cta { text-decoration: underline; }

.bpl-map-note {
	padding: .4rem .7rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	font-size: .74rem;
	font-weight: 600;
	color: var(--bpl-muted);
}

/* Card highlighted from the map */
.bpl-card.is-map-hover { border-color: var(--bpl-accent); box-shadow: 0 0 0 2px var(--bpl-accent), 0 14px 34px rgba(10, 31, 68, .12); }

/* ── Results ──────────────────────────────────────────────────── */
.bpl-results-wrap { padding-top: 1.25rem; padding-bottom: 4rem; }
.bpl-page.is-loading .bpl-grid { opacity: .45; pointer-events: none; }
.bpl-grid { transition: opacity .2s; }

.bpl-active-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.1rem; }
.bpl-active-chips a {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .32rem .45rem .32rem .75rem;
	border-radius: 999px;
	background: #eaf1ff;
	border: 1px solid #c5d3f8;
	color: var(--bpl-navy);
	font-size: .78rem;
	font-weight: 600;
	text-decoration: none;
}
.bpl-active-chips a > span[aria-hidden] {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(0, 59, 149, .1);
	font-size: .9rem;
	line-height: 1;
}
.bpl-active-chips a:hover > span[aria-hidden] { background: var(--bpl-navy); color: #fff; }

/* ── Property card grid ───────────────────────────────────────── */
.bpl-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
}
@media (max-width: 1180px) {
	.bpl-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.bpl-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--bpl-line);
	border-radius: var(--bpl-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 2px rgba(10, 31, 68, .04);
	transition: transform .2s, box-shadow .2s, border-color .2s;
}
.bpl-card:hover { transform: translateY(-3px); border-color: #d3dcec; box-shadow: 0 14px 34px rgba(10, 31, 68, .12); }
.bpl-card:focus-within { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }

/* Photo */
.bpl-card__photo { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #dce8f9; }
.bpl-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.bpl-card:hover .bpl-card__photo img { transform: scale(1.04); }
.bpl-card__photo-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #dce8f9, #edf3fc); }
.bpl-card__badge {
	position: absolute;
	top: .7rem;
	left: .7rem;
	padding: .25rem .6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: var(--bpl-ink);
	font-size: .7rem;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

/* Body */
.bpl-card__body { padding: .85rem .9rem .55rem; flex: 1; }
.bpl-card__location {
	display: flex;
	align-items: center;
	gap: .28rem;
	margin: 0 0 .3rem;
	font-size: .76rem;
	font-weight: 600;
	color: var(--bpl-muted);
}
.bpl-card__location svg { width: 11px; height: 11px; color: var(--bpl-blue); flex-shrink: 0; }
.bpl-card__title {
	margin: 0 0 .6rem;
	font-size: .97rem;
	font-weight: 700;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bpl-card__title a { color: var(--bpl-ink); text-decoration: none; }
.bpl-card__title a:focus { outline: none; }
/* Whole card is clickable via the title link */
.bpl-card__title a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.bpl-card:hover .bpl-card__title a { color: var(--bpl-blue); }

/* Amenity icons: one row, each with a label on hover or keyboard focus. */
.bpl-card__amenities {
	position: relative;
	z-index: 2; /* above the card-wide title link so hover labels work */
	display: flex;
	flex-wrap: nowrap;
	gap: .35rem;
	width: max-content;
	max-width: 100%;
	margin: .15rem 0 0;
	padding: 0;
	list-style: none;
}
.bpl-card__amenities li {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--bpl-soft);
	color: var(--bpl-navy);
	cursor: default;
}
.bpl-card__amenities svg { width: 16px; height: 16px; }
.bpl-card__amenities .bpl-card__amenities-more { width: auto; min-width: 30px; padding: 0 .45rem; border-radius: 999px; font-size: .72rem; font-weight: 700; color: var(--bpl-muted); }
.bpl-card__amenities li::after {
	content: attr(data-label);
	position: absolute;
	bottom: calc(100% + 7px);
	left: 0;
	width: max-content;
	max-width: 190px;
	padding: .35rem .55rem;
	border-radius: 7px;
	background: var(--bpl-ink);
	color: #fff;
	font-size: .72rem;
	font-weight: 600;
	line-height: 1.35;
	white-space: normal;
	pointer-events: none;
	opacity: 0;
	transform: translateY(3px);
	transition: opacity .14s, transform .14s;
}
.bpl-card__amenities .bpl-card__amenities-more::after { left: auto; right: 0; }
.bpl-card__amenities li:hover::after { opacity: 1; transform: none; }
.bpl-card__amenities li:hover { background: #e3ebf8; }

/* Footer */
.bpl-card__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: .75rem;
	margin: 0 .9rem;
	padding: .75rem 0 .9rem;
	border-top: 1px solid var(--bpl-soft);
}
.bpl-card__price-wrap { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .3rem; row-gap: .15rem; min-width: 0; }
.bpl-card__from { font-size: .72rem; color: var(--bpl-faint); }
.bpl-card__price { font-size: 1.05rem; font-weight: 800; color: var(--bpl-ink); }
.bpl-card__price--request { font-size: .88rem; font-weight: 700; color: var(--bpl-text); }
.bpl-card__per { font-size: .72rem; color: var(--bpl-faint); }
.bpl-card__mode {
	display: flex;
	align-items: center;
	gap: .25rem;
	flex-basis: 100%;
	font-size: .74rem;
	font-weight: 600;
	color: var(--bpl-faint);
}
.bpl-card__mode svg { width: 12px; height: 12px; }
.bpl-card__mode--instant { color: var(--bpl-green); }

.bpl-card__cta {
	flex-shrink: 0;
	padding: .5rem .85rem;
	border-radius: 8px;
	background: var(--bpl-navy);
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
	white-space: nowrap;
	transition: background .15s;
}
.bpl-card:hover .bpl-card__cta { background: var(--bpl-blue); }
.bpl-card__cta--inquiry { background: #fff; color: var(--bpl-navy); box-shadow: inset 0 0 0 1.5px var(--bpl-navy); }
.bpl-card:hover .bpl-card__cta--inquiry { background: var(--bpl-navy); color: #fff; }

/* ── Results footer: progress + "Show more" ────────────────────── */
.bpl-results-foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .85rem;
	margin-top: 2.75rem;
	text-align: center;
}
.bpl-results-foot__count { margin: 0; font-size: .88rem; color: var(--bpl-muted); }
.bpl-results-foot__count strong { color: var(--bpl-ink); }
.bpl-progress {
	width: min(240px, 70%);
	height: 4px;
	border-radius: 999px;
	background: #dfe6f2;
	overflow: hidden;
}
.bpl-progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--bpl-navy);
	transition: width .4s ease;
}
.bpl-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	min-width: 240px;
	height: 48px;
	margin-top: .35rem;
	padding: 0 1.75rem;
	border: 1.5px solid var(--bpl-navy);
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-navy);
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
	transition: background .15s, color .15s, box-shadow .15s;
}
.bpl-more-btn:hover {
	background: var(--bpl-navy);
	color: #fff;
	box-shadow: 0 8px 22px rgba(0, 59, 149, .22);
}
.bpl-more-btn:focus-visible { outline: 2px solid var(--bpl-blue); outline-offset: 3px; }
.bpl-more-btn__spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: bpl-spin .7s linear infinite;
}
.bpl-more-btn.is-loading { pointer-events: none; opacity: .85; }
.bpl-more-btn.is-loading .bpl-more-btn__spinner { display: inline-block; }
@keyframes bpl-spin { to { transform: rotate(360deg); } }
.bpl-results-foot__end { margin: .2rem 0 0; font-size: .85rem; font-weight: 600; color: var(--bpl-faint); }
.bpl-results-foot__restart { font-size: .84rem; font-weight: 600; color: var(--bpl-blue); }

/* Newly appended cards fade up into place */
.bpl-card.is-new { animation: bpl-card-in .45s ease both; }
@keyframes bpl-card-in {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: none; }
}

/* ── Empty state ──────────────────────────────────────────────── */
.bpl-empty {
	text-align: center;
	padding: 4rem 1.5rem;
	background: #fff;
	border: 1px dashed #d0d7e8;
	border-radius: var(--bpl-radius);
	color: var(--bpl-muted);
}
.bpl-empty svg { width: 64px; height: 64px; margin-bottom: 1rem; color: #b8c6de; }
.bpl-empty h2 { font-size: 1.3rem; color: var(--bpl-ink); margin: 0 0 .45rem; }
.bpl-empty p { margin: 0 0 1.4rem; }
.bpl-empty a { display: inline-block; padding: .65rem 1.4rem; background: var(--bpl-navy); color: #fff; border-radius: 10px; font-weight: 700; text-decoration: none; }
.bpl-empty a:hover { background: var(--bpl-navy-dark); }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
	.bpl-filterbar__form { flex-wrap: wrap; }
	.bpl-search { flex: 1 1 100%; max-width: none; }
}

@media (max-width: 1024px) {
	.bpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.bpl-filterbar__inner { padding-top: .55rem; padding-bottom: .55rem; }
	.bpl-filterbar__form { gap: .5rem; }
	.bpl-filterbar__filters {
		flex: 1 1 0;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}
	.bpl-filterbar__filters::-webkit-scrollbar { display: none; }
	.bpl-filter-group,
	.bpl-toggle-chip { flex-shrink: 0; }
	.bpl-search input,
	.bpl-filter-btn,
	.bpl-toggle-chip,
	.bpl-sort select { height: 42px; }
	.bpl-sort > span { display: none; }

	/* Row 1: search + sort. Row 2: scrollable filter chips. */
	.bpl-search { flex: 1 1 0; min-width: 0; }
	.bpl-sort { order: 1; margin-left: 0; }
	.bpl-filterbar__filters { order: 2; flex-basis: 100%; }
	.bpl-sort select { padding-left: .75rem; padding-right: 1.8rem; }

	/* Filter panels become bottom sheets with a dimmed page behind */
	.bpl-filter-panel,
	.bpl-filter-panel--wide {
		position: fixed;
		inset: auto 0 0;
		top: auto;
		min-width: 0;
		max-height: 75vh;
		overflow-y: auto;
		border-radius: 20px 20px 0 0;
		padding: 1.6rem 1.1rem calc(1rem + env(safe-area-inset-bottom));
		z-index: 1100;
		box-shadow: 0 0 0 100vmax rgba(10, 20, 40, .45);
	}
	.bpl-filter-panel::before {
		content: '';
		position: absolute;
		top: .6rem;
		left: 50%;
		transform: translateX(-50%);
		width: 38px;
		height: 4px;
		border-radius: 2px;
		background: #d0d7e8;
	}
	.bpl-check-list--scroll { max-height: 45vh; }
	.bpl-check-list--2col { grid-template-columns: 1fr; }
	.bpl-check-item { padding: .65rem .5rem; }
	.bpl-filter-panel__foot {
		position: sticky;
		bottom: calc(-1rem - env(safe-area-inset-bottom));
		margin: .75rem -1.1rem calc(-1rem - env(safe-area-inset-bottom));
		padding: .75rem 1.1rem calc(.75rem + env(safe-area-inset-bottom));
		background: #fff;
		box-shadow: 0 -6px 16px rgba(10, 31, 68, .06);
	}
	.bpl-apply-btn { width: 100%; height: 46px; font-size: .92rem; }
	.bpl-price-row input { width: 100%; }
	.bpl-price-row label { flex: 1; }

	.bpl-intro { padding-top: 1.2rem; }
	.bpl-intro__inner { flex-wrap: wrap; align-items: flex-start; }
	.bpl-intro__meta { font-size: .86rem; }
	.bpl-map-toggle-btn { height: 38px; font-size: .8rem; }
	.bpl-dest-chips {
		margin-top: .9rem;
		-webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
		mask-image: linear-gradient(90deg, #000 88%, transparent);
	}

	/* Compact horizontal cards */
	.bpl-grid { grid-template-columns: 1fr; gap: .75rem; }
	.bpl-card {
		display: grid;
		grid-template-columns: 124px minmax(0, 1fr);
		grid-template-rows: 1fr auto;
	}
	.bpl-card:hover { transform: none; }
	.bpl-card__photo { grid-row: 1 / span 2; aspect-ratio: auto; min-height: 150px; }
	.bpl-card__badge { top: .45rem; left: .45rem; font-size: .64rem; padding: .18rem .45rem; }
	.bpl-card__body { padding: .75rem .8rem .35rem; }
	.bpl-card__location { font-size: .72rem; margin-bottom: .2rem; }
	.bpl-card__title { font-size: .92rem; margin-bottom: .45rem; }
	.bpl-card__amenities { gap: .25rem; }
	.bpl-card__amenities li { width: 26px; height: 26px; }
	.bpl-card__amenities svg { width: 14px; height: 14px; }
	.bpl-card__foot { margin: 0 .8rem; padding: .55rem 0 .7rem; }
	.bpl-card__price { font-size: .95rem; }
	.bpl-card__price--request { font-size: .8rem; }
	.bpl-card__cta { display: none; }

	.bpl-results-foot { margin-top: 2rem; }
	.bpl-more-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.bpl-card,
	.bpl-card__photo img,
	.bpl-grid { transition: none; }
	.bpl-card.is-new { animation: none; }
	.bpl-card:hover { transform: none; }
	.bpl-card:hover .bpl-card__photo img { transform: none; }
	.bpl-page.is-loading .bpl-filterbar::after { animation: none; width: 85%; }
}

/* ── Attractions hero search — full-width on narrow screens ───── */
@media (max-width: 540px) {
	.kla-mag-search {
		flex-direction: column;
		overflow: visible;
		border-radius: 10px;
		box-shadow: 0 6px 28px rgba(0,0,0,.22);
	}
	.kla-mag-search__field {
		border-radius: 10px 10px 0 0;
		background: #fff;
	}
	.kla-mag-search button {
		width: 100%;
		min-height: 44px;
		border-radius: 0 0 10px 10px;
	}

	/* Destination chips — tighter on small screens */
	.kla-mag-chip { font-size: .78rem; padding: .3rem .7rem; }
}


/* ── Auth & inquiry modals — bottom sheet on small screens ─────── */
@media (max-width: 560px) {
	.bkx-auth-modal { align-items: flex-end; padding: 0; }
	.bkx-auth-modal__dialog {
		border-radius: 20px 20px 0 0;
		width: 100%;
		max-height: 92dvh;
		overflow-y: auto;
		padding: 1.4rem 1.1rem calc(1.2rem + env(safe-area-inset-bottom));
	}
	.bkx-auth-modal__close { top: .8rem; right: .8rem; }

	.kla-inquiry-modal { align-items: flex-end; padding: 0; }
	.kla-inquiry-modal__dialog {
		border-radius: 20px 20px 0 0;
		max-width: 100%;
		width: 100%;
		max-height: 92dvh;
		padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
	}
}

/* ═══════════════════════════════════════════════════════════════
   UNIQUE PROPERTIES SLIDER  (kl-unique-slider-*)
   ═══════════════════════════════════════════════════════════════ */

.kl-unique-slider {
	position: relative;
	overflow: hidden;
}

/* Slide track */
.kl-unique-slider__track {
	display: flex;
	gap: 1.25rem;
	transition: transform .42s cubic-bezier(.4,0,.2,1);
	will-change: transform;
}

/* Individual slide — fixed width so JS can calculate offset */
.kl-unique-slider__slide {
	flex: 0 0 calc((100% - 2 * 1.25rem) / 3);
	min-width: 0;
}
@media (max-width: 1024px) {
	.kl-unique-slider__slide { flex: 0 0 calc((100% - 1.25rem) / 2); }
}
@media (max-width: 640px) {
	.kl-unique-slider__slide { flex: 0 0 100%; }
}

/* Card redesign */
.kl-unique-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,20,70,.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform .2s, box-shadow .2s;
}
.kl-unique-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(0,20,70,.15);
}
.kl-unique-card__media {
	display: block;
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #dce8f9;
	text-decoration: none;
}
.kl-unique-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.kl-unique-card:hover .kl-unique-card__media img { transform: scale(1.06); }
.kl-unique-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f9, #edf3fc);
}
.kl-unique-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.35) 0%, transparent 55%);
	transition: opacity .25s;
}
.kl-unique-card:hover .kl-unique-card__overlay { opacity: .7; }

/* Wishlist heart */
.kl-unique-card__wishlist {
	position: absolute;
	top: .7rem;
	right: .7rem;
	z-index: 2;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255,255,255,.9);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .14s, transform .14s;
	color: #5b6c90;
	backdrop-filter: blur(4px);
}
.kl-unique-card__wishlist svg { width: 16px; height: 16px; }
.kl-unique-card__wishlist:hover { background: #fff; color: #e04343; transform: scale(1.12); }
.kl-unique-card__wishlist.is-saved { color: #e04343; }
.kl-unique-card__wishlist.is-saved svg { fill: currentColor; }

/* Card content */
.kl-unique-card__content {
	padding: 1rem 1.15rem 1.1rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.kl-unique-card__type {
	margin: 0 0 .25rem;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #0071c2;
}
.kl-unique-card__content h3 {
	margin: 0 0 .4rem;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.28;
}
.kl-unique-card__content h3 a { color: #0a1f44; text-decoration: none; }
.kl-unique-card__content h3 a:hover { color: #0071c2; }
.kl-unique-card__summary {
	margin: 0 0 .8rem;
	font-size: .84rem;
	line-height: 1.55;
	color: #5b6c90;
	flex: 1;
}
.kl-unique-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	padding-top: .75rem;
	border-top: 1px solid #f0f4fb;
}
.kl-unique-card__price {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: .28rem;
	flex-wrap: nowrap;
}
.kl-unique-card__price span {
	font-size: .75rem;
	color: #8492a6;
	font-weight: 500;
}
.kl-unique-card__price strong {
	font-size: .97rem;
	font-weight: 800;
	color: #0a1f44;
}
.kl-unique-card__cta {
	padding: .38rem .85rem;
	border-radius: 8px;
	background: #003b95;
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background .15s;
}
.kl-unique-card__cta:hover { background: #002d74; }

/* ── Arrows ──────────────────────────────────────────────────── */
.kl-unique-slider__arrow {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	z-index: 10;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid #d0d7e8;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,20,70,.14);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #344563;
	transition: background .15s, border-color .15s, color .15s, opacity .2s, transform .15s;
}
.kl-unique-slider__arrow svg { width: 20px; height: 20px; }
.kl-unique-slider__arrow--prev { left: -1.2rem; }
.kl-unique-slider__arrow--next { right: -1.2rem; }
.kl-unique-slider__arrow:hover { background: #003b95; border-color: #003b95; color: #fff; }
.kl-unique-slider__arrow.is-hidden { opacity: 0; pointer-events: none; }

/* ── Dots ────────────────────────────────────────────────────── */
.kl-unique-slider__dots {
	display: flex;
	justify-content: center;
	gap: .4rem;
	margin-top: 1.4rem;
}
.kl-unique-slider__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: #d0d7e8;
	cursor: pointer;
	padding: 0;
	transition: background .2s, transform .2s, width .2s;
}
.kl-unique-slider__dot.is-active {
	background: #003b95;
	width: 24px;
	border-radius: 4px;
}

@media (max-width: 640px) {
	.kl-unique-slider__arrow--prev { left: -.5rem; }
	.kl-unique-slider__arrow--next { right: -.5rem; }
}


/* ═══════════════════════════════════════════════════════════════
   SINGLE PROPERTY PAGE (bsp-*)
   ═══════════════════════════════════════════════════════════════ */

.bsp { padding-bottom: 0; }
.bsp-article { padding-top: 1.25rem; }

.bsp-alert { margin-bottom: 1rem; padding: .85rem 1.1rem; border-radius: 12px; font-size: .9rem; font-weight: 600; }
.bsp-alert--success { background: #e7f6ee; color: #065f46; border: 1px solid #a7e3c4; }
.bsp-alert--info { background: #eaf1ff; color: var(--bpl-navy); border: 1px solid #c5d3f8; }
.bsp-alert--error { background: #fdecec; color: #9b1c1c; border: 1px solid #f5b5b5; }

/* ── Header ───────────────────────────────────────────────────── */
.bsp-crumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; font-size: .78rem; color: var(--bpl-faint); }
.bsp-crumbs a { color: var(--bpl-muted); text-decoration: none; }
.bsp-crumbs a:hover { color: var(--bpl-blue); text-decoration: underline; }

.bsp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: 1.1rem; }
.bsp-head__main { min-width: 0; }
.bsp-head__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .55rem; }
.bsp-tag {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	padding: .25rem .65rem;
	border-radius: 999px;
	background: #eaf1ff;
	color: var(--bpl-navy);
	font-size: .74rem;
	font-weight: 700;
	text-decoration: none;
}
.bsp-tag svg { width: 12px; height: 12px; }
.bsp-tag--instant { background: #e7f6ee; color: var(--bpl-green); }
.bsp-head__title {
	margin: 0 0 .45rem;
	font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.01em;
	color: var(--bpl-ink);
	text-wrap: balance;
}
.bsp-head__location { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; margin: 0; font-size: .9rem; color: var(--bpl-muted); }
.bsp-head__location svg { width: 13px; height: 13px; color: var(--bpl-blue); flex-shrink: 0; }
.bsp-head__location a { margin-left: .25rem; color: var(--bpl-blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bsp-icon-btn {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	height: 40px;
	padding: 0 1rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .85rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .14s;
}
.bsp-icon-btn svg { width: 16px; height: 16px; }
.bsp-icon-btn:hover { border-color: var(--bpl-navy); }

/* ── Gallery ──────────────────────────────────────────────────── */
.bsp-gallery { position: relative; border-radius: 18px; overflow: hidden; }
.bsp-gallery__track {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 8px;
	height: clamp(320px, 38vw, 480px);
}
.bsp-gallery__item {
	position: relative;
	display: block;
	padding: 0;
	border: 0;
	background: #dce8f9;
	overflow: hidden;
	cursor: zoom-in;
}
.bsp-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, filter .2s; }
.bsp-gallery__item:hover img { transform: scale(1.03); filter: brightness(.94); }
.bsp-gallery__item:focus-visible { outline: 3px solid var(--bpl-blue); outline-offset: -3px; }
.bsp-gallery__item:first-child { grid-row: 1 / span 2; }
.bsp-gallery__item--extra { display: none; }
/* Fewer than five photos: let the ones we have fill the space */
.bsp-gallery--1 .bsp-gallery__track { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.bsp-gallery--2 .bsp-gallery__track { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr; }
.bsp-gallery--2 .bsp-gallery__item:first-child { grid-row: auto; }
.bsp-gallery--3 .bsp-gallery__track { grid-template-columns: 2fr 1fr; }
.bsp-gallery--4 .bsp-gallery__track { grid-template-columns: 2fr 1fr 1fr; }
.bsp-gallery--4 .bsp-gallery__item:nth-child(4) { grid-column: 2 / span 2; }
.bsp-gallery__counter { display: none; }
.bsp-gallery__all {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .55rem .95rem;
	border: 1px solid rgba(10, 31, 68, .15);
	border-radius: 10px;
	background: #fff;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}
.bsp-gallery__all svg { width: 15px; height: 15px; }
.bsp-gallery__all:hover { background: var(--bpl-soft); }

/* ── Section nav ──────────────────────────────────────────────── */
.bsp-tabs {
	position: sticky;
	top: 64px;
	z-index: 150;
	margin-top: 1.5rem;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(8px);
	border-top: 1px solid var(--bpl-line);
	border-bottom: 1px solid var(--bpl-line);
}
body.admin-bar .bsp-tabs { top: 96px; }
@media (max-width: 782px) { body.admin-bar .bsp-tabs { top: 110px; } }
.bsp-tabs__inner { display: flex; gap: 1.6rem; overflow-x: auto; scrollbar-width: none; }
.bsp-tabs__inner::-webkit-scrollbar { display: none; }
.bsp-tabs a {
	flex-shrink: 0;
	padding: .95rem 0 .85rem;
	border-bottom: 3px solid transparent;
	color: var(--bpl-muted);
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color .14s, border-color .14s;
}
.bsp-tabs a:hover { color: var(--bpl-ink); }
.bsp-tabs a.is-active { color: var(--bpl-navy); border-bottom-color: var(--bpl-navy); }
.bsp :target { scroll-margin-top: 140px; }
.bsp-section,
.bsp-book { scroll-margin-top: 140px; }

/* ── Layout ───────────────────────────────────────────────────── */
.bsp-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 3rem;
	align-items: start;
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}

.bsp-facts {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 2rem;
	margin: 0 0 .5rem;
	padding: 0 0 1.75rem;
	list-style: none;
	border-bottom: 1px solid var(--bpl-line);
}
.bsp-facts li { display: flex; align-items: center; gap: .7rem; }
.bsp-facts svg { width: 26px; height: 26px; color: var(--bpl-navy); flex-shrink: 0; }
.bsp-facts span { display: flex; flex-direction: column; font-size: .8rem; color: var(--bpl-muted); line-height: 1.35; }
.bsp-facts strong { font-size: .92rem; color: var(--bpl-ink); }

.bsp-section { padding: 2rem 0; border-bottom: 1px solid var(--bpl-line); }
.bsp-section:last-child { border-bottom: 0; }
.bsp-section h2 { margin: 0 0 1.1rem; font-size: 1.3rem; font-weight: 800; color: var(--bpl-ink); }

.bsp-prose { color: var(--bpl-text); font-size: .98rem; line-height: 1.75; position: relative; }
.bsp-prose p { margin: 0 0 1em; }
.bsp-prose p:last-child { margin-bottom: 0; }
.bsp-prose.is-clamped { max-height: 260px; overflow: hidden; }
.bsp-prose.is-clamped::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	background: linear-gradient(rgba(245, 247, 251, 0), var(--bpl-surface));
}
.bsp-more {
	margin-top: .85rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.bsp-amenities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bsp-amenities li { display: flex; align-items: center; gap: .85rem; font-size: .95rem; color: var(--bpl-ink); }
.bsp-amenities svg { width: 24px; height: 24px; color: var(--bpl-text); flex-shrink: 0; }

.bsp-address { margin: 0 0 1rem; font-size: .95rem; font-weight: 600; color: var(--bpl-ink); }
.bsp-map { height: 360px; border-radius: 16px; overflow: hidden; border: 1px solid var(--bpl-line); background: #e8eef8; z-index: 0; }
.bsp-note { margin: 0 0 1rem; padding: 1rem 1.1rem; border-radius: 12px; background: var(--bpl-soft); font-size: .9rem; color: var(--bpl-muted); }
.bsp-link { display: inline-flex; align-items: center; gap: .3rem; margin-top: .9rem; color: var(--bpl-blue); font-size: .9rem; font-weight: 700; text-decoration: none; }
.bsp-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.bsp-policies { display: grid; gap: 0; margin: 0; }
.bsp-policies > div { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 1rem; padding: .95rem 0; border-top: 1px solid var(--bpl-line); }
.bsp-policies > div:first-child { border-top: 0; padding-top: 0; }
.bsp-policies dt { font-size: .9rem; font-weight: 700; color: var(--bpl-ink); }
.bsp-policies dd { margin: 0; font-size: .92rem; line-height: 1.6; color: var(--bpl-text); }

/* ── Booking card ─────────────────────────────────────────────── */
.bsp-side { position: sticky; top: 140px; }
body.admin-bar .bsp-side { top: 172px; }
.bsp-book {
	background: #fff;
	border: 1px solid var(--bpl-line);
	border-radius: 18px;
	padding: 1.4rem;
	box-shadow: 0 12px 40px rgba(10, 31, 68, .1);
}
.bsp-book__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .4rem; margin-bottom: 1.1rem; }
.bsp-book__price strong { font-size: 1.4rem; font-weight: 800; color: var(--bpl-ink); }
.bsp-book__from { font-size: .8rem; color: var(--bpl-faint); }
.bsp-book__per { font-size: .85rem; color: var(--bpl-muted); }
.bsp-book__price strong + .bsp-book__per:only-of-type { flex-basis: 100%; }

.bsp-book__form { display: flex; flex-direction: column; gap: .9rem; margin: 0; }
.bsp-book__form label { display: flex; flex-direction: column; gap: .3rem; margin: 0; }
.bsp-book__form label > span { font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--bpl-text); }
.bsp-book__form label em { font-style: normal; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--bpl-faint); }
.bsp-book__form input,
.bsp-book__form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: .6rem .75rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 10px;
	background: #fff;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .92rem;
	outline: none;
	transition: border-color .14s, box-shadow .14s;
}
.bsp-book__form textarea { resize: vertical; min-height: 84px; }
.bsp-book__form input:focus,
.bsp-book__form textarea:focus { border-color: var(--bpl-blue); box-shadow: 0 0 0 3px rgba(0, 108, 228, .14); }
.bsp-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.bsp-dates {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1.5px solid #c3cde0;
	border-radius: 12px;
	overflow: hidden;
}
.bsp-dates label { padding: .55rem .75rem .5rem; gap: .1rem !important; }
.bsp-dates label + label { border-left: 1.5px solid #c3cde0; }
.bsp-dates .bsp-dates__guests { grid-column: 1 / -1; border-left: 0; border-top: 1.5px solid #c3cde0; }
.bsp-dates input { min-height: 0; padding: 0; border: 0; border-radius: 0; font-size: .92rem; box-shadow: none !important; background: transparent; }
.bsp-dates label:focus-within { background: #f3f7ff; }

.bsp-quote:empty { display: none; }
.bsp-quote { padding: .85rem 0 .1rem; border-top: 1px solid var(--bpl-line); transition: opacity .15s; }
.bsp-quote.is-loading { opacity: .5; }
.bsp-quote p { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .45rem; font-size: .9rem; color: var(--bpl-text); }
.bsp-quote__total { padding-top: .55rem; border-top: 1px solid var(--bpl-line); font-weight: 800; color: var(--bpl-ink) !important; font-size: 1rem !important; }
.bsp-quote__left { color: #b45309 !important; font-weight: 700; font-size: .82rem !important; }
.bsp-quote__error { color: #9b1c1c !important; font-weight: 600; }

.bsp-book__guest { display: flex; flex-direction: column; gap: .8rem; margin: 0; padding: 0; border: 0; min-width: 0; }
.bsp-book__guest legend { margin-bottom: .6rem; padding: 0; font-size: .95rem; font-weight: 800; color: var(--bpl-ink); }
.bsp-promo summary { font-size: .85rem; font-weight: 700; color: var(--bpl-blue); cursor: pointer; }
.bsp-promo input { margin-top: .5rem; }

.bsp-book__submit {
	width: 100%;
	min-height: 52px;
	margin-top: .2rem;
	border: 0;
	border-radius: 12px;
	background: var(--bpl-navy);
	color: #fff;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	transition: background .15s, box-shadow .15s;
}
.bsp-book__submit:hover { background: var(--bpl-blue); box-shadow: 0 8px 22px rgba(0, 59, 149, .25); }
.bsp-book__submit:focus-visible { outline: 3px solid var(--bpl-accent); outline-offset: 2px; }
.bsp-book__trust { display: flex; flex-direction: column; gap: .4rem; margin: .2rem 0 0; padding: 0; list-style: none; }
.bsp-book__trust li { display: flex; align-items: center; gap: .45rem; font-size: .8rem; color: var(--bpl-muted); }
.bsp-book__trust svg { width: 15px; height: 15px; color: var(--bpl-green); flex-shrink: 0; }

/* ── Similar stays ────────────────────────────────────────────── */
.bsp-similar { padding: 3rem 0 4rem; background: #fff; border-top: 1px solid var(--bpl-line); }
.bsp-similar__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.bsp-similar__head h2 { margin: 0; font-size: 1.35rem; font-weight: 800; color: var(--bpl-ink); }
.bsp-similar__head .bsp-link { margin-top: 0; }
.bsp-similar .bpl-card { background: #fff; }

/* ── Mobile booking bar ───────────────────────────────────────── */
.bsp-bookbar { display: none; }

/* ── Photo viewer ─────────────────────────────────────────────── */
html.bsp-no-scroll { overflow: hidden; }
.bsp-viewer {
	width: 100vw;
	max-width: none;
	height: 100vh;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0b0f19;
	color: #fff;
}
.bsp-viewer::backdrop { background: rgba(0, 0, 0, .9); }
.bsp-viewer[open] { display: flex; flex-direction: column; }
.bsp-viewer__bar { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.2rem; font-size: .9rem; font-weight: 700; }
.bsp-viewer__close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.bsp-viewer__close:hover { background: rgba(255, 255, 255, .22); }
.bsp-viewer__stage { flex: 1; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0 4.5rem 1.5rem; min-height: 0; }
.bsp-viewer__stage img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px; user-select: none; }
.bsp-viewer__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: var(--bpl-ink, #0a1f44);
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}
.bsp-viewer__nav--prev { left: 1rem; }
.bsp-viewer__nav--next { right: 1rem; }
.bsp-viewer__nav:hover { background: #fff; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.bsp-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 2rem; }
}

@media (max-width: 860px) {
	.bsp-layout { grid-template-columns: 1fr; gap: 0; padding-bottom: 2rem; }
	.bsp-side { position: static; }
	.bsp-book { box-shadow: none; }
	.bsp-similar .bpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.bsp-article { padding-top: .9rem; }
	.bsp-head { align-items: flex-start; flex-direction: column; gap: .75rem; margin-bottom: .9rem; }
	.bsp-head__actions { position: absolute; right: 1rem; margin-top: -.2rem; }
	.bsp-head { position: relative; }
	.bsp-head__main { padding-right: 5.5rem; }
	.bsp-icon-btn { height: 36px; padding: 0 .8rem; font-size: .8rem; }

	/* Gallery becomes a full-bleed swipeable carousel */
	/* Full-bleed regardless of the page gutter */
	.bsp-gallery { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); border-radius: 0; }
	.bsp-gallery__track {
		display: flex;
		height: auto;
		gap: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.bsp-gallery__track::-webkit-scrollbar { display: none; }
	.bsp-gallery__item,
	.bsp-gallery__item--extra { display: block; flex: 0 0 100%; aspect-ratio: 4 / 3; scroll-snap-align: start; grid-row: auto !important; }
	.bsp-gallery__item:hover img { transform: none; filter: none; }
	.bsp-gallery__counter {
		display: block;
		position: absolute;
		right: .8rem;
		bottom: .8rem;
		padding: .25rem .6rem;
		border-radius: 999px;
		background: rgba(0, 0, 0, .6);
		color: #fff;
		font-size: .75rem;
		font-weight: 700;
	}
	.bsp-gallery__all { display: none; }

	.bsp-tabs { margin-top: 0; }
	.bsp-tabs__inner { gap: 1.2rem; }
	.bsp-tabs a { font-size: .84rem; padding: .85rem 0 .75rem; }

	.bsp-layout { padding-top: 1.4rem; }
	.bsp-facts { gap: .9rem; flex-direction: column; padding-bottom: 1.4rem; }
	.bsp-section { padding: 1.6rem 0; }
	.bsp-section h2 { font-size: 1.15rem; }
	.bsp-amenities { grid-template-columns: 1fr 1fr; gap: .85rem 1rem; }
	.bsp-amenities li { font-size: .88rem; gap: .6rem; }
	.bsp-amenities svg { width: 21px; height: 21px; }
	.bsp-map { height: 260px; }
	.bsp-policies > div { grid-template-columns: 1fr; gap: .25rem; }
	.bsp-book { padding: 1.15rem; border-radius: 16px; }

	.bsp-similar { padding: 2rem 0 2.5rem; }
	.bsp-similar .bpl-grid { grid-template-columns: 1fr; }
	.bsp-similar__head h2 { font-size: 1.1rem; }

	/* Sticky booking bar */
	.bsp-bookbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
		background: #fff;
		border-top: 1px solid var(--bpl-line);
		box-shadow: 0 -6px 20px rgba(10, 31, 68, .08);
	}
	.bsp-bookbar__price { display: flex; flex-direction: column; line-height: 1.25; }
	.bsp-bookbar__price strong { font-size: .95rem; color: var(--bpl-ink); }
	.bsp-bookbar__price span { font-size: .75rem; color: var(--bpl-muted); }
	.bsp-bookbar__btn {
		flex-shrink: 0;
		padding: .75rem 1.3rem;
		border-radius: 12px;
		background: var(--bpl-navy);
		color: #fff;
		font-size: .92rem;
		font-weight: 800;
		text-decoration: none;
	}
	.bsp { padding-bottom: 76px; }

	.bsp-viewer__stage { padding: 0 0 1rem; }
	.bsp-viewer__nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.bsp-gallery__item img { transition: none; }
	.bsp-gallery__item:hover img { transform: none; }
}


/* ═══════════════════════════════════════════════════════════════
   ATTRACTIONS ARCHIVE (bat-*)
   ═══════════════════════════════════════════════════════════════ */

.bat { background: var(--bpl-surface); }

/* ── Hero ─────────────────────────────────────────────────────── */
.bat-hero {
	position: relative;
	padding: 3rem 0 2.6rem;
	background:
		radial-gradient(900px 300px at 85% -10%, rgba(254, 187, 2, .18), transparent 60%),
		linear-gradient(135deg, #00296b 0%, #003b95 55%, #0a5bd3 100%);
	color: #fff;
	overflow: hidden;
}
.bat-hero::after {
	content: '';
	position: absolute;
	right: -60px;
	bottom: -80px;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: 60px solid rgba(255, 255, 255, .05);
	pointer-events: none;
}
.bat-hero__inner { position: relative; z-index: 1; }
.bat-hero__eyebrow { margin: 0 0 .5rem; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--bpl-accent); }
.bat-hero__title {
	margin: 0 0 .6rem;
	font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.9rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.015em;
	color: #fff;
	text-wrap: balance;
}
.bat-hero__sub { max-width: 560px; margin: 0 0 1.5rem; font-size: 1rem; line-height: 1.55; color: rgba(255, 255, 255, .82); }

.bat-search {
	display: flex;
	max-width: 560px;
	padding: 5px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 20, 60, .3);
}
.bat-search__field { position: relative; flex: 1; display: flex; align-items: center; }
.bat-search__field svg { position: absolute; left: .85rem; width: 18px; height: 18px; color: var(--bpl-faint); pointer-events: none; }
.bat-search input {
	width: 100%;
	height: 46px;
	padding: 0 .9rem 0 2.6rem;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--bpl-ink);
	font: inherit;
	font-size: .95rem;
	outline: none;
}
.bat-search input::placeholder { color: var(--bpl-faint); }
.bat-search__field:focus-within { box-shadow: inset 0 0 0 2px rgba(0, 108, 228, .35); border-radius: 10px; }
.bat-search button {
	flex-shrink: 0;
	padding: 0 1.5rem;
	border: 0;
	border-radius: 10px;
	background: var(--bpl-accent);
	color: #1a1a1a;
	font: inherit;
	font-size: .92rem;
	font-weight: 800;
	cursor: pointer;
	transition: filter .15s;
}
.bat-search button:hover { filter: brightness(.95); }

/* ── Destination chips ────────────────────────────────────────── */
.bat-chips { background: #fff; border-bottom: 1px solid var(--bpl-line); }
.bat-chips__track {
	display: flex;
	gap: .45rem;
	padding-top: .8rem;
	padding-bottom: .8rem;
	overflow-x: auto;
	scrollbar-width: none;
}
.bat-chips__track::-webkit-scrollbar { display: none; }
.bat-chip {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	flex-shrink: 0;
	padding: .45rem .9rem;
	border: 1px solid var(--bpl-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bpl-ink);
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .14s, color .14s, background .14s;
}
.bat-chip span { color: var(--bpl-faint); font-weight: 500; font-size: .74rem; }
.bat-chip:hover { border-color: var(--bpl-navy); color: var(--bpl-navy); }
.bat-chip.is-active { background: var(--bpl-navy); border-color: var(--bpl-navy); color: #fff; }
.bat-chip.is-active span { color: rgba(255, 255, 255, .7); }

/* ── Body ─────────────────────────────────────────────────────── */
.bat-body { padding-top: 1.5rem; padding-bottom: 3.5rem; }
.bat-count { margin: 0 0 1.1rem; font-size: .88rem; color: var(--bpl-muted); }
.bat-count strong { color: var(--bpl-ink); }
.bat-count a { color: var(--bpl-blue); font-weight: 600; }

/* Spotlight */
.bat-spotlight {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	margin-bottom: 1.6rem;
	background: #fff;
	border: 1px solid var(--bpl-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(10, 31, 68, .04);
	transition: box-shadow .2s, transform .2s;
}
.bat-spotlight:hover { box-shadow: 0 16px 40px rgba(10, 31, 68, .12); transform: translateY(-2px); }
.bat-spotlight:focus-within { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }
.bat-spotlight__media { min-height: 320px; background: #dce8f9; overflow: hidden; }
.bat-spotlight__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.bat-spotlight:hover .bat-spotlight__media img { transform: scale(1.03); }
.bat-spotlight__body { display: flex; flex-direction: column; justify-content: center; padding: 2rem 2.2rem; }
.bat-spotlight__eyebrow { margin: 0 0 .55rem; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--bpl-blue); }
.bat-spotlight__title { margin: 0 0 .75rem; font-size: clamp(1.35rem, 1rem + 1vw, 1.8rem); font-weight: 800; line-height: 1.2; }
.bat-spotlight__title a { color: var(--bpl-ink); text-decoration: none; }
.bat-spotlight__title a::after { content: ''; position: absolute; inset: 0; }
.bat-spotlight__text { margin: 0 0 1.3rem; font-size: .95rem; line-height: 1.65; color: var(--bpl-text); }
.bat-spotlight__cta {
	align-self: flex-start;
	padding: .65rem 1.2rem;
	border-radius: 10px;
	background: var(--bpl-navy);
	color: #fff;
	font-size: .88rem;
	font-weight: 700;
	transition: background .15s;
}
.bat-spotlight:hover .bat-spotlight__cta { background: var(--bpl-blue); }

/* Cards */
.bat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.bat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--bpl-line);
	border-radius: var(--bpl-radius);
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(10, 31, 68, .04);
	transition: transform .2s, box-shadow .2s, border-color .2s;
}
.bat-card:hover { transform: translateY(-3px); border-color: #d3dcec; box-shadow: 0 14px 34px rgba(10, 31, 68, .12); }
.bat-card:focus-within { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }
.bat-card__media { position: relative; aspect-ratio: 16 / 10; background: #dce8f9; overflow: hidden; }
.bat-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.bat-card:hover .bat-card__media img { transform: scale(1.04); }
.bat-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #dce8f9, #edf3fc); }
.bat-card__dest {
	position: absolute;
	top: .7rem;
	left: .7rem;
	padding: .25rem .6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: var(--bpl-ink);
	font-size: .7rem;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.bat-card__body { display: flex; flex-direction: column; flex: 1; padding: 1rem 1.1rem 1.1rem; }
.bat-card__title { margin: 0 0 .45rem; font-size: 1.02rem; font-weight: 700; line-height: 1.3; }
.bat-card__title a { color: var(--bpl-ink); text-decoration: none; }
.bat-card__title a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.bat-card:hover .bat-card__title a { color: var(--bpl-blue); }
.bat-card__text {
	margin: 0 0 .9rem;
	font-size: .86rem;
	line-height: 1.55;
	color: var(--bpl-muted);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bat-card__more { margin-top: auto; font-size: .84rem; font-weight: 700; color: var(--bpl-blue); }

/* Pagination */
.bat-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: .35rem; margin-top: 2.5rem; }
.bat-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 .75rem;
	box-sizing: border-box;
	border: 1.5px solid #d0d7e8;
	border-radius: 10px;
	background: #fff;
	color: var(--bpl-text);
	font-size: .88rem;
	font-weight: 600;
	text-decoration: none;
}
.bat-pagination a.page-numbers:hover { border-color: var(--bpl-navy); color: var(--bpl-navy); }
.bat-pagination .page-numbers.current { background: var(--bpl-navy); border-color: var(--bpl-navy); color: #fff; }

/* Empty */
.bat-empty { padding: 4rem 1.5rem; border: 1px dashed #d0d7e8; border-radius: var(--bpl-radius); background: #fff; text-align: center; color: var(--bpl-muted); }
.bat-empty svg { width: 64px; height: 64px; margin-bottom: 1rem; color: #b8c6de; }
.bat-empty h2 { margin: 0 0 .45rem; font-size: 1.3rem; color: var(--bpl-ink); }
.bat-empty p { margin: 0 0 1.4rem; }
.bat-empty a { display: inline-block; padding: .65rem 1.4rem; border-radius: 10px; background: var(--bpl-navy); color: #fff; font-weight: 700; text-decoration: none; }

/* ── Plan your stay ───────────────────────────────────────────── */
.bat-stay { padding: 2.8rem 0; background: #fff; border-top: 1px solid var(--bpl-line); }
.bat-stay__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 1.5rem 3rem; align-items: center; }
.bat-stay__text h2 { margin: 0 0 .45rem; font-size: 1.45rem; font-weight: 800; color: var(--bpl-ink); }
.bat-stay__text p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--bpl-muted); }
.bat-stay__links { display: flex; flex-wrap: wrap; gap: .5rem; }
.bat-stay__links a {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .55rem 1rem;
	border: 1px solid var(--bpl-line);
	border-radius: 999px;
	background: var(--bpl-surface);
	color: var(--bpl-ink);
	font-size: .86rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .14s, color .14s;
}
.bat-stay__links a span { color: var(--bpl-faint); font-size: .76rem; font-weight: 500; }
.bat-stay__links a:hover { border-color: var(--bpl-navy); color: var(--bpl-navy); }
.bat-stay__links .bat-stay__all { background: var(--bpl-navy); border-color: var(--bpl-navy); color: #fff; font-weight: 700; }
.bat-stay__links .bat-stay__all:hover { background: var(--bpl-blue); border-color: var(--bpl-blue); color: #fff; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.bat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.bat-spotlight { grid-template-columns: 1fr; }
	.bat-spotlight__media { min-height: 0; aspect-ratio: 16 / 9; }
	.bat-spotlight__body { padding: 1.4rem 1.3rem 1.5rem; }
	.bat-stay__inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.bat-hero { padding: 2rem 0 1.8rem; }
	.bat-hero__sub { font-size: .92rem; margin-bottom: 1.2rem; }
	.bat-search button { padding: 0 1.1rem; }
	.bat-body { padding-top: 1.1rem; }
	.bat-grid { grid-template-columns: 1fr; gap: 1rem; }
	.bat-card:hover { transform: none; }
	.bat-stay { padding: 2rem 0; }
	.bat-stay__text h2 { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
	.bat-card, .bat-card__media img, .bat-spotlight, .bat-spotlight__media img { transition: none; }
	.bat-card:hover, .bat-spotlight:hover { transform: none; }
}

/* ═══════════════════════════════════════════════════════════════
   SINGLE ATTRACTION (bas-*) — builds on the bsp-* property styles
   ═══════════════════════════════════════════════════════════════ */

.bas-hero {
	position: relative;
	margin: 0;
	height: clamp(260px, 42vw, 520px);
	border-radius: 18px;
	overflow: hidden;
	background: #0b1a36;
}
.bas-hero__open { position: relative; z-index: 1; display: flex; justify-content: center; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.bas-hero__open:focus-visible { outline: 3px solid var(--bpl-blue); outline-offset: -3px; }
.bas-hero img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
/* Small source images: show them at a sharp size over a blurred copy instead of stretching them */
.bas-hero--small::before {
	content: '';
	position: absolute;
	inset: -30px;
	background: var(--bas-bg) center / cover no-repeat;
	filter: blur(28px) brightness(.75) saturate(1.1);
}
.bas-hero--small img { width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; box-shadow: 0 10px 40px rgba(0, 0, 0, .35); }

.bas-prose { max-width: 70ch; color: var(--bpl-text); font-size: 1.02rem; line-height: 1.8; }
.bas-prose > *:first-child { margin-top: 0; }
.bas-prose p {
	margin: 0 0 1.1em;
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 7 3 3; /* avoid awkward short breaks */
}
.bas-prose h2, .bas-prose h3 { margin: 1.8em 0 .6em; color: var(--bpl-ink); line-height: 1.3; }
.bas-prose h2 { font-size: 1.35rem; }
.bas-prose h3 { font-size: 1.12rem; }
.bas-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.bas-prose figure { margin: 1.6em 0; }
.bas-prose ul, .bas-prose ol { padding-left: 1.3em; margin: 0 0 1.1em; }
.bas-prose li { margin-bottom: .35em; }
.bas-prose a { color: var(--bpl-blue); }
.bas-prose blockquote { margin: 1.5em 0; padding: .4em 0 .4em 1.2em; border-left: 3px solid var(--bpl-accent); color: var(--bpl-ink); font-style: italic; }

.bas-visit__title { margin: 0 0 1rem; font-size: 1.15rem; font-weight: 800; color: var(--bpl-ink); }
.bas-visit__list { display: flex; flex-direction: column; gap: 1rem; margin: 0 0 1.3rem; padding: 0; list-style: none; }
.bas-visit__list li { display: flex; gap: .75rem; align-items: flex-start; }
.bas-visit__list svg { width: 22px; height: 22px; color: var(--bpl-navy); flex-shrink: 0; margin-top: .1rem; }
.bas-visit__list span { display: flex; flex-direction: column; gap: .1rem; font-size: .9rem; color: var(--bpl-text); line-height: 1.45; }
.bas-visit__list strong { font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--bpl-muted); }
.bas-visit__list a { color: var(--bpl-blue); font-weight: 700; text-decoration: none; }
.bas-visit__list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.bas-visit__note { margin: .8rem 0 0; font-size: .8rem; line-height: 1.5; color: var(--bpl-muted); text-align: center; }

.bas-related { padding: 3rem 0 4rem; }
.bas .bsp-similar + .bas-related { padding-top: 2.5rem; }

@media (max-width: 680px) {
	.bas-hero { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); border-radius: 0; height: auto; aspect-ratio: 4 / 3; }
	.bas-prose { font-size: .98rem; line-height: 1.75; }
	.bas-related { padding: 2rem 0 2.5rem; }
	.bas .bsp-layout { padding-bottom: 1.5rem; }
}
/* On narrow screens the visit card comes before the (often long) article */
@media (max-width: 860px) {
	.bas .bsp-side { order: -1; margin-bottom: 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════
   POPUPS (etl-modal): sign in / register, inquiries
   ═══════════════════════════════════════════════════════════════ */

html.etl-modal-open { overflow: hidden; }

.etl-modal {
	--m-navy: #003b95;
	--m-blue: #006ce4;
	--m-ink: #0a1f44;
	--m-text: #344563;
	--m-muted: #5b6c90;
	--m-line: #d0d7e8;
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}
.etl-modal[hidden] { display: none; }
.etl-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 40, .55);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity .18s ease;
}
.etl-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 520px;
	max-height: calc(100dvh - 2.5rem);
	overflow-y: auto;
	padding: 2rem 2rem 1.75rem;
	border-radius: 20px;
	background: #fff;
	color: var(--m-text);
	box-shadow: 0 24px 70px rgba(0, 15, 45, .35);
	opacity: 0;
	transform: translateY(10px) scale(.98);
	transition: opacity .18s ease, transform .18s ease;
	outline: none;
}
.etl-modal__dialog--auth { max-width: 430px; }
.etl-modal.is-open .etl-modal__overlay { opacity: 1; }
.etl-modal.is-open .etl-modal__dialog { opacity: 1; transform: none; }

.etl-modal__close {
	position: absolute;
	top: .9rem;
	right: .9rem;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f5fb;
	color: var(--m-ink);
	cursor: pointer;
	transition: background .14s;
}
.etl-modal__close svg { width: 18px; height: 18px; }
.etl-modal__close:hover { background: #e2e9f5; }
.etl-modal__close:focus-visible { outline: 2px solid var(--m-blue); outline-offset: 2px; }

.etl-modal__eyebrow { margin: 0 0 .35rem; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--m-blue); }
.etl-modal__title { margin: 0 2.5rem .35rem 0; font-size: 1.45rem; font-weight: 800; line-height: 1.2; color: var(--m-ink); }
.etl-modal__sub { margin: 0 0 1.4rem; font-size: .9rem; line-height: 1.5; color: var(--m-muted); }

/* Sign in / register */
.etl-auth__brand { display: flex; justify-content: center; margin: -.25rem 0 1.25rem; }
.etl-auth__brand img { max-height: 40px; width: auto; }
.etl-auth__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin-bottom: 1.5rem;
	padding: 4px;
	border-radius: 12px;
	background: #f1f5fb;
}
.etl-modal .etl-auth__tab {
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--m-muted);
	font: inherit;
	font-size: .88rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .15s, color .15s, box-shadow .15s;
}
.etl-modal .etl-auth__tab.is-active { background: #fff; color: var(--m-ink); box-shadow: 0 1px 4px rgba(10, 31, 68, .12); }
.etl-auth__pane[hidden] { display: none; }
.etl-auth__pane .etl-modal__title { margin-right: 0; text-align: center; }
.etl-auth__pane .etl-modal__sub { text-align: center; }
.etl-auth__switch { margin: 1.2rem 0 0; text-align: center; font-size: .86rem; color: var(--m-muted); }

/* Forms */
.etl-form { display: flex; flex-direction: column; gap: 1rem; margin: 0; }
.etl-form__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.etl-field { display: flex; flex-direction: column; gap: .35rem; margin: 0; }
.etl-field > span:first-child { font-size: .8rem; font-weight: 700; color: var(--m-ink); }
.etl-field em { font-style: normal; font-weight: 500; color: var(--m-muted); }
.etl-field input,
.etl-field textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	padding: .65rem .85rem;
	border: 1.5px solid var(--m-line);
	border-radius: 10px;
	background: #fff;
	color: var(--m-ink);
	font: inherit;
	font-size: .95rem;
	outline: none;
	transition: border-color .14s, box-shadow .14s;
}
.etl-field textarea { resize: vertical; min-height: 104px; line-height: 1.5; }
.etl-field input:focus,
.etl-field textarea:focus { border-color: var(--m-blue); box-shadow: 0 0 0 3px rgba(0, 108, 228, .15); }
.etl-field input::placeholder,
.etl-field textarea::placeholder { color: #9aa7bf; }
.etl-field__pw { position: relative; display: block; }
.etl-field__pw input { padding-right: 4.5rem; }
.etl-modal .etl-field__reveal {
	position: absolute;
	top: 50%;
	right: .45rem;
	transform: translateY(-50%);
	height: 32px;
	padding: 0 .65rem;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--m-blue);
	font: inherit;
	font-size: .8rem;
	font-weight: 700;
	cursor: pointer;
}
.etl-modal .etl-field__reveal:hover { background: #eef3ff; }
.etl-form__row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; }
.etl-check { display: inline-flex; align-items: center; gap: .5rem; font-size: .86rem; color: var(--m-text); cursor: pointer; }
.etl-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--m-navy); }
.etl-form__note { display: flex; align-items: center; gap: .55rem; margin: 0; padding: .7rem .85rem; border-radius: 10px; background: #f1f5fb; font-size: .84rem; color: var(--m-text); }
.etl-form__note svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--m-navy); }
.etl-modal .etl-link,
.etl-link {
	padding: 0;
	border: 0;
	background: none;
	color: var(--m-blue);
	font: inherit;
	font-size: .86rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.etl-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.etl-modal .etl-btn {
	position: relative;
	width: 100%;
	min-height: 50px;
	margin-top: .25rem;
	border: 0;
	border-radius: 12px;
	background: var(--m-navy);
	color: #fff;
	font: inherit;
	font-size: .98rem;
	font-weight: 800;
	cursor: pointer;
	transition: background .15s, box-shadow .15s;
}
.etl-modal .etl-btn:hover { background: var(--m-blue); box-shadow: 0 8px 22px rgba(0, 59, 149, .25); }
.etl-modal .etl-btn:focus-visible { outline: 3px solid #febb02; outline-offset: 2px; }
.etl-modal .etl-btn.is-busy { color: transparent; pointer-events: none; }
.etl-modal .etl-btn.is-busy::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2.5px solid rgba(255, 255, 255, .5);
	border-top-color: #fff;
	border-radius: 50%;
	animation: bpl-spin .7s linear infinite;
}

/* Intro used by the List Your Property popup */
.etl-auth__intro { text-align: center; margin-bottom: 1.3rem; }
.etl-auth__intro .etl-modal__title { margin: 0 0 .35rem; }
.etl-auth__intro .etl-modal__sub { margin: 0 auto; max-width: 320px; }
.etl-auth__badge { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: .8rem; border-radius: 16px; background: #eaf1ff; color: var(--m-navy); }
.etl-auth__badge svg { width: 28px; height: 28px; }
.etl-form__error { padding: .7rem .85rem; border-radius: 10px; background: #fdecec; color: #9b1c1c; font-size: .86rem; font-weight: 600; }
.etl-form__error[hidden] { display: none; }

/* Phones: bottom sheet */
@media (max-width: 560px) {
	.etl-modal { align-items: flex-end; padding: 0; }
	.etl-modal__dialog,
	.etl-modal__dialog--auth {
		max-width: none;
		max-height: 92dvh;
		padding: 1.9rem 1.25rem calc(1.4rem + env(safe-area-inset-bottom));
		border-radius: 22px 22px 0 0;
		transform: translateY(40px);
	}
	.etl-modal__dialog::before {
		content: '';
		position: absolute;
		top: .55rem;
		left: 50%;
		width: 40px;
		height: 4px;
		margin-left: -20px;
		border-radius: 2px;
		background: #d0d7e8;
	}
	.etl-form__cols { grid-template-columns: 1fr; }
	.etl-modal__title { font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
	.etl-modal__overlay,
	.etl-modal__dialog { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════
   HOST DASHBOARD (hd-*)
   ═══════════════════════════════════════════════════════════════ */

.hd {
	--hd-navy: #003b95;
	--hd-blue: #006ce4;
	--hd-ink: #0a1f44;
	--hd-text: #344563;
	--hd-muted: #5b6c90;
	--hd-faint: #8492a6;
	--hd-line: #e2e8f2;
	--hd-soft: #f1f5fb;
	background: #f5f7fb;
	color: var(--hd-text);
	min-height: 70vh;
	padding: 2rem 0 4rem;
}
.hd .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.hd-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 2rem; align-items: start; }
.hd-main { min-width: 0; }

/* Buttons */
.hd .hd-btn,
.hd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	min-height: 42px;
	padding: 0 1.1rem;
	border: 1.5px solid var(--hd-navy);
	border-radius: 10px;
	background: var(--hd-navy);
	color: #fff;
	font: inherit;
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background .15s, border-color .15s, color .15s;
}
.hd .hd-btn:hover { background: var(--hd-blue); border-color: var(--hd-blue); color: #fff; }
.hd .hd-btn svg { width: 16px; height: 16px; }
.hd .hd-btn--ghost { background: #fff; color: var(--hd-navy); }
.hd .hd-btn--ghost:hover { background: #eaf1ff; color: var(--hd-navy); border-color: var(--hd-navy); }
.hd .hd-btn--sm { min-height: 34px; padding: 0 .8rem; font-size: .8rem; border-radius: 8px; }
.hd .hd-btn:disabled { opacity: .6; cursor: wait; }

/* Sidebar */
.hd-side { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 1rem; }
.hd-user { display: flex; align-items: center; gap: .75rem; padding: .25rem .25rem .5rem; }
.hd-user__avatar { width: 44px; height: 44px; border-radius: 50%; }
.hd-user strong { display: block; font-size: .95rem; color: var(--hd-ink); }
.hd-user span { font-size: .78rem; color: var(--hd-muted); }
.hd-nav { display: flex; flex-direction: column; gap: .2rem; padding: .45rem; border: 1px solid var(--hd-line); border-radius: 14px; background: #fff; }
.hd-nav__link {
	display: flex;
	align-items: center;
	gap: .7rem;
	padding: .65rem .75rem;
	border-radius: 10px;
	color: var(--hd-text);
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
	transition: background .12s, color .12s;
}
.hd-nav__link svg { width: 19px; height: 19px; flex-shrink: 0; color: var(--hd-faint); }
.hd-nav__link span { flex: 1; }
.hd-nav__link em { padding: .05rem .5rem; border-radius: 999px; background: var(--hd-soft); color: var(--hd-muted); font-size: .72rem; font-style: normal; font-weight: 700; }
.hd-nav__link:hover { background: var(--hd-soft); color: var(--hd-ink); }
.hd-nav__link.is-active { background: #eaf1ff; color: var(--hd-navy); }
.hd-nav__link.is-active svg { color: var(--hd-navy); }
.hd-nav__link.is-active em { background: var(--hd-navy); color: #fff; }
.hd-side__add { width: 100%; }

/* Page head */
.hd-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.hd-head h1 { margin: 0; font-size: 1.7rem; font-weight: 800; line-height: 1.2; color: var(--hd-ink); }
.hd-head__eyebrow { margin: 0 0 .25rem; font-size: .8rem; font-weight: 600; color: var(--hd-muted); }
.hd-head__sub { margin: .35rem 0 0; font-size: .9rem; color: var(--hd-muted); }

/* Stats */
.hd-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.hd-stats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hd-stat {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--hd-line);
	border-radius: 14px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color .15s, box-shadow .15s;
}
a.hd-stat:hover { border-color: #c5d3f8; box-shadow: 0 6px 18px rgba(10, 31, 68, .06); }
.hd-stat__label { font-size: .78rem; font-weight: 700; color: var(--hd-muted); }
.hd-stat strong { font-size: 1.65rem; font-weight: 800; line-height: 1.15; color: var(--hd-ink); font-variant-numeric: tabular-nums; }
.hd-stat__foot { font-size: .76rem; color: var(--hd-faint); }
.hd-stat--accent { background: var(--hd-navy); border-color: var(--hd-navy); }
.hd-stat--accent .hd-stat__label,
.hd-stat--accent .hd-stat__foot { color: rgba(255, 255, 255, .72); }
.hd-stat--accent strong { color: #fff; font-size: 1.35rem; }

/* Cards */
.hd-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.hd-card { padding: 1.3rem 1.4rem; border: 1px solid var(--hd-line); border-radius: 14px; background: #fff; }
.hd-card--flush { padding: 0; overflow: hidden; }
.hd-card--narrow { max-width: 620px; }
.hd-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.hd-card__head h2 { margin: 0; font-size: 1.05rem; font-weight: 800; color: var(--hd-ink); }
.hd-card__head a { font-size: .84rem; font-weight: 700; color: var(--hd-blue); text-decoration: none; }
.hd-muted { margin: 0 0 1rem; font-size: .9rem; color: var(--hd-muted); line-height: 1.55; }
.hd-ok { margin: 0; padding: .9rem 1rem; border-radius: 10px; background: #e7f6ee; color: #065f46; font-size: .9rem; font-weight: 600; }

.hd-arrivals { margin: 0; padding: 0; list-style: none; }
.hd-arrivals li { display: flex; align-items: center; gap: .9rem; padding: .75rem 0; border-top: 1px solid var(--hd-line); }
.hd-arrivals li:first-child { border-top: 0; padding-top: 0; }
.hd-arrivals__date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 48px; height: 52px; border-radius: 10px; background: #eaf1ff; color: var(--hd-navy); font-size: .7rem; font-weight: 700; text-transform: uppercase; flex-shrink: 0; }
.hd-arrivals__date strong { font-size: 1.2rem; line-height: 1; }
.hd-arrivals__info { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.hd-arrivals__info strong { font-size: .92rem; color: var(--hd-ink); }
.hd-arrivals__info span { font-size: .8rem; color: var(--hd-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-arrivals__amount { font-size: .88rem; font-weight: 700; color: var(--hd-ink); white-space: nowrap; }

.hd-health { display: flex; flex-direction: column; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.hd-health a { display: flex; align-items: center; gap: .9rem; padding: .8rem .9rem; border: 1px solid var(--hd-line); border-radius: 12px; color: inherit; text-decoration: none; transition: border-color .15s, background .15s; }
.hd-health a:hover { border-color: #c5d3f8; background: #f8faff; }
.hd-health__count { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .4rem; border-radius: 10px; background: #fff4d6; color: #92400e; font-weight: 800; }
.hd-health__text { display: flex; flex-direction: column; flex: 1; font-size: .8rem; color: var(--hd-muted); line-height: 1.4; }
.hd-health__text strong { font-size: .9rem; color: var(--hd-ink); }

/* Badges */
.hd-badge { display: inline-flex; align-items: center; padding: .18rem .55rem; border-radius: 999px; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.hd-badge--green { background: #e7f6ee; color: #067a46; }
.hd-badge--amber { background: #fff4d6; color: #92400e; }
.hd-badge--red { background: #fdecec; color: #b42318; }
.hd-badge--grey { background: #eef1f6; color: #5b6c90; }
.hd-badge--blue { background: #eaf1ff; color: #003b95; }

/* Listings */
.hd-toolbar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }
.hd-search { position: relative; flex: 1 1 260px; display: flex; align-items: center; }
.hd-search svg { position: absolute; left: .8rem; width: 16px; height: 16px; color: var(--hd-faint); }
.hd-search input,
.hd-toolbar select {
	height: 42px;
	border: 1.5px solid #d0d7e8;
	border-radius: 10px;
	background: #fff;
	color: var(--hd-ink);
	font: inherit;
	font-size: .88rem;
}
.hd-search input { width: 100%; padding: 0 .9rem 0 2.3rem; }
.hd-toolbar select { padding: 0 .8rem; cursor: pointer; }
.hd-search input:focus,
.hd-toolbar select:focus { outline: none; border-color: var(--hd-blue); box-shadow: 0 0 0 3px rgba(0, 108, 228, .14); }

.hd-list { display: flex; flex-direction: column; gap: .6rem; }
.hd-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .8rem 1rem .8rem .8rem; border: 1px solid var(--hd-line); border-radius: 14px; background: #fff; }
.hd-row__img { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: #dce8f9; }
.hd-row__img img,
.hd-row__img span { display: block; width: 100%; height: 100%; object-fit: cover; }
.hd-row__title { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; }
.hd-row__title strong { font-size: .95rem; color: var(--hd-ink); }
.hd-row__meta { margin: .2rem 0 0; font-size: .82rem; color: var(--hd-muted); }
.hd-row__issues { display: flex; flex-wrap: wrap; gap: .3rem; margin: .45rem 0 0; padding: 0; list-style: none; }
.hd-row__issues li { padding: .12rem .5rem; border-radius: 6px; background: #fff4d6; color: #92400e; font-size: .7rem; font-weight: 700; }
.hd-row__actions { display: flex; gap: .4rem; }

.hd-pages { display: flex; justify-content: center; flex-wrap: wrap; gap: .3rem; margin-top: 1.4rem; }
.hd-pages .page-numbers { display: inline-grid; place-items: center; min-width: 2.3rem; height: 2.3rem; padding: 0 .6rem; border: 1.5px solid #d0d7e8; border-radius: 9px; background: #fff; color: var(--hd-text); font-size: .85rem; font-weight: 600; text-decoration: none; }
.hd-pages .page-numbers.current { background: var(--hd-navy); border-color: var(--hd-navy); color: #fff; }
.hd-pages .page-numbers.dots { border: 0; background: none; }

.hd-empty { padding: 3rem 1.5rem; border: 1px dashed #d0d7e8; border-radius: 14px; background: #fff; text-align: center; }
.hd-empty h2 { margin: 0 0 .4rem; font-size: 1.15rem; color: var(--hd-ink); }
.hd-empty p { max-width: 460px; margin: 0 auto 1.2rem; font-size: .9rem; color: var(--hd-muted); line-height: 1.55; }

/* Bookings */
.hd-tabs { display: flex; gap: .3rem; margin-bottom: 1rem; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--hd-line); }
.hd-tabs::-webkit-scrollbar { display: none; }
.hd-tabs a { display: inline-flex; align-items: center; gap: .4rem; flex-shrink: 0; padding: .7rem .9rem; border-bottom: 2.5px solid transparent; color: var(--hd-muted); font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hd-tabs a em { padding: .02rem .45rem; border-radius: 999px; background: var(--hd-soft); font-size: .72rem; font-style: normal; }
.hd-tabs a:hover { color: var(--hd-ink); }
.hd-tabs a.is-active { color: var(--hd-navy); border-bottom-color: var(--hd-navy); }
.hd-tabs a.is-active em { background: var(--hd-navy); color: #fff; }

.hd-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.hd-table th { padding: .8rem 1rem; background: #f8faff; border-bottom: 1px solid var(--hd-line); text-align: left; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--hd-muted); }
.hd-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--hd-line); vertical-align: top; color: var(--hd-ink); }
.hd-table tr:last-child td { border-bottom: 0; }
.hd-table tbody tr:hover td { background: #fbfcff; }
.hd-sub { display: block; margin-top: .15rem; font-size: .76rem; color: var(--hd-muted); }
.hd-num { text-align: right; white-space: nowrap; }

/* Earnings */
.hd-bars { display: flex; flex-direction: column; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.hd-bars li { display: grid; grid-template-columns: 80px minmax(0, 1fr) 200px; gap: 1rem; align-items: center; }
.hd-bars__month { font-size: .84rem; font-weight: 700; color: var(--hd-ink); }
.hd-bars__track { height: 12px; border-radius: 999px; background: var(--hd-soft); overflow: hidden; }
.hd-bars__track span { display: block; height: 100%; border-radius: inherit; background: var(--hd-navy); }
.hd-bars__value { font-size: .86rem; font-weight: 700; color: var(--hd-ink); text-align: right; }
.hd-bars__value em { display: block; font-size: .74rem; font-style: normal; font-weight: 500; color: var(--hd-muted); }

/* Settings form */
.hd-form { display: flex; flex-direction: column; gap: 1rem; }
.hd-form__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hd-field { display: flex; flex-direction: column; gap: .35rem; margin: 0; }
.hd-field > span { font-size: .8rem; font-weight: 700; color: var(--hd-ink); }
.hd-field input { height: 46px; padding: 0 .85rem; border: 1.5px solid #d0d7e8; border-radius: 10px; font: inherit; font-size: .95rem; color: var(--hd-ink); }
.hd-field input:focus { outline: none; border-color: var(--hd-blue); box-shadow: 0 0 0 3px rgba(0, 108, 228, .14); }
.hd-field small { font-size: .78rem; color: var(--hd-muted); }
.hd-form__divider { height: 1px; margin: .3rem 0; background: var(--hd-line); }
.hd-form .hd-btn { align-self: flex-start; }
.hd-msg { padding: .75rem 1rem; border-radius: 10px; font-size: .88rem; font-weight: 600; }
.hd-msg--ok { background: #e7f6ee; color: #065f46; }
.hd-msg--err { background: #fdecec; color: #9b1c1c; }

/* Signed out */
.hd--guest { display: grid; place-items: center; padding: 4rem 0; }
.hd-guest { max-width: 480px; margin: 0 auto; padding: 2.5rem 2rem; border: 1px solid var(--hd-line); border-radius: 20px; background: #fff; text-align: center; box-shadow: 0 12px 40px rgba(10, 31, 68, .06); }
.hd-guest__icon { width: 48px; height: 48px; margin-bottom: .8rem; color: var(--hd-navy); }
.hd-guest h1 { margin: 0 0 .5rem; font-size: 1.5rem; font-weight: 800; color: var(--hd-ink); }
.hd-guest p { margin: 0 0 1.5rem; font-size: .95rem; line-height: 1.6; color: var(--hd-muted); }
.hd-guest__actions { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; }

/* Phone tab bar */
.hd-tabbar { display: none; }

@media (max-width: 1100px) {
	.hd-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hd-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
	.hd { padding: 1.25rem 0 6rem; }
	.hd-layout { grid-template-columns: 1fr; gap: 0; }
	.hd-side { display: none; }
	.hd-head h1 { font-size: 1.4rem; }
	.hd-stats--3 { grid-template-columns: 1fr 1fr; }
	.hd-row { grid-template-columns: 56px minmax(0, 1fr); }
	.hd-row__img { width: 56px; height: 56px; }
	.hd-row__actions { grid-column: 2; }
	.hd-bars li { grid-template-columns: 64px minmax(0, 1fr); }
	.hd-bars__value { grid-column: 2; text-align: left; }
	.hd-form__cols { grid-template-columns: 1fr; }

	/* Bookings table becomes stacked cards */
	.hd-table thead { display: none; }
	.hd-table, .hd-table tbody, .hd-table tr, .hd-table td { display: block; width: 100%; }
	.hd-table tr { padding: .9rem 1rem; border-bottom: 1px solid var(--hd-line); }
	.hd-table td { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: .6rem; padding: .3rem 0; border: 0; text-align: left; }
	.hd-cell { min-width: 0; overflow-wrap: anywhere; }
	.hd-table .hd-badge { justify-self: start; }
	.hd-table td::before { content: attr(data-label); font-size: .72rem; font-weight: 700; color: var(--hd-muted); text-transform: uppercase; letter-spacing: .04em; padding-top: .15rem; }
	.hd-num { text-align: left; }

	.hd-tabbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		padding: .35rem .25rem calc(.35rem + env(safe-area-inset-bottom));
		background: #fff;
		border-top: 1px solid var(--hd-line);
		box-shadow: 0 -4px 16px rgba(10, 31, 68, .06);
	}
	.hd-tabbar a { display: flex; flex-direction: column; align-items: center; gap: .15rem; padding: .35rem 0; color: var(--hd-faint); font-size: .68rem; font-weight: 700; text-decoration: none; }
	.hd-tabbar svg { width: 22px; height: 22px; }
	.hd-tabbar a.is-active { color: var(--hd-navy); }
}
@media (max-width: 480px) {
	.hd-stats { grid-template-columns: 1fr 1fr; gap: .6rem; }
	.hd-stat { padding: .9rem; }
	.hd-stat strong { font-size: 1.35rem; }
	.hd-stat--accent strong { font-size: 1.1rem; }
	.hd-guest { padding: 2rem 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════
   HEADER refinements: currency list, account menu, drawer
   ═══════════════════════════════════════════════════════════════ */

/* Currency list (header dropdown and phone drawer) */
.bkx-hdr-picker .bkx-currency-list { min-width: 230px; padding: .4rem; }
.bkx-currency-list li { margin: 0; }
.bkx-hdr-picker .bkx-currency-list button,
.bkx-drawer-currency .bkx-currency-list button {
	display: grid;
	grid-template-columns: 44px 1fr;
	align-items: center;
	gap: .5rem;
	width: 100%;
	padding: .55rem .7rem;
	border: 0;
	border-radius: 8px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}
.bkx-hdr-picker .bkx-currency-list button { background: transparent; color: #0a1f44; }
.bkx-currency-list button strong { font-size: .85rem; font-weight: 800; }
.bkx-currency-list button span { font-size: .8rem; font-weight: 500; }
.bkx-hdr-picker .bkx-currency-list button span { color: #5b6c90; }
.bkx-hdr-picker .bkx-currency-list button:hover { background: #f0f5ff; color: #003b95; }
.bkx-hdr-picker .bkx-currency-list button[aria-current="true"] { background: #eaf1ff; color: #003b95; }
.bkx-hdr-picker .bkx-currency-list button[aria-current="true"]::after { content: none; }
.bkx-drawer-currency .bkx-currency-list button { background: transparent; color: rgba(255, 255, 255, .9); }
.bkx-drawer-currency .bkx-currency-list button span { color: rgba(255, 255, 255, .65); }
.bkx-drawer-currency .bkx-currency-list button[aria-current="true"] { background: rgba(255, 255, 255, .18); color: #fff; }

/* Account menu (signed in) */
.bkx-account { position: relative; }
.bkx-account summary {
	display: flex;
	align-items: center;
	gap: .45rem;
	padding: .25rem .55rem .25rem .25rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 999px;
	background: #fff;
	color: #0a1f44;
	font-size: .84rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	user-select: none;
	transition: border-color .14s, box-shadow .14s;
}
.bkx-account summary::-webkit-details-marker { display: none; }
.bkx-account summary:hover,
.bkx-account[open] summary { border-color: #003b95; box-shadow: 0 2px 8px rgba(0, 59, 149, .12); }
.bkx-account__avatar { width: 30px; height: 30px; border-radius: 50%; display: block; }
.bkx-account__name { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bkx-account__chev { width: 10px; height: 10px; color: #8492a6; transition: transform .15s; }
.bkx-account[open] .bkx-account__chev { transform: rotate(180deg); }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-account summary { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .4); color: #fff; }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-account__chev { color: rgba(255, 255, 255, .8); }
.bkx-account__menu {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 300;
	display: flex;
	flex-direction: column;
	min-width: 240px;
	padding: .45rem;
	border: 1px solid #e2eaf6;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(0, 20, 70, .16);
}
.bkx-account__who { display: flex; flex-direction: column; margin: 0 0 .35rem; padding: .55rem .7rem .7rem; border-bottom: 1px solid #eef2f8; }
.bkx-account__who strong { font-size: .9rem; color: #0a1f44; }
.bkx-account__who span { font-size: .78rem; color: #5b6c90; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bkx-account__menu a { padding: .55rem .7rem; border-radius: 8px; color: #1e2d47; font-size: .88rem; font-weight: 600; text-decoration: none; }
.bkx-account__menu a:hover { background: #f0f5ff; color: #003b95; }
.bkx-account__menu .bkx-account__out { margin-top: .3rem; border-top: 1px solid #eef2f8; border-radius: 0 0 8px 8px; color: #b42318; }
.bkx-account__menu .bkx-account__out:hover { background: #fdecec; color: #b42318; }

/* Phone drawer */
.bkx-mobile-drawer__site-name .bkx-branding-image,
.bkx-mobile-drawer__site-name img { max-height: 34px; width: auto; filter: brightness(0) invert(1); }
.bkx-drawer-who { display: flex; align-items: center; gap: .6rem; margin: 0 0 .6rem; color: #fff; font-weight: 700; }
.bkx-drawer-who img { border-radius: 50%; }
/* Drawer sits below the WordPress admin bar when an admin is signed in */
body.admin-bar .bkx-mobile-drawer { top: 32px; }
@media (max-width: 782px) { body.admin-bar .bkx-mobile-drawer { top: 46px; } }
/* Currency list opens inside the drawer's flow so it never gets cut off */
.bkx-drawer-currency .bkx-currency-list { position: static; margin-top: .4rem; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER (etl-footer)
   ═══════════════════════════════════════════════════════════════ */

.site-footer.etl-footer {
	margin: 0;
	padding: 3.5rem 0 0;
	border-top: 0;
	background: #0a1f44;
	color: rgba(255, 255, 255, .72);
	font-size: .9rem;
}
.etl-footer__top { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 2.6fr); gap: 2.5rem 3rem; padding-bottom: 2.5rem; }
.etl-footer__brand .bkx-branding-image,
.etl-footer__brand img { max-height: 42px; width: auto; filter: brightness(0) invert(1); }
.etl-footer__brand a { display: inline-flex; }
.etl-footer__tagline { max-width: 320px; margin: 1rem 0 1.2rem; line-height: 1.6; color: rgba(255, 255, 255, .72); }
.etl-footer__contact { display: flex; flex-direction: column; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.etl-footer__contact li { display: flex; flex-direction: column; gap: .05rem; line-height: 1.45; }
.etl-footer__contact span { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.etl-footer__contact a { color: #fff; text-decoration: none; }
.etl-footer__contact a:hover { text-decoration: underline; text-underline-offset: 3px; }
.etl-footer__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.etl-footer__col h2 { margin: 0 0 .9rem; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.etl-footer__col ul { display: flex; flex-direction: column; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.etl-footer__col a { color: rgba(255, 255, 255, .72); text-decoration: none; transition: color .14s; }
.etl-footer__col a:hover { color: #fff; }
.etl-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .5rem 1.5rem;
	padding: 1.3rem 0 1.6rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: .82rem;
	color: rgba(255, 255, 255, .55);
}
.etl-footer__bottom p { margin: 0; }
.etl-footer__credit a { color: #febb02; font-weight: 700; text-decoration: none; }
.etl-footer__credit a:hover { text-decoration: underline; text-underline-offset: 3px; }
.etl-footer a:focus-visible { outline: 2px solid #febb02; outline-offset: 2px; border-radius: 2px; }

@media (max-width: 900px) {
	.etl-footer__top { grid-template-columns: 1fr; }
	.etl-footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
	.site-footer.etl-footer { padding-top: 2.5rem; }
	.etl-footer__cols { gap: 1.75rem 1.25rem; }
	.etl-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════════════
   STANDARD PAGES (etl-page) — About, Contact, FAQs, Terms, Privacy…
   ═══════════════════════════════════════════════════════════════ */

.etl-page { background: #fff; color: #344563; }
.etl-page__hero {
	padding: 2.6rem 0 2.4rem;
	background:
		radial-gradient(600px 240px at 100% 0%, rgba(254, 187, 2, .12), transparent 60%),
		linear-gradient(180deg, #f1f5fb 0%, #f7f9fd 100%);
	border-bottom: 1px solid #e2e8f2;
}
.etl-page__crumbs { display: flex; gap: .4rem; margin-bottom: .7rem; font-size: .8rem; color: #8492a6; }
.etl-page__crumbs a { color: #5b6c90; text-decoration: none; }
.etl-page__crumbs a:hover { color: #006ce4; text-decoration: underline; }
.etl-page__crumbs [aria-current] { color: #0a1f44; font-weight: 600; }
.etl-page__title { margin: 0; font-size: clamp(1.8rem, 1.3rem + 1.8vw, 2.6rem); font-weight: 800; line-height: 1.15; letter-spacing: -.015em; color: #0a1f44; }
.etl-page__intro { max-width: 640px; margin: .7rem 0 0; font-size: 1.05rem; line-height: 1.6; color: #5b6c90; }
.etl-page__body { padding-top: 2.6rem; padding-bottom: 4rem; }

.etl-prose { max-width: 760px; font-size: 1rem; line-height: 1.75; }
.etl-prose > *:first-child { margin-top: 0; }
.etl-prose h2 { margin: 2.2rem 0 .75rem; font-size: 1.35rem; font-weight: 800; line-height: 1.3; color: #0a1f44; }
.etl-prose h3 { margin: 1.6rem 0 .5rem; font-size: 1.1rem; font-weight: 800; color: #0a1f44; }
.etl-prose p { margin: 0 0 1rem; }
.etl-prose ul, .etl-prose ol { margin: 0 0 1.2rem; padding-left: 1.25rem; }
.etl-prose li { margin-bottom: .5rem; }
.etl-prose a { color: #006ce4; font-weight: 600; text-underline-offset: 3px; }
.etl-prose strong { color: #0a1f44; }
.etl-prose .etl-meta { font-size: .85rem; color: #8492a6; }
.etl-prose .etl-callout { margin-top: 2rem; padding: 1rem 1.2rem; border-radius: 12px; background: #eaf1ff; color: #0a1f44; }

/* Page layouts that use the full width (contact columns) */
.etl-prose:has(.etl-contact) { max-width: none; }
.etl-prose .etl-contact { gap: 2.5rem; }
.etl-prose .etl-contact h2 { margin-top: 0; }

/* Buttons block */
.etl-prose .wp-block-buttons { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.4rem 0 1rem; }
.etl-prose .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 1.3rem;
	border: 1.5px solid #003b95;
	border-radius: 10px;
	background: #003b95;
	color: #fff;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
}
.etl-prose .wp-block-button__link:hover { background: #006ce4; border-color: #006ce4; color: #fff; }
.etl-prose .is-style-outline .wp-block-button__link { background: #fff; color: #003b95; }
.etl-prose .is-style-outline .wp-block-button__link:hover { background: #eaf1ff; color: #003b95; }

/* FAQ accordions */
.etl-prose .wp-block-details { margin: 0 0 .6rem; border: 1px solid #e2e8f2; border-radius: 12px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.etl-prose .wp-block-details[open] { border-color: #c5d3f8; box-shadow: 0 6px 18px rgba(10, 31, 68, .06); }
.etl-prose .wp-block-details summary {
	position: relative;
	padding: 1rem 3rem 1rem 1.2rem;
	font-weight: 700;
	color: #0a1f44;
	cursor: pointer;
	list-style: none;
}
.etl-prose .wp-block-details summary::-webkit-details-marker { display: none; }
.etl-prose .wp-block-details summary::after {
	content: '';
	position: absolute;
	right: 1.2rem;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-right: 2px solid #5b6c90;
	border-bottom: 2px solid #5b6c90;
	transform: rotate(45deg);
	transition: transform .15s;
}
.etl-prose .wp-block-details[open] summary::after { transform: rotate(225deg); margin-top: -2px; }
.etl-prose .wp-block-details summary:focus-visible { outline: 2px solid #006ce4; outline-offset: 2px; border-radius: 12px; }
.etl-prose .wp-block-details > p { margin: 0; padding: 0 1.2rem 1.1rem; color: #344563; }

/* Site numbers (About) */
.etl-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.etl-stats li { display: flex; flex-direction: column; gap: .15rem; margin: 0; padding: 1.2rem 1.3rem; border: 1px solid #e2e8f2; border-radius: 14px; background: #f7f9fd; }
.etl-stats strong { font-size: 1.9rem; font-weight: 800; line-height: 1.1; color: #003b95; }
.etl-stats span { font-size: .88rem; color: #5b6c90; }

/* Contact page */
.etl-card { padding: 1.5rem; border: 1px solid #e2e8f2; border-radius: 16px; background: #f7f9fd; }
.etl-card h3:first-child { margin-top: 0; }
.etl-contact-list { display: flex; flex-direction: column; gap: .9rem; margin: 0 0 1.4rem; padding: 0; list-style: none; }
.etl-contact-list li { display: flex; gap: .8rem; margin: 0; line-height: 1.45; }
.etl-contact-list__icon { display: grid; place-items: center; flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: #eaf1ff; color: #003b95; }
.etl-contact-list__icon svg { width: 19px; height: 19px; }
.etl-contact-list li > span:last-child { display: flex; flex-direction: column; font-size: .92rem; }
.etl-contact-list strong { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: #8492a6; }
.etl-prose .etl-links { padding: 0; list-style: none; }
.etl-prose .etl-links li { margin: 0; border-top: 1px solid #e2e8f2; }
.etl-prose .etl-links a { display: flex; justify-content: space-between; padding: .7rem 0; text-decoration: none; }
.etl-prose .etl-links a::after { content: '→'; }

.etl-contact-form { display: flex; flex-direction: column; gap: 1rem; margin: 0; }
.etl-contact-form__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.etl-contact-form label { display: flex; flex-direction: column; gap: .35rem; margin: 0; }
.etl-contact-form label > span { font-size: .8rem; font-weight: 700; color: #0a1f44; }
.etl-contact-form input,
.etl-contact-form select,
.etl-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	padding: .65rem .85rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 10px;
	background: #fff;
	color: #0a1f44;
	font: inherit;
	font-size: .95rem;
}
.etl-contact-form textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.etl-contact-form input:focus,
.etl-contact-form select:focus,
.etl-contact-form textarea:focus { outline: none; border-color: #006ce4; box-shadow: 0 0 0 3px rgba(0, 108, 228, .15); }
.etl-contact-form button {
	align-self: flex-start;
	min-height: 50px;
	padding: 0 1.8rem;
	border: 0;
	border-radius: 12px;
	background: #003b95;
	color: #fff;
	font: inherit;
	font-size: .98rem;
	font-weight: 800;
	cursor: pointer;
}
.etl-contact-form button:hover { background: #006ce4; }
.etl-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.etl-notice { margin-bottom: 1rem; padding: .85rem 1.1rem; border-radius: 10px; font-weight: 600; }
.etl-notice--ok { background: #e7f6ee; color: #065f46; }
.etl-notice--err { background: #fdecec; color: #9b1c1c; }

@media (max-width: 700px) {
	.etl-page__hero { padding: 1.8rem 0 1.6rem; }
	.etl-page__body { padding-top: 1.8rem; padding-bottom: 3rem; }
	.etl-contact-form__cols { grid-template-columns: 1fr; }
	.etl-contact-form button { width: 100%; }
	.etl-prose .etl-contact { gap: 1.5rem; }
}

.etl-prose ul.wp-block-list:not(.etl-links) { list-style: disc; }
.etl-prose ul.wp-block-list:not(.etl-links) li::marker { color: #003b95; }
.etl-prose .etl-card .etl-contact-title { margin-top: 0; }
.etl-page { padding-top: 0; }
.site-content > .etl-page { margin-top: 0; }

/* Menu button: dark lines on the white header, white lines only over the homepage hero */
.bkx-hdr .bkx-hamburger {
	background: #fff;
	border-color: #d0d7e8;
}
.bkx-hdr .bkx-hamburger span { background: #0a1f44; }
.bkx-hdr .bkx-hamburger:hover { background: #f0f5ff; border-color: #003b95; }
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hamburger {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .35);
}
.bkx-hdr--transparent:not(.is-scrolled) .bkx-hamburger span { background: #fff; }

/* ── Standard page hero: photo backdrop with navy overlay ───────── */
.etl-page__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 3.8rem 0 3.4rem;
	border-bottom: 0;
	background:
		radial-gradient(700px 320px at 92% 0%, rgba(254, 187, 2, .18), transparent 60%),
		linear-gradient(135deg, #001f52 0%, #003b95 60%, #0a52c4 100%);
	color: #fff;
}
.etl-page__hero-img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}
.etl-page__hero.has-photo::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(0, 22, 60, .94) 0%, rgba(0, 35, 90, .82) 45%, rgba(0, 45, 110, .45) 100%),
		linear-gradient(0deg, rgba(0, 18, 50, .45) 0%, transparent 50%);
}
.etl-page__hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(circle at 100% 100%, transparent 150px, rgba(255, 255, 255, .06) 151px, rgba(255, 255, 255, .06) 215px, transparent 216px);
	pointer-events: none;
}
.etl-page__hero-inner { position: relative; }
.etl-page__hero .etl-page__crumbs { margin-bottom: 1.3rem; color: rgba(255, 255, 255, .55); }
.etl-page__hero .etl-page__crumbs a { color: rgba(255, 255, 255, .78); }
.etl-page__hero .etl-page__crumbs a:hover { color: #fff; }
.etl-page__hero .etl-page__crumbs [aria-current] { color: #fff; }
.etl-page__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0 0 .7rem;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #febb02;
}
.etl-page__eyebrow::before { content: ''; width: 28px; height: 2px; border-radius: 2px; background: #febb02; }
.etl-page__hero .etl-page__title {
	max-width: 760px;
	font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.3rem);
	line-height: 1.08;
	letter-spacing: -.02em;
	color: #fff;
	text-wrap: balance;
}
.etl-page__hero .etl-page__intro { max-width: 600px; margin-top: 1rem; font-size: 1.1rem; color: rgba(255, 255, 255, .86); }
.etl-page__updated {
	display: inline-block;
	margin: 1.2rem 0 0;
	padding: .35rem .8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	font-size: .8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .85);
}
@media (max-width: 700px) {
	.etl-page__hero { padding: 2.4rem 0 2.2rem; }
	.etl-page__hero .etl-page__crumbs { margin-bottom: 1rem; }
	.etl-page__hero .etl-page__intro { font-size: 1rem; }
	.etl-page__hero.has-photo::before { background: linear-gradient(180deg, rgba(0, 22, 60, .78) 0%, rgba(0, 30, 80, .9) 100%); }
	.etl-page__hero::after { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   SEARCH RESULTS & 404
   ═══════════════════════════════════════════════════════════════ */
.etl-search { background: #fff; }
.etl-search__form { display: flex; gap: 6px; max-width: 560px; margin-top: 1.5rem; padding: 6px; border-radius: 14px; background: #fff; box-shadow: 0 14px 40px rgba(0, 15, 45, .3); }
.etl-search__form input { flex: 1; min-width: 0; height: 46px; padding: 0 .9rem; border: 0; border-radius: 10px; font: inherit; font-size: .98rem; color: #0a1f44; outline: none; }
.etl-search__form input:focus { box-shadow: inset 0 0 0 2px rgba(0, 108, 228, .35); }
.etl-search__form button { flex-shrink: 0; padding: 0 1.5rem; border: 0; border-radius: 10px; background: #febb02; color: #1a1a1a; font: inherit; font-weight: 800; cursor: pointer; }
.etl-search__form button:hover { filter: brightness(.95); }
.etl-search__body { padding-top: 2.5rem; padding-bottom: 4rem; }
.etl-search__group + .etl-search__group { margin-top: 3rem; }
.etl-search__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.etl-search__head h2 { margin: 0; font-size: 1.35rem; font-weight: 800; color: #0a1f44; }
.etl-search__head h2 span { margin-left: .35rem; padding: .1rem .55rem; border-radius: 999px; background: #eaf1ff; color: #003b95; font-size: .8rem; vertical-align: middle; }
.etl-search__head a { color: #006ce4; font-weight: 700; text-decoration: none; white-space: nowrap; }
.etl-search .bpl-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.etl-search__articles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 0; padding: 0; list-style: none; }
.etl-search__articles a { display: flex; align-items: center; gap: .9rem; padding: .7rem; border: 1px solid #e2e8f2; border-radius: 12px; color: inherit; text-decoration: none; }
.etl-search__articles a:hover { border-color: #c5d3f8; background: #f8faff; }
.etl-search__articles img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.etl-search__articles span { display: flex; flex-direction: column; gap: .15rem; }
.etl-search__articles strong { color: #0a1f44; }
.etl-search__articles em { font-size: .8rem; font-style: normal; color: #8492a6; }
.etl-search__none { padding: 3rem 1.5rem; border: 1px dashed #d0d7e8; border-radius: 16px; text-align: center; }
.etl-search__none h2 { margin: 0 0 .5rem; color: #0a1f44; }
.etl-search__none p { max-width: 480px; margin: 0 auto 1.3rem; color: #5b6c90; }
.etl-search__links { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; }
.etl-search__links a { padding: .7rem 1.2rem; border-radius: 10px; background: #003b95; color: #fff; font-weight: 700; text-decoration: none; }
.etl-search__links a + a { background: #fff; color: #003b95; box-shadow: inset 0 0 0 1.5px #003b95; }

.etl-404__hero { padding: 4.5rem 0 4rem; }
.etl-404__code { position: absolute; right: 0; top: -1.5rem; margin: 0; font-size: clamp(7rem, 18vw, 15rem); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: rgba(255, 255, 255, .07); pointer-events: none; }
.etl-404__towns { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin-top: 1.2rem; font-size: .85rem; }
.etl-404__towns span { color: rgba(255, 255, 255, .7); font-weight: 600; }
.etl-404__towns a { padding: .35rem .8rem; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; color: #fff; font-weight: 600; text-decoration: none; }
.etl-404__towns a:hover { background: rgba(255, 255, 255, .12); }
.etl-404__body { padding-top: 2.5rem; padding-bottom: 4rem; }
.etl-404__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.etl-404__cards a { display: flex; flex-direction: column; gap: .3rem; padding: 1.3rem; border: 1px solid #e2e8f2; border-radius: 14px; color: inherit; text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
.etl-404__cards a:hover { border-color: #c5d3f8; box-shadow: 0 10px 26px rgba(10, 31, 68, .08); transform: translateY(-2px); }
.etl-404__cards strong { font-size: 1.02rem; color: #0a1f44; }
.etl-404__cards strong::after { content: ' →'; color: #006ce4; }
.etl-404__cards span { font-size: .88rem; color: #5b6c90; line-height: 1.45; }

@media (max-width: 1024px) {
	.etl-search .bpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.etl-404__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
	.etl-search .bpl-grid { grid-template-columns: 1fr; }
	.etl-search__articles { grid-template-columns: 1fr; }
	.etl-404__cards { grid-template-columns: 1fr; }
	.etl-404__hero { padding: 3rem 0 2.6rem; }
}

/* ═══════════════════════════════════════════════════════════════
   MY BOOKINGS & BOOKING STATUS (etl-bk)
   ═══════════════════════════════════════════════════════════════ */
.etl-prose:has(.etl-bk) { max-width: 860px; }
.etl-bk { color: #344563; }
.etl-bk h2 { margin: 0; font-size: 1.25rem; font-weight: 800; color: #0a1f44; }
.etl-bk .etl-bk-btn,
.etl-bk button.etl-bk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 1.2rem;
	border: 1.5px solid #003b95;
	border-radius: 10px;
	background: #003b95;
	color: #fff;
	font: inherit;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
.etl-bk .etl-bk-btn:hover { background: #006ce4; border-color: #006ce4; color: #fff; }
.etl-bk .etl-bk-btn--ghost { background: #fff; color: #003b95; }
.etl-bk .etl-bk-btn--ghost:hover { background: #eaf1ff; color: #003b95; border-color: #003b95; }
.etl-bk .etl-bk-btn--danger { background: #fff; border-color: #f1b3b3; color: #b42318; }
.etl-bk .etl-bk-btn--danger:hover { background: #fdecec; border-color: #b42318; color: #b42318; }
.etl-bk label { display: flex; flex-direction: column; gap: .35rem; margin: 0; }
.etl-bk label > span { font-size: .8rem; font-weight: 700; color: #0a1f44; }
.etl-bk input,
.etl-bk textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	padding: .6rem .85rem;
	border: 1.5px solid #d0d7e8;
	border-radius: 10px;
	background: #fff;
	color: #0a1f44;
	font: inherit;
	font-size: .95rem;
}
.etl-bk input:focus,
.etl-bk textarea:focus { outline: none; border-color: #006ce4; box-shadow: 0 0 0 3px rgba(0, 108, 228, .15); }
.etl-bk code { padding: .1rem .4rem; border-radius: 6px; background: #f1f5fb; color: #0a1f44; font-size: .85em; }

/* Lookup */
.etl-bk-lookup { padding: 1.6rem; border: 1px solid #e2e8f2; border-radius: 18px; background: #f7f9fd; }
.etl-bk-lookup__text p { margin: .35rem 0 1.2rem; font-size: .92rem; color: #5b6c90; }
.etl-bk-lookup__fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: .8rem; align-items: end; }
.etl-bk-lookup__alt { margin: 1.1rem 0 0; font-size: .88rem; color: #5b6c90; }
.etl-bk-lookup__alt a { font-weight: 700; }

/* Results */
.etl-bk-list { display: flex; flex-direction: column; gap: .8rem; margin: 1.6rem 0 0; padding: 0 !important; list-style: none !important; }
.etl-bk-item { display: flex; gap: 1rem; margin: 0 !important; padding: 1rem; border: 1px solid #e2e8f2; border-radius: 16px; background: #fff; }
.etl-bk-item__img { flex-shrink: 0; width: 84px; height: 84px; overflow: hidden; border-radius: 12px; background: #dce8f9; }
.etl-bk-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.etl-bk-item__main { min-width: 0; flex: 1; }
.etl-bk-item__top { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .8rem; }
.etl-bk-item__top strong { font-size: 1.02rem; color: #0a1f44; }
.etl-bk-item__meta { margin: .35rem 0 .6rem !important; font-size: .88rem; color: #5b6c90; }
.etl-bk-item__actions { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; font-size: .88rem; }
.etl-bk-item__actions a { font-weight: 700; text-decoration: none; }
.etl-bk-item__actions a:hover { text-decoration: underline; }
.etl-bk-item__actions .is-danger { color: #b42318; }
.etl-bk-empty { margin-top: 1.6rem; padding: 2.2rem 1.5rem; border: 1px dashed #d0d7e8; border-radius: 16px; text-align: center; }
.etl-bk-empty p { margin: .4rem auto 1.1rem !important; max-width: 440px; color: #5b6c90; }

/* Status */
.etl-bk-status { display: flex; align-items: center; gap: 1rem; padding: 1.4rem 1.5rem; border-radius: 18px; background: #f1f5fb; }
.etl-bk-status h2 { margin-bottom: .35rem; font-size: 1.4rem; }
.etl-bk-status__icon { display: grid; place-items: center; flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: #fff; }
.etl-bk-status__icon svg { width: 26px; height: 26px; }
.etl-bk-status--ok { background: #e7f6ee; } .etl-bk-status--ok .etl-bk-status__icon { color: #067a46; }
.etl-bk-status--err { background: #fdecec; } .etl-bk-status--err .etl-bk-status__icon { color: #b42318; }
.etl-bk-status--wait { background: #fff4d6; } .etl-bk-status--wait .etl-bk-status__icon { color: #92400e; }
.etl-bk-status--info { background: #eaf1ff; } .etl-bk-status--info .etl-bk-status__icon { color: #003b95; }
.etl-bk .etl-notice { margin: 1rem 0 0 !important; }
.etl-bk-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 1.4rem 0 0; overflow: hidden; border: 1px solid #e2e8f2; border-radius: 14px; background: #e2e8f2; }
.etl-bk-summary > div { padding: .9rem 1.1rem; background: #fff; }
.etl-bk-summary dt { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #8492a6; }
.etl-bk-summary dd { margin: .25rem 0 0; font-size: .98rem; color: #0a1f44; }
.etl-bk-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.etl-bk-form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.4rem; padding: 1.4rem; border: 1px solid #e2e8f2; border-radius: 16px; background: #f7f9fd; }
.etl-bk-form h3 { margin: 0 !important; font-size: 1.1rem; color: #0a1f44; }
.etl-bk-form .etl-bk-btn { align-self: flex-start; }
.etl-bk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.etl-bk-hint { margin: -.4rem 0 0 !important; font-size: .82rem; color: #5b6c90; }
.etl-bk-foot { margin: 1.6rem 0 0 !important; }
.etl-bk-foot a { font-weight: 700; text-decoration: none; }

@media (max-width: 680px) {
	.etl-bk-lookup { padding: 1.2rem; }
	.etl-bk-lookup__fields { grid-template-columns: 1fr; }
	.etl-bk-summary,
	.etl-bk-grid { grid-template-columns: 1fr; }
	.etl-bk-item__img { width: 64px; height: 64px; }
	.etl-bk-actions .etl-bk-btn { flex: 1 1 100%; }
}
.etl-prose .etl-bk-list { margin: 1.4rem 0 0; }
.etl-prose .etl-bk-summary dd strong { font-weight: 800; }

/* ── Social icons ─────────────────────────────────────────────── */
.etl-social { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.etl-prose .etl-social { padding: 0; list-style: none; }
.etl-social li { margin: 0; }
.etl-social__link {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	transition: background .18s, color .18s, transform .18s, border-color .18s;
}
.etl-social__link svg { width: 18px; height: 18px; }
.etl-social__link:hover { transform: translateY(-2px); }
.etl-social__link:focus-visible { outline: 2px solid #febb02; outline-offset: 2px; }
/* On the dark footer */
.etl-social--dark .etl-social__link { border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); color: #fff; }
/* On light backgrounds */
.etl-social--light .etl-social__link { border: 1px solid #d0d7e8; background: #fff; color: #003b95; }
/* Each network lights up in its own colour on hover */
.etl-social__link--facebook:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.etl-social__link--instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); border-color: transparent; color: #fff; }
.etl-social__link--x:hover { background: #000; border-color: #000; color: #fff; }
.etl-social__link--tiktok:hover { background: #111; border-color: #111; color: #fff; box-shadow: -2px -2px 0 #25f4ee, 2px 2px 0 #fe2c55; }
.etl-social__link--youtube:hover { background: #ff0000; border-color: #ff0000; color: #fff; }
.etl-social__link--linkedin:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.etl-social__link--whatsapp:hover { background: #25d366; border-color: #25d366; color: #fff; }
.etl-card .etl-social { margin: .2rem 0 1.4rem; }
.etl-prose .etl-contact-list { padding-left: 0; list-style: none; }
/* Keep icons centred even where footer link styles change the display type */
.etl-social .etl-social__link { display: inline-flex; align-items: center; justify-content: center; padding: 0; flex-shrink: 0; line-height: 1; }
.etl-social .etl-social__link svg { display: block; flex-shrink: 0; margin: 0; }

/* Attraction map */
.bas-map { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid #e2e8f2; }
.bas-map h2 { margin: 0 0 1rem; font-size: 1.3rem; font-weight: 800; color: #0a1f44; }
.bas-map__foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin: .8rem 0 0; font-size: .85rem; color: #5b6c90; }
.bas-map__foot a { color: #006ce4; font-weight: 700; text-decoration: none; }

/* Attractions: new cards from "Show more" fade in */
.bat-card.is-new { animation: bpl-card-in .45s ease both; }
@media (prefers-reduced-motion: reduce) { .bat-card.is-new { animation: none; } }

/* ═══════════════════════════════════════════════════════════════
   ATTRACTIONS MAP (bat-map)
   ═══════════════════════════════════════════════════════════════ */
.bat-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.bat-toolbar .bat-count { margin: 0; }
.bat-map-wrap[hidden] { display: none; }
.bat-map-wrap { position: relative; display: flex; flex-direction: column; background: #e8eef8; }
.bat-map-canvas { flex: 1; min-height: 0; width: 100%; }
.bat-map-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; padding: .6rem .9rem; background: #fff; border-bottom: 1px solid var(--bpl-line); font-size: .82rem; color: var(--bpl-muted); }
.bat-map-stays { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--bpl-ink); cursor: pointer; }
.bat-map-stays input { width: 17px; height: 17px; margin: 0; accent-color: var(--bpl-navy); }
.bat-map-legend { display: inline-flex; align-items: center; gap: .35rem; }
.bat-map-legend i { display: inline-block; width: 12px; height: 12px; margin-left: .5rem; border-radius: 50%; background: #0a7a54; }
.bat-map-legend i.is-approx { background: #fff; border: 2px dashed #0a7a54; }

/* Attraction pins: green with a flag; approximate ones dashed */
.bat-pin.bpl-pin--dot { background: #0a7a54; }
.bat-pin.is-approx { background: #fff; color: #0a7a54; border: 2px dashed #0a7a54; }
.bat-pin.is-approx::after { background: #0a7a54; }
.bat-cluster { background: rgba(10, 122, 84, .22); }
.bat-cluster span { background: #0a7a54; }
.bat-cluster--stays { background: rgba(0, 59, 149, .2); }
.bat-cluster--stays span { background: #003b95; }
.bat-stay-pin {
	position: absolute;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #003b95;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 20, 60, .35);
}
.bat-stay-pin svg { width: 12px; height: 12px; }
.bat-pop__approx { font-size: .74rem; font-weight: 700; color: #92400e; }
.bat-card.is-map-hover,
.bat-spotlight.is-map-hover { border-color: var(--bpl-accent); box-shadow: 0 0 0 2px var(--bpl-accent), 0 14px 34px rgba(10, 31, 68, .12); }

@media (min-width: 1100px) {
	.bat.is-map-open .bat-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 44%); align-items: start; }
	.bat.is-map-open .bat-body { width: auto; margin: 0; padding-left: max(1rem, calc((100vw - 1200px) / 2)); padding-right: 1.5rem; }
	.bat.is-map-open .bat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bat.is-map-open .bat-spotlight { grid-template-columns: 1fr; }
	.bat.is-map-open .bat-spotlight__media { min-height: 0; aspect-ratio: 16 / 9; }
	.bat.is-map-open .bat-map-wrap { position: sticky; top: 64px; height: calc(100vh - 64px); border-left: 1px solid var(--bpl-line); }
	body.admin-bar .bat.is-map-open .bat-map-wrap { top: 96px; height: calc(100vh - 96px); }
}
@media (max-width: 1099px) {
	.bat.is-map-open .bat-map-wrap { position: fixed; inset: 64px 0 0 0; z-index: 950; }
	body.admin-bar .bat.is-map-open .bat-map-wrap { top: 110px; }
	.bat-map-wrap .bpl-map-close { display: inline-flex; }
	html:has(.bat.is-map-open) { overflow: hidden; }
}
@media (max-width: 640px) {
	.bat-toolbar { flex-wrap: wrap; }
	.bat-map-legend { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   BLOG (blg-*) — listing reuses the attractions cards (bat-*) and page hero (etl-page__hero)
   ═══════════════════════════════════════════════════════════════ */

.blg { background: var(--bpl-surface); }
.blg-hero .blg-search { margin-top: 1.7rem; }
.blg-hero .etl-page__title { max-width: 820px; }

.blg-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .35rem;
	margin: 0 0 .45rem;
	font-size: .76rem;
	font-weight: 600;
	color: var(--bpl-faint);
}
.blg-feature .blg-meta { margin: -.3rem 0 1.2rem; font-size: .82rem; }
.blg-card .bat-card__title { font-size: 1.06rem; }
.blg-plan .bat-stay__links a:first-child { font-weight: 700; }

/* ── Single post ──────────────────────────────────────────────── */
.blg-post { background: #fff; }

.blg-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100001;
	height: 3px;
	pointer-events: none;
}
.blg-progress span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--bpl-accent), #ffd65a);
	transform: scaleX(0);
	transform-origin: 0 50%;
}
body.admin-bar .blg-progress { top: 32px; }
@media (max-width: 782px) { body.admin-bar .blg-progress { top: 46px; } }

.blg-post__hero .etl-page__title { max-width: 860px; }
.blg-post.has-cover .blg-post__hero { padding-bottom: clamp(7.5rem, 5rem + 8vw, 12rem); }
.blg-byline { display: flex; align-items: center; gap: .75rem; margin: 1.5rem 0 0; }
.blg-byline__avatar {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .35);
	object-fit: cover;
	background: #fff;
}
.blg-byline__avatar--initials {
	display: grid;
	place-items: center;
	background: var(--bpl-accent);
	color: #1a1a1a;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .02em;
}
.blg-byline__text { display: flex; flex-direction: column; gap: .1rem; line-height: 1.35; }
.blg-byline__name { font-size: .92rem; font-weight: 700; color: #fff; }
.blg-byline__meta { display: flex; flex-wrap: wrap; gap: .35rem; font-size: .82rem; color: rgba(255, 255, 255, .72); }

/* Cover photo, pulled up over the header */
.blg-cover {
	position: relative;
	z-index: 1;
	margin: calc(-1 * clamp(5.5rem, 3.5rem + 6vw, 9.5rem)) 0 0;
	aspect-ratio: 21 / 9;
	border-radius: 20px;
	overflow: hidden;
	background: #0b1a36;
	box-shadow: 0 24px 60px rgba(0, 20, 60, .22);
}
.blg-cover img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; }
.blg-cover figcaption {
	position: absolute;
	right: .8rem;
	bottom: .8rem;
	z-index: 2;
	padding: .3rem .7rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, .55);
	color: #fff;
	font-size: .75rem;
}
/* Small photos: sharp in the middle over a blurred copy instead of stretched */
.blg-cover--small::before {
	content: '';
	position: absolute;
	inset: -30px;
	background: var(--blg-cover) center / cover no-repeat;
	filter: blur(28px) brightness(.75) saturate(1.1);
}
.blg-cover--small img { width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; box-shadow: 0 10px 40px rgba(0, 0, 0, .35); }

.blg-post__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 3.5rem;
	align-items: start;
	padding: 3rem 0 4rem;
}
.blg-post:not(.has-cover) .blg-post__layout { padding-top: 2.6rem; }

/* Article text */
.blg-prose { max-width: 70ch; color: var(--bpl-text); font-size: 1.06rem; line-height: 1.8; }
.blg-prose > *:first-child { margin-top: 0; }
.blg-prose > p:first-child { font-size: 1.18rem; line-height: 1.7; color: var(--bpl-ink); }
.blg-prose p { margin: 0 0 1.2em; }
.blg-prose h2, .blg-prose h3, .blg-prose h4 { margin: 1.9em 0 .6em; color: var(--bpl-ink); font-weight: 800; line-height: 1.3; letter-spacing: -.01em; }
.blg-prose h2 { font-size: 1.5rem; }
.blg-prose h3 { font-size: 1.22rem; }
.blg-prose h4 { font-size: 1.06rem; }
.blg-prose a { color: var(--bpl-blue); font-weight: 600; text-underline-offset: 3px; }
.blg-prose strong { color: var(--bpl-ink); }
.blg-prose ul, .blg-prose ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.blg-prose ul { list-style: disc; }
.blg-prose li { margin-bottom: .45em; }
.blg-prose li::marker { color: var(--bpl-navy); }
.blg-prose blockquote {
	margin: 1.8em 0;
	padding: .2em 0 .2em 1.3em;
	border-left: 4px solid var(--bpl-accent);
	color: var(--bpl-ink);
	font-size: 1.15rem;
	font-style: italic;
}
.blg-prose blockquote p:last-child { margin-bottom: 0; }
.blg-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.blg-prose figure { margin: 1.8em 0; }
.blg-prose figcaption { margin-top: .5em; font-size: .85rem; color: var(--bpl-faint); text-align: center; }
.blg-prose hr { margin: 2.2em 0; border: 0; border-top: 1px solid var(--bpl-line); }
.blg-prose .wp-block-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: .6rem; margin: 1.8em 0; }
.blg-prose .wp-block-gallery > figure { width: auto !important; margin: 0 !important; }
.blg-prose .wp-block-gallery img { display: block; width: 100%; height: 100% !important; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }

.blg-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 2.2rem 0 0; }
.blg-tags a {
	padding: .4rem .85rem;
	border-radius: 999px;
	background: var(--bpl-soft);
	color: var(--bpl-text);
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
}
.blg-tags a:hover { background: #e3ebf8; color: var(--bpl-navy); }

.blg-author {
	display: flex;
	gap: 1rem;
	margin-top: 2.2rem;
	padding: 1.3rem 1.4rem;
	border: 1px solid var(--bpl-line);
	border-radius: var(--bpl-radius);
	background: var(--bpl-surface);
}
.blg-author__avatar { flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%; }
.blg-author p { margin: 0; }
.blg-author__label { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--bpl-faint); }
.blg-author__name { margin: .1rem 0 .35rem !important; font-size: 1.05rem; font-weight: 800; }
.blg-author__name a { color: var(--bpl-ink); text-decoration: none; }
.blg-author__bio { font-size: .9rem; line-height: 1.6; color: var(--bpl-muted); }

.blg-adjacent { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.4rem; padding-top: 2.2rem; border-top: 1px solid var(--bpl-line); }
.blg-adjacent__link {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	padding: 1rem 1.2rem;
	border: 1px solid var(--bpl-line);
	border-radius: var(--bpl-radius);
	text-decoration: none;
	transition: border-color .15s, box-shadow .15s;
}
.blg-adjacent__link:hover { border-color: #c5d3f8; box-shadow: 0 10px 26px rgba(10, 31, 68, .08); }
.blg-adjacent__link.is-next { grid-column: 2; text-align: right; }
.blg-adjacent__dir { font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--bpl-blue); }
.blg-adjacent__title { font-size: .95rem; font-weight: 700; line-height: 1.4; color: var(--bpl-ink); }

/* Sidebar */
.blg-side { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 1rem; }
body.admin-bar .blg-side { top: 120px; }
.blg-side__card { padding: 1.3rem 1.3rem 1.4rem; border: 1px solid var(--bpl-line); border-radius: 16px; background: #fff; }
.blg-side__label { margin: 0 0 .85rem; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--bpl-muted); }
.blg-share__btns { display: flex; flex-wrap: wrap; gap: .5rem; }
.blg-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--bpl-line);
	border-radius: 50%;
	background: #fff;
	color: var(--bpl-navy);
	cursor: pointer;
	transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.blg-share__btn svg { width: 18px; height: 18px; }
.blg-share__btn:hover { background: var(--bpl-navy); border-color: var(--bpl-navy); color: #fff; transform: translateY(-2px); }
.blg-share__btn:focus-visible { outline: 2px solid var(--bpl-blue); outline-offset: 2px; }
.blg-share__btn.is-done { background: var(--bpl-green); border-color: var(--bpl-green); color: #fff; }
.blg-share__status { min-height: 1.2em; margin: .6rem 0 0; font-size: .8rem; font-weight: 600; color: var(--bpl-green); }
.blg-share__status:empty { display: none; }

.blg-plan-card {
	border: 0;
	background:
		radial-gradient(260px 160px at 100% 0%, rgba(254, 187, 2, .22), transparent 70%),
		linear-gradient(145deg, #002a6b, #003b95);
	color: #fff;
}
.blg-plan-card .blg-side__label { color: var(--bpl-accent); }
.blg-plan-card__text { margin: 0 0 1.1rem; font-size: .92rem; line-height: 1.55; color: rgba(255, 255, 255, .86); }
.blg-plan-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: .5rem;
	border-radius: 10px;
	background: var(--bpl-accent);
	color: #1a1a1a;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none;
	transition: filter .15s;
}
.blg-plan-card__btn:hover { filter: brightness(.95); color: #1a1a1a; }
.blg-plan-card__btn.is-ghost { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .3); color: #fff; }
.blg-plan-card__btn.is-ghost:hover { background: rgba(255, 255, 255, .18); color: #fff; }

/* More stories */
.blg-related { padding: 3.2rem 0 4rem; background: var(--bpl-surface); border-top: 1px solid var(--bpl-line); }
.blg-related__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.blg-related__head h2 { margin: 0; font-size: 1.5rem; font-weight: 800; color: var(--bpl-ink); }
.blg-related__head a { font-size: .9rem; font-weight: 700; color: var(--bpl-blue); text-decoration: none; }
.blg-related__head a:hover { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1024px) {
	.blg-post__layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 2.5rem; }
}
@media (max-width: 860px) {
	.blg-post__layout { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0 3rem; }
	.blg-side { position: static; display: grid; grid-template-columns: 1fr 1fr; }
	.blg-cover { aspect-ratio: 16 / 9; border-radius: 16px; }
}
@media (max-width: 640px) {
	.blg-hero .blg-search { margin-top: 1.3rem; }
	.blg-post.has-cover .blg-post__hero { padding-bottom: 5.5rem; }
	.blg-cover { margin-top: -4rem; aspect-ratio: 4 / 3; border-radius: 14px; }
	.blg-prose { font-size: 1rem; line-height: 1.75; }
	.blg-prose > p:first-child { font-size: 1.08rem; }
	.blg-prose h2 { font-size: 1.3rem; }
	.blg-side { grid-template-columns: 1fr; }
	.blg-adjacent { grid-template-columns: 1fr; }
	.blg-adjacent__link.is-next { grid-column: auto; }
	.blg-related { padding: 2.2rem 0 2.8rem; }
	.blg-related__head h2 { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
	.blg-share__btn { transition: none; }
	.blg-share__btn:hover { transform: none; }
}

/* Listings placed at their town centre (exact spot not confirmed) */
.bpl-pin--dot.is-approx { background: #fff; color: var(--bpl-navy, #003b95); border: 2px dashed var(--bpl-navy, #003b95); }
