.mhb-booking {
	--mhb-accent: #b48b35;
	--mhb-accent-dark: #8a6722;
	--mhb-border: #d8dee8;
	--mhb-field-bg: #fff;
	--mhb-field-text: #111827;
	--mhb-muted: #64748b;
	--mhb-ring: rgba(180, 139, 53, .24);
	display: grid;
	gap: 28px;
}

.mhb-notice {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	padding: 12px 14px;
}

.mhb-bank-details {
	background: #fff;
	border: 1px solid #dcdcde;
	margin-top: 10px;
	padding: 10px;
}

.mhb-search {
	background: linear-gradient(180deg, #fff, #fbfcfe);
	border: 1px solid var(--mhb-border);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 20px;
}

.mhb-search label,
.mhb-form label {
	display: block;
	min-width: 0;
}

.mhb-search label span,
.mhb-form label span {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
	margin-bottom: 7px;
}

.mhb-search input,
.mhb-search select,
.mhb-form input,
.mhb-form select {
	appearance: none;
	background-color: var(--mhb-field-bg);
	border: 1px solid var(--mhb-border);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--mhb-field-text);
	font: inherit;
	min-height: 46px;
	outline: none;
	padding: 11px 13px;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
	width: 100%;
}

.mhb-search input[type="date"],
.mhb-form input[type="date"] {
	padding-right: 10px;
}

.mhb-search input[type="search"] {
	padding-left: 14px;
}

.mhb-search select,
.mhb-form select {
	background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%);
	background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 36px;
}

.mhb-search input:focus,
.mhb-search select:focus,
.mhb-form input:focus,
.mhb-form select:focus {
	background-color: #fff;
	border-color: var(--mhb-accent);
	box-shadow: 0 0 0 4px var(--mhb-ring);
}

.mhb-search input::placeholder,
.mhb-form input::placeholder {
	color: #94a3b8;
}

.mhb-search button,
.mhb-form button {
	align-self: end;
	background:black;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(180, 139, 53, .22);
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 46px;
	padding: 11px 18px;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mhb-search button:hover,
.mhb-form button:hover {
	box-shadow: 0 18px 34px rgba(180, 139, 53, .28);
	filter: saturate(1.08);
	transform: translateY(-1px);
}

.mhb-search button:focus-visible,
.mhb-form button:focus-visible {
	box-shadow: 0 0 0 4px var(--mhb-ring), 0 18px 34px rgba(180, 139, 53, .28);
	outline: none;
}

.mhb-search-widget {
	grid-template-columns: 1fr;
}

.mhb-success {
	border-left-color: #00a32a;
}

.mhb-error {
	border-left-color: #d63638;
}

.mhb-ota-signup {
	max-width: 920px;
}

.mhb-ota-signup-form {
	margin-top: 0;
}

.mhb-api-key-field {
	background-color: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--mhb-field-text);
	font: inherit;
	margin-top: 10px;
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.mhb-hotel {
	background: #fff;
	border: 1px solid var(--mhb-border);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
	padding: 18px;
}

.mhb-hotel-head {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.mhb-single-hotel-head {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(220px, 420px) 1fr;
	margin-bottom: 18px;
}

.mhb-single-hotel-head img {
	border-radius: 8px;
	height: auto;
	width: 100%;
}

.mhb-single-description {
	margin-bottom: 24px;
}

.mhb-hotel-head h2,
.mhb-room h3 {
	margin: 0 0 6px;
}

.mhb-hotel-head img,
.mhb-room-media img {
	border-radius: 6px;
	display: block;
	height: auto;
	max-width: 100%;
}

.mhb-photo-gallery {
	display: grid;
	gap: 8px;
}

.mhb-photo-gallery button {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.mhb-photo-gallery-main img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.mhb-photo-gallery-thumbs {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(3, 1fr);
}

.mhb-photo-gallery-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

.mhb-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, .82);
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.mhb-lightbox.is-open {
	display: flex;
}

.mhb-lightbox-inner {
	max-height: 92vh;
	max-width: 96vw;
	position: relative;
}

.mhb-lightbox img {
	border-radius: 6px;
	display: block;
	max-height: 84vh;
	max-width: 96vw;
	object-fit: contain;
}

.mhb-lightbox-caption {
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.mhb-lightbox-close {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #1d2327;
	cursor: pointer;
	font-size: 24px;
	height: 38px;
	line-height: 1;
	position: absolute;
	right: -12px;
	top: -12px;
	width: 38px;
}

.mhb-lightbox-nav {
	background: rgba(255, 255, 255, .94);
	border: 0;
	border-radius: 999px;
	color: #1d2327;
	cursor: pointer;
	font-size: 46px;
	height: 52px;
	line-height: 1;
	margin-top: -26px;
	position: absolute;
	top: 50%;
	width: 52px;
}

.mhb-lightbox-prev {
	left: -68px;
}

.mhb-lightbox-next {
	right: -68px;
}

@media (max-width: 720px) {
	.mhb-lightbox-prev {
		left: 8px;
	}

	.mhb-lightbox-next {
		right: 8px;
	}
}

.mhb-photo-placeholder {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	color: #646970;
	display: flex;
	justify-content: center;
	padding: 14px;
	text-align: center;
}

.mhb-hotel-gallery {
	width: 100%;
}

.mhb-hotel-slider {
	grid-column: 1 / -1;
	width: 100%;
}

.mhb-hotel-slider-stage {
	background: #111;
	border-radius: 8px;
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mhb-hotel-slide {
	display: none;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.mhb-hotel-slide.is-active {
	display: block;
	z-index: 2;
}

.mhb-hotel-slide img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mhb-hotel-slider-nav {
	background: rgba(255, 255, 255, .92);
	border: 0;
	border-radius: 999px;
	color: #1d2327;
	cursor: pointer;
	font-size: 46px;
	height: 54px;
	line-height: 1;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	width: 54px;
	z-index: 20;
}

.mhb-hotel-slider-prev {
	left: 18px;
}

.mhb-hotel-slider-next {
	right: 18px;
}

.mhb-hotel-slider-thumbs {
	background: #1d2327;
	border-radius: 0 0 8px 8px;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 10px;
}

.mhb-hotel-slider-thumb {
	background: transparent;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	flex: 0 0 96px;
	height: 68px;
	overflow: hidden;
	padding: 0;
}

.mhb-hotel-slider-thumb.is-active {
	border-color: #fff;
}

.mhb-hotel-slider-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mhb-rooms {
	display: grid;
	gap: 18px;
}

.mhb-room {
	border-top: 1px solid #dcdcde;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(180px, 280px) 1fr;
	padding-top: 18px;
}

.mhb-room-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.mhb-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.mhb-amenities li {
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 5px;
	display: inline-flex;
	gap: 6px;
	padding: 6px 8px;
}

.mhb-amenities .dashicons {
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.mhb-amenity-icon {
	font-weight: 700;
	line-height: 1;
}

.mhb-room-meta span {
	background: #f0f6fc;
	border-radius: 4px;
	color: #1d2327;
	padding: 5px 8px;
}

.mhb-form {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	margin-top: 14px;
	padding: 16px;
}

.mhb-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-form button {
	width: max-content;
}

@media (max-width: 720px) {
	.mhb-hotel-head,
	.mhb-room,
	.mhb-single-hotel-head {
		display: block;
	}

	.mhb-grid {
		grid-template-columns: 1fr;
	}

	.mhb-search {
		grid-template-columns: 1fr;
	}

	.mhb-hotel-slider-stage {
		height: 360px;
	}

	.mhb-form button {
		width: 100%;
	}
}
