.mfhb-booking {
	--mfhb-ink: #17233c;
	--mfhb-muted: #667085;
	--mfhb-line: #e4e7ec;
	--mfhb-soft: #f6f7f9;
	--mfhb-accent: #b68a3a;
	--mfhb-accent-dark: #8c6725;
	box-sizing: border-box;
	color: var(--mfhb-ink);
	margin: 0 auto;
	max-width: 1200px;
	padding: clamp(32px, 6vw, 72px) 20px;
}

.mfhb-booking * {
	box-sizing: border-box;
}

.mfhb-booking__header {
	margin: 0 auto 34px;
	max-width: 720px;
	text-align: center;
}

.mfhb-booking__header h1,
.mfhb-booking-handoff h1 {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.15;
	margin: 0 0 14px;
}

.mfhb-booking__header > p:last-child,
.mfhb-booking-step__title p,
.mfhb-booking-handoff p {
	color: var(--mfhb-muted);
}

.mfhb-booking-form {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.mfhb-booking-form__main {
	display: grid;
	gap: 22px;
}

.mfhb-booking-step {
	background: #fff;
	border: 1px solid var(--mfhb-line);
	border-radius: 12px;
	padding: clamp(20px, 3vw, 30px);
}

.mfhb-booking-step__title {
	align-items: start;
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
}

.mfhb-booking-step__title > span {
	align-items: center;
	background: var(--mfhb-ink);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 34px;
	font-size: 14px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
}

.mfhb-booking-step h2,
.mfhb-booking-summary h2,
.mfhb-booking-summary h3 {
	color: var(--mfhb-ink);
	line-height: 1.25;
	margin: 0;
}

.mfhb-booking-step h2 {
	font-size: 22px;
}

.mfhb-booking-step__title p {
	font-size: 14px;
	margin: 5px 0 0;
}

.mfhb-form-grid {
	display: grid;
	gap: 17px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfhb-field--full {
	grid-column: 1 / -1;
}

.mfhb-booking .mfhb-field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
}

.mfhb-booking .mfhb-field input,
.mfhb-booking .mfhb-field select,
.mfhb-booking .mfhb-field textarea {
	background: #fff;
	border: 1px solid #cfd4dc;
	border-radius: 7px;
	color: var(--mfhb-ink);
	font: inherit;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.mfhb-booking .mfhb-field textarea {
	min-height: 105px;
	resize: vertical;
}

.mfhb-booking .mfhb-field input:focus,
.mfhb-booking .mfhb-field select:focus,
.mfhb-booking .mfhb-field textarea:focus {
	border-color: var(--mfhb-accent);
	box-shadow: 0 0 0 3px rgba(182, 138, 58, .16);
	outline: 0;
}

.mfhb-policy-check {
	align-items: start;
	display: flex;
	font-size: 14px;
	gap: 9px;
	margin-top: 16px;
}

.mfhb-policy-check input {
	margin-top: 3px;
}

.mfhb-policy-check a {
	color: var(--mfhb-accent-dark);
	font-weight: 700;
}

.mfhb-booking-summary {
	background: #fff;
	border: 1px solid var(--mfhb-line);
	border-radius: 12px;
	box-shadow: 0 16px 38px rgba(23, 35, 60, .09);
	padding: 22px;
	position: sticky;
	top: 28px;
}

.mfhb-booking-summary h2 {
	font-size: 23px;
	margin-bottom: 18px;
}

.mfhb-booking-summary__image {
	background: var(--mfhb-soft);
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.mfhb-booking-summary__image:empty {
	display: none;
}

.mfhb-booking-summary__image img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.mfhb-booking-summary h3 {
	border-bottom: 1px solid var(--mfhb-line);
	font-size: 18px;
	padding-bottom: 16px;
}

.mfhb-booking-summary dl {
	margin: 12px 0;
}

.mfhb-booking-summary dl > div {
	display: flex;
	font-size: 14px;
	gap: 16px;
	justify-content: space-between;
	padding: 7px 0;
}

.mfhb-booking-summary dt {
	color: var(--mfhb-muted);
}

.mfhb-booking-summary dd {
	font-weight: 650;
	margin: 0;
	text-align: right;
}

.mfhb-booking-summary__total {
	align-items: center;
	border-top: 1px solid var(--mfhb-line);
	display: flex;
	justify-content: space-between;
	margin: 15px 0 20px;
	padding-top: 17px;
}

.mfhb-booking-summary__total strong {
	color: var(--mfhb-accent-dark);
	font-size: 22px;
}

.mfhb-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.mfhb-booking-handoff {
	max-width: 720px;
	text-align: center;
}

@media (max-width: 860px) {
	.mfhb-booking-form {
		grid-template-columns: 1fr;
	}

	.mfhb-booking-summary {
		position: static;
	}
}

@media (max-width: 560px) {
	.mfhb-form-grid {
		grid-template-columns: 1fr;
	}

	.mfhb-field--full {
		grid-column: auto;
	}
}
