/*
Theme Name: HotelBooking Custom
Theme URI: https://localhost/hotelbooking
Author: HotelBooking
Author URI: https://localhost/hotelbooking
Description: Custom theme for HotelBooking homepage layout powered by Hotel Booking Suite plugin.
Version: 1.0.0
Text Domain: hotelbooking-custom
*/

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

body {
	font-family: Jost, "Segoe UI", Arial, sans-serif;
	color: #1a241a;
	background: #fff;
}

h1,
h2,
h3,
.hb-home__hero-title,
.hb-home__intro-title,
.hb-home__section-head h2,
.hb-home__activity-copy h2,
.hb-home__card-body h3 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.hbc-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.home .hbc-site-header {
	display: block !important;
}

body.home .hb-home__masthead {
	display: none !important;
}

/* -------------------------------------------------------------------------
   Mountain Hotel–style header (forest green top bar + bar + Reserve CTA)
   ------------------------------------------------------------------------- */
.hbc-site-header--mountain {
	background: #1a241a;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.hbc-topbar--hide-home {
	display: none;
}

.hbc-topbar {
	background: #0f2e22;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hbc-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hbc-topbar__address {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.hbc-topbar__pin {
	flex-shrink: 0;
	opacity: 0.95;
}

.hbc-topbar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
}

.hbc-topbar__lang {
	color: rgba(255, 255, 255, 0.95);
	cursor: default;
}

.hbc-topbar__link {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.hbc-topbar__link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hbc-topbar__dot {
	color: rgba(255, 255, 255, 0.45);
	user-select: none;
}

.hbc-chevron-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	margin-left: 4px;
	vertical-align: middle;
	opacity: 0.85;
}

.hbc-navbar__inner {
	display: grid;
	/* Cap brand column: minmax(140px, auto) lets a wide logo blow out the whole header */
	grid-template-columns: minmax(0, min(360px, 50vw)) minmax(0, 1fr) minmax(120px, auto);
	align-items: center;
	gap: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.hbc-navbar__brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.hbc-navbar__brand:hover {
	color: #fff;
	opacity: 0.92;
}

.hbc-navbar__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.hbc-navbar__badge svg {
	display: block;
}

.hbc-navbar__title {
	white-space: nowrap;
}

.hbc-navbar__logo-wrap {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
}

.hbc-navbar__logo-wrap .custom-logo-link {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	line-height: 0;
}

.hbc-navbar__logo-wrap .custom-logo,
.hbc-navbar__logo-img {
	display: block;
	max-height: 72px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hbc-navbar__nav {
	justify-self: center;
	width: 100%;
	max-width: 720px;
}

.hbc-navbar__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.hbc-navbar__menu > li {
	position: relative;
}

.hbc-navbar__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	font-family: "Segoe UI", Arial, sans-serif;
	border-bottom: 3px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.hbc-navbar__link:hover {
	color: #fff;
	background: none;
}

.hbc-navbar__link.is-active {
	color: #fff;
	border-bottom-color: #fff;
}

.hbc-navbar__menu .menu-item-has-children > .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(0, 0, 0, 0.06);
	z-index: 10001;
}

.hbc-navbar__menu .menu-item-has-children > .sub-menu a {
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #1a2f24;
	border-bottom: 0;
}

.hbc-navbar__menu .menu-item-has-children > .sub-menu a:hover {
	background: #f6faf8;
	color: #1b4332;
}

.hbc-navbar__menu .menu-item-has-children:hover > .sub-menu,
.hbc-navbar__menu .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}

.hbc-navbar__cta-wrap {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 12px;
}

.hbc-navbar__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Segoe UI", Arial, sans-serif;
	transition: background 0.15s ease, color 0.15s ease;
}

.hbc-navbar__cta:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.hbc-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 24px;
}

.hbc-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.hbc-brand {
	font-size: 42px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.2px;
	display: inline-flex;
	align-items: center;
}

.hbc-brand img {
	display: block;
	height: 86px !important;
	width: auto !important;
	max-width: 100%;
}

.hbc-custom-logo {
	display: block;
	height: 86px !important;
	width: auto !important;
	max-width: 100%;
}

.hbc-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.hbc-menu li {
	margin: 0;
	position: relative;
}

.hbc-menu a {
	font-size: 18px;
}

.hbc-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 180px;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	z-index: 10000;
	pointer-events: auto;
}

.hbc-menu .sub-menu li {
	margin: 0;
}

.hbc-menu .sub-menu a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	white-space: nowrap;
}

.hbc-menu li.menu-item-has-children:hover > .sub-menu,
.hbc-menu li.menu-item-has-children:focus-within > .sub-menu {
	display: block;
}

.hbc-menu li.menu-item-has-children > a {
	display: inline-block;
	padding-bottom: 6px;
}

.hbc-profile-trigger {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eef3fb;
	color: #1e3a5f;
	font-size: 18px !important;
	line-height: 1;
}

.hbc-profile-trigger:hover {
	background: #dfeaf9;
}

.hbc-profile-menu .sub-menu {
	right: 0;
	left: auto;
}

.hbc-main {
	margin: 0;
	padding: 0;
}

/* Home: transparent header over hero; solid when scrolled */
body.home .hbc-site-header--mountain {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10050;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Avoid a bright “line” under the transparent header over the hero */
body.home .hbc-site-header--mountain:not(.is-scrolled) {
	border-bottom-color: transparent;
}

body.home .hbc-site-header--mountain.is-scrolled {
	background: rgba(26, 36, 26, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

body.home .hbc-navbar__cta {
	background: #84947e;
	border-color: transparent;
	color: #fff;
	text-transform: none;
	letter-spacing: 0.06em;
	font-weight: 700;
}

body.home .hbc-navbar__cta:hover {
	background: #6d7c68;
	color: #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.hbc-page-content {
	max-width: 1400px;
	margin: 42px auto;
	padding: 0 32px;
}

/* Match home-page side spacing for plugin listing pages */
.hbc-page-content .hb-suite.hb-room-list,
.hbc-page-content .hb-suite.hb-hotel-list {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.hbc-page-content .hb-suite.hb-vendor-dashboard,
.hbc-page-content .hb-suite.hb-profile,
.hbc-page-content .hb-suite.hb-bookings-table {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.hbc-site-footer {
	border-top: 1px solid #ececec;
	margin-top: 40px;
	padding: 24px 0;
	color: #666;
}

.hbc-site-footer--mountain {
	margin-top: 0;
	border-top: 0;
	background: #1a241a;
	color: rgba(255, 255, 255, 0.88);
	padding: 0;
}

.hbc-footer-main {
	padding: 56px 0 32px;
}

.hbc-footer-intro {
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hbc-footer-intro .hbc-footer-brand {
	margin-bottom: 14px;
}

.hbc-footer-intro .hbc-footer-desc {
	max-width: 520px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.75;
}

.hbc-footer-brand--logo {
	line-height: 0;
}

.hbc-footer-logo {
	display: block;
	width: auto;
	max-height: 56px;
}

.hbc-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.9fr);
	gap: 40px;
	align-items: start;
}

.hbc-footer-contact-line--icon {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.hbc-footer-ic {
	flex-shrink: 0;
	margin-top: 2px;
	opacity: 0.85;
}

.hbc-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbc-footer-links li {
	margin: 0 0 10px;
}

.hbc-footer-links a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

.hbc-footer-links a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hbc-footer-social-bar {
	background: #0d0d0d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 0;
}

.hbc-footer-social-inner {
	display: flex;
	justify-content: center;
	gap: 14px;
}

.hbc-footer-social-inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(154, 167, 160, 0.35);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

.hbc-footer-social-inner a:hover {
	background: rgba(175, 189, 181, 0.52);
	border-color: rgba(255, 255, 255, 0.24);
}

.hbc-footer-brand {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 12px;
}

.hbc-footer-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.65);
	max-width: 320px;
}

.hbc-footer-heading {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
}

.hbc-footer-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.hbc-footer-form input[type='email'] {
	flex: 1;
	min-width: 160px;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 14px;
}

.hbc-footer-form input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.hbc-footer-join {
	padding: 12px 20px;
	border-radius: 999px;
	border: 0;
	background: #84947e;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.hbc-footer-join:hover {
	filter: brightness(1.08);
}

.hbc-footer-contact-line {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.hbc-footer-contact-line a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hbc-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px 0;
}

.hbc-footer-copy {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
}

@media (max-width: 768px) {
	.hbc-footer-intro {
		margin-bottom: 28px;
		padding-bottom: 28px;
	}

	.hbc-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.hbc-wrap,
	.hbc-page-content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.hbc-page-content {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.hbc-page-content .hb-suite.hb-room-list,
	.hbc-page-content .hb-suite.hb-hotel-list {
		max-width: 100%;
	}

	.hbc-page-content .hb-suite.hb-vendor-dashboard,
	.hbc-page-content .hb-suite.hb-profile,
	.hbc-page-content .hb-suite.hb-bookings-table {
		max-width: 100%;
	}

	.hbc-brand {
		font-size: 30px;
	}

	.hbc-topbar__inner {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.hbc-topbar__address {
		font-size: 11px;
		justify-content: center;
		width: 100%;
	}

	.hbc-topbar__actions {
		width: 100%;
		justify-content: center;
	}

	.hbc-navbar__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 12px;
	}

	.hbc-navbar__brand {
		order: 1;
		font-size: 18px;
	}

	.hbc-navbar__cta-wrap {
		order: 2;
		justify-self: center;
		width: 100%;
		justify-content: center;
	}

	.hbc-navbar__nav {
		order: 3;
		max-width: 100%;
	}

	.hbc-navbar__menu {
		justify-content: center;
		gap: 6px 14px;
	}

	.hbc-navbar__link {
		font-size: 15px;
	}

	.hbc-navbar__cta {
		width: 100%;
		max-width: 280px;
		font-size: 13px;
	}

	.hbc-navbar__logo-wrap .custom-logo,
	.hbc-navbar__logo-img {
		max-height: 56px;
	}

	.hbc-brand img {
		height: 56px !important;
	}

	.hbc-custom-logo {
		height: 56px !important;
	}

	.hbc-menu {
		gap: 12px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.hbc-menu a {
		font-size: 14px;
	}
}

/* -------------------------------------------------------------------------
   Room details page (reference-style layout)
   ------------------------------------------------------------------------- */
.hbc-room-detail-page {
	max-width: 1080px;
}

.hbc-room-detail__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #7a7f7d;
	font-size: 16px;
	margin-bottom: 18px;
}

.hbc-room-detail__hero {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #ececec;
}

.hbc-room-detail__slides {
	position: relative;
}

.hbc-room-detail__slide {
	display: none;
	margin: 0;
}

.hbc-room-detail__slide.is-active {
	display: block;
}

.hbc-room-detail__hero img {
	display: block;
	width: 100%;
	height: min(58vw, 560px);
	min-height: 320px;
	object-fit: cover;
}

.hbc-room-detail__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #29302e;
	font-size: 20px;
	line-height: 34px;
	cursor: pointer;
	z-index: 3;
}

.hbc-room-detail__nav--prev {
	left: 12px;
}

.hbc-room-detail__nav--next {
	right: 12px;
}

.hbc-room-detail__dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	display: inline-flex;
	gap: 8px;
	z-index: 3;
}

.hbc-room-detail__dot {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	cursor: pointer;
}

.hbc-room-detail__dot.is-active {
	background: #fff;
}

.hbc-room-detail__content {
	padding-top: 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.hbc-room-detail__main {
	min-width: 0;
}

.hbc-room-detail__content h1 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 5.2vw, 42px);
	font-weight: 600;
	margin: 0 0 12px;
	color: #1f2724;
}

.hbc-room-detail__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	font-size: 17px;
	color: #788280;
}

.hbc-room-detail__meta li {
	position: relative;
	padding-left: 16px;
}

.hbc-room-detail__meta li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #8aa28b;
}

.hbc-room-detail__desc {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.8;
	color: #5f6966;
	max-width: 950px;
}

.hbc-room-detail__booking {
	background: #dce0dc;
	border-radius: 14px;
	padding: 16px 18px;
	position: sticky;
	top: 90px;
}

.hbc-room-detail__booking h3 {
	margin: 0 0 8px;
	font-size: 40px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	color: #1f2724;
}

.hbc-room-detail__booking-price {
	margin: 0 0 14px;
	font-size: 18px;
	color: #4f5b58;
}

.hbc-room-detail__booking-price--hourly {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.hbc-room-detail__hourly-item {
	display: grid;
	grid-template-columns: 30px 1fr auto;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 10px 12px;
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.hbc-room-detail__hourly-item-msg {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	color: #8a2a2a;
	min-height: 0;
}

.hbc-room-detail__hourly-item.is-slot-unavailable {
	opacity: 0.55;
	cursor: not-allowed;
}

.hbc-room-detail__hourly-item.is-slot-unavailable em,
.hbc-room-detail__hourly-item.is-slot-unavailable .hbc-room-detail__hourly-item-price {
	color: #7a7a7a;
}

.hbc-room-detail__hourly-item:has(input:checked) {
	background: #f3f4f3;
	box-shadow: inset 0 0 0 1px #e1e6e1;
}

.hbc-room-detail__hourly-item input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	border: 1.5px solid #2d2c35;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin: 0;
}

.hbc-room-detail__hourly-item input[type="radio"]:checked {
	background: #2f2c39;
	border-color: #2f2c39;
}

.hbc-room-detail__hourly-item input[type="radio"]:checked::after {
	content: "\2713";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.hbc-room-detail__hourly-item-price {
	font-size: 24px;
	font-weight: 700;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	color: #2e2c37;
	letter-spacing: 0.01em;
}

.hbc-room-detail__hourly-item em {
	font-style: normal;
	font-size: 20px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	color: #2f2c39;
}

.hbc-room-detail__booking-price strong {
	font-size: 32px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	color: #111;
	margin: 0 4px;
}

.hbc-room-detail__booking-form {
	display: grid;
	gap: 10px;
}

.hbc-room-detail__booking-form label {
	display: grid;
	gap: 6px;
	font-size: 16px;
	color: #2f3b37;
}

.hbc-room-detail__booking-form .hb-input {
	height: 46px;
	border: 1px solid #d7ddd8;
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 17px;
	background: #f4f6f4;
}

.hbc-room-detail__booking-form .hb-btn {
	margin-top: 8px;
	border-radius: 999px;
	background: #8ea08e;
	border-color: #8ea08e;
}

.hbc-room-detail__booking-form .hb-btn:hover {
	background: #7f937f;
	border-color: #7f937f;
}

.hbc-room-detail__booking-form .hbc-datetime-modal .hb-btn {
	margin-top: 0;
}

/* Check-in date + time row (hotel detail booking) */
.hbc-datetime-pick {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.hbc-datetime-pick__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.hbc-datetime-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.hbc-datetime-field__lbl {
	font-size: 11px;
	font-weight: 600;
	color: #7a8a82;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hbc-datetime-field__btn {
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-family: Jost, "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #1a241a;
}

@media (max-width: 400px) {
	.hbc-datetime-pick__row {
		grid-template-columns: 1fr;
	}
}

.hbc-datetime-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.hbc-datetime-modal.is-open {
	display: flex;
}

.hbc-datetime-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 30, 22, 0.45);
}

.hbc-datetime-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: min(90vh, 640px);
	overflow: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
}

.hbc-datetime-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px 8px;
	border-bottom: 1px solid #e8ece9;
}

.hbc-datetime-modal__title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 600;
	color: #1f2724;
}

.hbc-datetime-modal__x {
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #60706b;
	padding: 4px 8px;
	border-radius: 8px;
}

.hbc-datetime-modal__x:hover {
	background: #f0f3f1;
	color: #1a241a;
}

.hbc-datetime-modal__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding: 12px 8px 16px;
}

@media (max-width: 640px) {
	.hbc-datetime-modal__cols {
		grid-template-columns: 1fr;
	}
}

.hbc-datetime-modal__col {
	padding: 8px 12px 12px;
	min-width: 0;
}

.hbc-datetime-modal__col-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #6d7c68;
}

.hbc-datetime-modal__fp-dummy {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hbc-datetime-modal__calendar-wrap {
	position: relative;
	min-height: 280px;
}

.hbc-datetime-modal__flatpickr-cal.flatpickr-calendar {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 0 auto;
	box-shadow: none;
	border: 1px solid #e4eae6;
	border-radius: 12px;
	font-family: Jost, "Segoe UI", Arial, sans-serif;
}

.hbc-datetime-modal__flatpickr-cal .flatpickr-day.selected,
.hbc-datetime-modal__flatpickr-cal .flatpickr-day.startRange,
.hbc-datetime-modal__flatpickr-cal .flatpickr-day.endRange {
	background: #1a241a;
	border-color: #1a241a;
}

.hbc-datetime-modal__flatpickr-cal .flatpickr-day.selected:hover {
	background: #2f3d35;
	border-color: #2f3d35;
}

.hbc-datetime-modal__ampm {
	display: flex;
	gap: 0;
	margin-bottom: 12px;
	border-radius: 999px;
	padding: 4px;
	background: #eef1ee;
	border: 1px solid #dde3df;
}

.hbc-datetime-modal__ampm-btn {
	flex: 1;
	border: 0;
	background: transparent;
	border-radius: 999px;
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	color: #5a6b62;
	font-family: inherit;
	transition: background 0.15s ease, color 0.15s ease;
}

.hbc-datetime-modal__ampm-btn.is-active {
	background: #fff;
	color: #1a241a;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.hbc-datetime-modal__ampm-btn:disabled,
.hbc-datetime-modal__ampm-btn.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
	color: #9aa8a0;
}

.hbc-datetime-modal__hours {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	max-height: 320px;
	overflow-y: auto;
	padding-right: 2px;
}

.hbc-datetime-modal__hour {
	border: 1px solid #d7ddd8;
	border-radius: 10px;
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 500;
	background: #fafbf9;
	cursor: pointer;
	color: #2f3b37;
	font-family: inherit;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.hbc-datetime-modal__hour:hover {
	border-color: #8ea08e;
	background: #fff;
}

.hbc-datetime-modal__hour.is-selected {
	border-color: #1a241a;
	background: #1a241a;
	color: #fff;
}

.hbc-datetime-modal__hour:disabled,
.hbc-datetime-modal__hour.is-disabled {
	opacity: 0.42;
	cursor: not-allowed;
	background: #f0f2f0;
	color: #a8b0aa;
	border-color: #e4e8e5;
}

.hbc-datetime-modal__hour:disabled:hover,
.hbc-datetime-modal__hour.is-disabled:hover {
	border-color: #e4e8e5;
	background: #f0f2f0;
}

.hbc-datetime-modal__foot {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 14px 20px 18px;
	border-top: 1px solid #e8ece9;
}

.hbc-datetime-modal__cancel {
	border: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #60706b;
	cursor: pointer;
	padding: 10px 12px;
	font-family: inherit;
}

.hbc-datetime-modal__cancel:hover {
	color: #1a241a;
}

.hbc-datetime-modal__done {
	margin-top: 0;
	border-radius: 999px;
	padding-left: 22px;
	padding-right: 22px;
}

body.hbc-datetime-modal-open {
	overflow: hidden;
}

.hbc-room-detail__group {
	margin-top: 26px;
}

.hbc-room-detail__group h2 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 12px;
	color: #1f2724;
}

.hbc-room-detail__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 0;
}

.hbc-room-detail__grid li {
	position: relative;
	padding-left: 24px;
	color: #60706b;
	font-size: 17px;
	line-height: 1.55;
	display: block;
	word-break: break-word;
}

.hbc-room-detail__grid li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.15em;
	color: #6fa286;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}

.hbc-room-detail__grid li p {
	margin: 0;
}

.hbc-room-detail__grid li img {
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.hbc-room-detail__grid li img.emoji,
.hbc-room-detail__grid li .emoji {
	width: 1em !important;
	height: 1em !important;
	display: inline-block !important;
	vertical-align: -0.1em;
}

@media (max-width: 900px) {
	.hbc-room-detail__content {
		grid-template-columns: 1fr;
	}

	.hbc-room-detail__booking {
		position: static;
	}

	.hbc-room-detail__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.hbc-room-detail__grid {
		grid-template-columns: 1fr;
	}

	.hbc-room-detail__meta {
		gap: 10px 16px;
	}
}

/* -------------------------------------------------------------------------
   Rooms list page (ThimPress-like grid + right sidebar filter)
   ------------------------------------------------------------------------- */
.hb-room-list-page {
	max-width: 1240px;
	margin: 28px auto 44px;
	padding: 0 24px;
}

.hb-room-list__title {
	margin: 8px 0 20px;
	text-align: center;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 600;
	color: #1f2724;
}

.hb-room-list__crumbs-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -6px 0 20px;
}

.hb-room-list__crumbs {
	margin: 0;
	font-size: 17px;
	color: #7f8a85;
}

.hb-room-list__crumbs a {
	color: inherit;
}

.hb-room-list__crumbs span {
	opacity: 0.9;
}

.hb-room-list__crumbs-line {
	margin-top: 8px;
	width: 140px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(132, 148, 126, 0.2) 0%, #84947e 50%, rgba(132, 148, 126, 0.2) 100%);
}

.hb-room-list__quick-form {
	display: grid;
	grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(120px, 1fr)) auto;
	gap: 0 14px;
	align-items: center;
	padding: 14px 16px;
	margin: 0 auto 18px;
	background: #fff;
	border: 1px solid #e3e9e5;
	border-radius: 999px;
}

.hb-room-list__quick-field {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.hb-room-list__quick-field label {
	font-size: 18px !important;
	font-weight: 500;
	color: #6f7b77;
}

.hb-room-list__quick-form .hb-input {
	height: 34px;
	border: 0;
	background: transparent;
	padding: 4px 6px;
	font-size: 18px !important;
	font-weight: 500;
	box-shadow: none;
}

.hb-room-list__quick-field:not(.hb-room-list__quick-field--dates) label {
	font-size: 18px !important;
	font-weight: 500;
}

.hb-room-list__quick-field:not(.hb-room-list__quick-field--dates) .hb-input {
	height: 34px;
	font-size: 18px !important;
	line-height: 1;
	font-weight: 500;
}

.hb-room-list__quick-field + .hb-room-list__quick-field {
	border-left: 1px solid rgba(26, 36, 26, 0.1);
	padding-left: 14px;
}

.hb-room-list__quick-submit.hb-btn {
	height: 48px;
	padding: 0 26px;
	border-radius: 999px;
	background: #8ea08e;
	border: 0;
	white-space: nowrap;
}

.hb-room-list__quick-submit.hb-btn:hover {
	background: #7d907d;
}

.hb-room-list__results-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e3e9e5;
	border-radius: 12px;
	margin: 2px 0 24px;
}

.hb-room-list__results-count {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #222d28;
}

.hb-room-list__sort-form {
	margin: 0;
}

.hb-room-list__sort-select {
	min-width: 220px;
	height: 38px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #2f3a35;
	font-size: 15px;
}

.flatpickr-calendar.hb-room-list-flatpickr {
	border: 1px solid #dfe7e1;
	border-radius: 12px;
	box-shadow: 0 16px 38px rgba(18, 30, 22, 0.15);
	padding: 4px 6px 6px;
}

.flatpickr-calendar.hb-room-list-flatpickr .flatpickr-months {
	margin-bottom: 4px;
}

.flatpickr-calendar.hb-room-list-flatpickr .flatpickr-day.selected,
.flatpickr-calendar.hb-room-list-flatpickr .flatpickr-day.startRange,
.flatpickr-calendar.hb-room-list-flatpickr .flatpickr-day.endRange {
	background: #8ea08e;
	border-color: #8ea08e;
}

.flatpickr-calendar.hb-room-list-flatpickr .flatpickr-day.inRange {
	background: rgba(142, 160, 142, 0.18);
	border-color: rgba(142, 160, 142, 0.18);
	box-shadow: -5px 0 0 rgba(142, 160, 142, 0.18), 5px 0 0 rgba(142, 160, 142, 0.18);
}

.hb-room-list__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: start;
}

.hb-room-list__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hb-room-list__item {
	border: 1px solid #e1e6e2;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
}

.hb-room-list__card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.hb-room-list__media {
	position: relative;
}

.hb-room-list__image-wrap {
	position: relative;
	height: 220px;
	background: #dce3de;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.hb-room-list__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-room-list__image--empty {
	min-height: 220px;
	background: linear-gradient(140deg, #cfd9d2, #b8c4bc);
}

.hb-room-list__badge {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 6px 12px;
	border-radius: 4px;
	background: #8ba38d;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.12em;
	font-weight: 700;
	z-index: 4;
}

.hb-room-list__price-chip-outer {
	position: relative;
	z-index: 5;
	margin: -22px 12px 0;
}

.hb-room-list__price-chip {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 6px;
	background: #fff;
	border-radius: 0 14px 14px 14px;
	padding: 12px 16px 10px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid #e8efe9;
}

.hb-room-list__price-chip-value {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	color: #111;
}

.hb-room-list__price-chip-unit {
	font-size: 15px;
	color: #6b7671;
	font-weight: 500;
}

.hb-room-list__body {
	padding: 28px 16px 16px;
}

.hb-room-list__room-title {
	margin: 0 0 10px;
	font-size: 26px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.12;
	color: #171d1b;
}

.hb-room-list__hotel {
	display: none;
}

.hb-room-list__price {
	display: none;
}

.hb-room-list__meta {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	font-size: 15px;
	color: #7b8581;
}

.hb-room-list__meta--stack {
	display: grid;
	gap: 5px;
	margin-bottom: 12px;
}

.hb-room-list__meta-item {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #6b7571;
}

.hb-room-list__meta-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	opacity: 0.65;
}

.hb-room-list__meta-item--bed::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23707b76' stroke-width='1.5'%3E%3Cpath d='M2 9h12v4H2zM2 9V6h4v3M14 9V7a2 2 0 0 0-2-2H9v4M2 13v1M14 13v1'/%3E%3C/svg%3E");
}

.hb-room-list__meta-item--size::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23707b76' stroke-width='1.5'%3E%3Cpath d='M3 3h10v10H3zM6 3v10M10 3v10M3 6h10M3 10h10'/%3E%3C/svg%3E");
}

.hb-room-list__meta-item--guest::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23707b76' stroke-width='1.5'%3E%3Ccircle cx='8' cy='5' r='2.3'/%3E%3Cpath d='M3.2 13a4.8 4.8 0 0 1 9.6 0'/%3E%3C/svg%3E");
}

.hb-room-list__meta-item--distance::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23707b76' stroke-width='1.5'%3E%3Cpath d='M8 14s-3.5-3.1-3.5-5.8A3.5 3.5 0 1 1 11.5 8.2C11.5 10.9 8 14 8 14Z'/%3E%3Ccircle cx='8' cy='8' r='1.25'/%3E%3C/svg%3E");
}

.hb-room-list__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hb-room-list__book-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid #84947e;
	color: #84947e;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
}

.hb-room-list__partner {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.hb-room-list__partner--agoda {
	background: #fff;
	border: 1px solid #dfe5e1;
	color: #67716d;
	font-size: 8px;
}

.hb-room-list__partner--b {
	background: #0f4d90;
	color: #fff;
	font-size: 15px;
}

.hb-room-list__partner--bird {
	background: #35b8e6;
	color: #fff;
	font-size: 14px;
}

.hb-room-list__sidebar .hb-room-filter {
	background: #fff;
	border: 1px solid #e7ece8;
	border-radius: 2px;
	padding: 14px 16px;
	display: block;
}

.hb-room-filter--sidebar {
	display: block !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	margin: 0 !important;
}

.hb-room-filter__title {
	margin: 0;
	font-size: 0;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #1f2724;
}

.hb-room-filter__section {
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1ee;
}

.hb-room-filter__section:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hb-room-filter__section-title {
	margin: 0 0 8px;
	font-size: 34px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #1f2724;
}

.hb-room-filter__range-label {
	margin: 0 0 10px;
	font-size: 26px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	color: #222;
}

.hb-room-filter__price-range {
	width: 100%;
	appearance: none;
	height: 3px;
	background: #d3ddd5;
	border-radius: 999px;
	outline: none;
}

.hb-room-filter__price-range::-webkit-slider-thumb {
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #84947e;
	border: 0;
	cursor: pointer;
}

.hb-room-filter__price-range::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #84947e;
	border: 0;
	cursor: pointer;
}

.hb-room-filter__field {
	margin: 0 0 10px;
}

.hb-room-filter__field--row label {
	display: block;
	margin-bottom: 4px;
}

.hb-room-filter__field label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #62706a;
}

.hb-room-filter__field .hb-input {
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}

.hb-room-filter__checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hb-room-filter__check-item {
	margin: 0 0 8px;
	font-size: 17px;
	font-family: "Jost", Arial, sans-serif;
	color: #4a5650;
}

.hb-room-filter__check-item label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0;
	font-weight: 600;
	cursor: pointer;
}

.hb-room-filter__check-text {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.hb-room-filter__check-item input {
	margin-top: 3px;
	flex-shrink: 0;
}

.hb-room-filter__count {
	color: #8a9690;
	font-size: 17px;
	font-family: "Jost", Arial, sans-serif;
	font-weight: 500;
}

.hb-room-filter__actions {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
}

.hb-room-filter__actions .hb-btn {
	width: 100%;
}

.hb-room-filter__actions .hb-btn--filter {
	background: #84947e;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 16px;
	border-radius: 999px;
}

.hb-room-filter__actions .hb-btn--filter:hover {
	background: #73856f;
	color: #fff;
}

.hb-room-filter__actions .hb-btn--ghost {
	background: #fff;
	border: 1px solid #d5dfd8;
	color: #5d6a64;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: auto;
	min-width: 205px;
	margin: 0 auto;
	min-height: 36px;
	padding: 0 14px;
	line-height: 1;
}

.hb-room-list__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
}

.hb-room-list__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #d5dfd8;
	border-radius: 999px;
	color: #5d6a64;
	font-size: 13px;
	text-decoration: none;
	background: #fff;
}

.hb-room-list__pagination .page-numbers.current {
	background: #84947e;
	border-color: #84947e;
	color: #fff;
	font-weight: 700;
}

.hb-room-list__pagination a.page-numbers:hover {
	border-color: #9aaba0;
	color: #3f4b46;
}

@media (max-width: 980px) {
	.hb-room-list__quick-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 18px;
		row-gap: 10px;
	}

	.hb-room-list__quick-field + .hb-room-list__quick-field {
		border-left: 0;
		padding-left: 0;
	}

	.hb-room-list__quick-submit.hb-btn {
		grid-column: 1 / -1;
		width: 100%;
	}

	.hb-room-list__layout {
		grid-template-columns: 1fr;
	}

	.hb-room-list__results-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.hb-room-list__sort-select {
		min-width: 200px;
		font-size: 16px;
	}

	.hb-room-list__sidebar {
		order: -1;
	}
}

@media (max-width: 680px) {
	.hb-room-list-page {
		padding: 0 14px;
	}

	.hb-room-list__quick-form {
		grid-template-columns: 1fr;
		padding: 12px;
		border-radius: 14px;
	}

	.hb-room-list__cards {
		grid-template-columns: 1fr;
	}

	.hb-room-list__results-count {
		font-size: 16px;
	}

	.hb-room-list__sort-select {
		width: 100%;
		min-width: 0;
		font-size: 15px;
	}
}

/* -------------------------------------------------------------------------
   Home rooms carousel: match room-list card design
   ------------------------------------------------------------------------- */
body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card {
	border: 1px solid #e1e6e2 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__media {
	position: relative !important;
	height: 220px !important;
	min-height: 220px !important;
	border-radius: 12px 12px 0 0 !important;
	overflow: hidden !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__badge {
	top: 0px !important;
	left: 0px !important;
	padding: 10px 14px !important;
	min-height: 34px !important;
	display: inline-flex !important;
	align-items: center !important;
	border-radius: 4px !important;
	background: #8ba38d !important;
	font-size: 14px !important;
	letter-spacing: 0.08em !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__body {
	position: relative !important;
	padding: 28px 16px 16px !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__price-tag {
	position: static !important;
	left: auto !important;
	top: auto !important;
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 0 10px !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__price-tag--tiers {
	width: 100% !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__hotel-price-tiers {
	justify-content: center !important;
	gap: 20px !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__price-num {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: 38px !important;
	line-height: 1.1 !important;
	font-weight: 700 !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__price-unit {
	font-size: 15px !important;
	color: #6b7671 !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__title {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: 26px !important;
	line-height: 1.12 !important;
	margin: 0 0 10px !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__footer {
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 10px !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__facts li {
	font-size: 13px !important;
	color: #6b7571 !important;
}

body .hb-home__section--rooms .hb-home__cards--rooms-pair .hb-home__room-card__book {
	align-self: flex-start !important;
	min-height: 40px !important;
	padding: 0 20px !important;
	border-radius: 999px !important;
	border: 1px solid #84947e !important;
	color: #84947e !important;
	font-size: 14px !important;
	background: #fff !important;
}

/* Hero booking bar: remove unwanted underline line */
body .hb-home__booking-form.hb-home__booking-form--pill .hb-home__field,
body .hb-home__booking-form.hb-home__booking-form--pill .hb-input {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.home .hb-home__booking-form.hb-home__booking-form--pill {
	grid-template-columns: minmax(400px, 2.5fr) minmax(150px, 0.85fr) minmax(160px, 0.9fr) !important;
}

body.home .hb-home__booking-form.hb-home__booking-form--pill .hb-home__field label {
	font-size: 16px !important;
	font-weight: 600 !important;
}

body.home .hb-home__booking-form.hb-home__booking-form--pill .hb-home__field-error {
	margin: 6px 0 0 !important;
	color: #d93025 !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
}

body.home .hb-home__booking-form.hb-home__booking-form--pill .hb-input,
body.home .hb-home__booking-form.hb-home__booking-form--pill .hb-home__guest-toggle.hb-input {
	font-size: 16px !important;
	font-weight: 600 !important;
}

body .hb-home__booking-form.hb-home__booking-form--pill input[type='date'],
body .hb-home__booking-form.hb-home__booking-form--pill input[type='number'],
body .hb-home__booking-form.hb-home__booking-form--pill input[type='text'] {
	appearance: none;
	-webkit-appearance: none;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	background-image: none !important;
}

body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit,
body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit-fields-wrapper,
body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit-text,
body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit-month-field,
body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit-day-field,
body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-datetime-edit-year-field {
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

body .hb-home__booking-form.hb-home__booking-form--pill input[type='date']::-webkit-calendar-picker-indicator {
	opacity: 1;
	filter: none;
}

body .hb-home__booking-form.hb-home__booking-form--pill .hb-flatpickr-alt {
	border: 0 !important;
	border-bottom: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

/* Home hero: tighten title-to-search spacing (white search box). */
body.home .hb-home .hb-home__hero-inner {
	padding-bottom: clamp(8px, 2vw, 16px) !important;
}

body.home .hb-home .hb-home__search-wrap {
	margin-top: -56px !important;
}

@media (max-width: 1024px) {
	body.home .hb-home .hb-home__hero-inner {
		padding-bottom: 10px !important;
	}

	body.home .hb-home .hb-home__search-wrap {
		margin-top: -44px !important;
	}
}

@media (max-width: 640px) {
	body.home .hb-home .hb-home__hero-inner {
		padding-bottom: 8px !important;
	}

	body.home .hb-home .hb-home__search-wrap {
		margin-top: -28px !important;
	}
}

/* Auth pages: keep signup/login header color controlled from theme. */
.hb-auth-header {
	background: #84947e !important;
}

.hb-auth-header__inner {
	padding: 20px 12px !important;
	min-height: 16px;
}

