body.pangaea-has-mobile-booking-sheet .wte-mobile-sheet,
body.pangaea-has-mobile-booking-sheet .wte-mobile-sheet-overlay,
body.pangaea-has-mobile-booking-sheet .wte-mobile-bookbar,
body.pangaea-has-mobile-booking-sheet .wte-mobile-sheet-placeholder {
	display: none !important;
}

@media (min-width: 769px) {
	.pangaea-mobile-booking-overlay,
	.pangaea-mobile-booking-sheet,
	.pangaea-mobile-booking-bar {
		display: none !important;
	}
}

@media (max-width: 768px) {
	html.pangaea-mobile-booking-open,
	html.pangaea-mobile-booking-open body {
		overflow: hidden !important;
	}

	html.pangaea-mobile-booking-handoff,
	html.pangaea-mobile-booking-handoff body {
		overflow: hidden !important;
	}

	body.pangaea-has-mobile-booking-sheet #secondary .wpte-booking-area-wrapper,
	body.pangaea-has-mobile-booking-sheet #secondary .wpte-booking-area,
	body.pangaea-has-mobile-booking-sheet #secondary .wpte-bf-outer,
	body.pangaea-has-mobile-booking-sheet #secondary .wpte_price-toggle-btn-mb {
		display: none !important;
	}

	body.pangaea-has-mobile-booking-sheet {
		--pangaea-sheet-accent: #cc2b2f;
		--pangaea-sheet-accent-dark: #1e2940;
		--pangaea-sheet-surface: #ffffff;
		--pangaea-sheet-muted: #6a7284;
		--pangaea-sheet-border: rgba(17, 24, 39, 0.08);
		--pangaea-sheet-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-overlay {
		position: fixed;
		inset: 0;
		background: rgba(10, 16, 28, 0.44);
		backdrop-filter: blur(6px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
		z-index: 999997;
	}

body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet {
	--pangaea-sheet-hero-height: 124px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: min(88vh, 760px);
	display: flex;
	flex-direction: column;
	background:
		linear-gradient(
			180deg,
			#1e2c49 0,
			#182338 var(--pangaea-sheet-hero-height),
			#f7f7fb var(--pangaea-sheet-hero-height),
			#f7f7fb 100%
		);
	border-radius: 28px 28px 0 0;
	box-shadow: var(--pangaea-sheet-shadow);
	transform: translateY(104%);
	transition: transform 0.28s ease;
	z-index: 999998;
	overflow: hidden;
}

body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__hero {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: var(--pangaea-sheet-hero-height);
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet.has-hero-image .pangaea-mobile-booking-sheet__topbar {
	position: relative;
	z-index: 1;
}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__menuWrap {
		position: relative;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__tooltip {
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		transform: translateX(-100%);
		width: min(240px, calc(100vw - 48px));
		padding: 10px 12px;
		border-radius: 14px;
		background: rgba(24, 35, 56, 0.96);
		color: #fff;
		font-size: 12px;
		line-height: 1.5;
		box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
		z-index: 4;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__scroll {
		flex: 1;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 14px 14px calc(116px + env(safe-area-inset-bottom));
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__topbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 14px 0;
		color: #fff;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__topbtn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.14);
		color: #fff;
		font-size: 20px;
		line-height: 1;
		backdrop-filter: blur(8px);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__grab {
		width: 54px;
		height: 6px;
		border-radius: 999px;
		background: rgba(204, 43, 47, 0.16);
		margin: 10px auto 12px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card {
		position: relative;
		z-index: 2;
		background: var(--pangaea-sheet-surface);
		border-radius: 24px;
		box-shadow: 0 20px 50px rgba(17, 24, 39, 0.1);
		padding: 18px 18px 20px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__head {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 18px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__title {
		margin: 0;
		font-size: 21px;
		line-height: 1.14;
		font-weight: 800;
		color: #182338;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__subtitle {
		margin: 6px 0 0;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 700;
		color: #1f9c93;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__badge {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 8px 12px;
		border-radius: 999px;
		background: #f4f2fb;
		color: #475067;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		white-space: nowrap;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__section {
		margin-top: 20px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__section-head {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 12px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__label {
		margin: 0;
		font-size: 13px;
		line-height: 1.2;
		font-weight: 800;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		color: #1f2a40;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__hint {
		display: inline-block;
		margin-right: 6px;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.02em;
		text-transform: none;
		color: #8b91a3;
		vertical-align: middle;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-card__meta {
		font-size: 14px;
		font-weight: 700;
		color: var(--pangaea-sheet-accent);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-dates {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-dates::-webkit-scrollbar {
		display: none;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-date {
		flex: 0 0 74px;
		width: 74px;
		min-height: 86px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 10px 8px;
		border: 0;
		border-radius: 24px;
		background: #eef1ff;
		color: #26324a;
		text-align: center;
		pointer-events: none;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-date__dow {
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-date__day {
		font-size: 28px;
		line-height: 1;
		font-weight: 800;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-date__month {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary {
		display: grid;
		gap: 10px;
		padding: 16px;
		border-radius: 22px;
		background: #f4f5ff;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__row {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 12px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__title {
		margin: 0;
		font-size: 22px;
		line-height: 1;
		font-weight: 800;
		color: #1e2940;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__copy {
		margin: 4px 0 0;
		font-size: 12px;
		line-height: 1.35;
		color: var(--pangaea-sheet-muted);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__value {
		font-size: 30px;
		line-height: 1;
		font-weight: 900;
		color: var(--pangaea-sheet-accent);
		white-space: nowrap;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__prices {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 6px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__subvalue {
		display: none;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 800;
		color: #8b91a3;
		white-space: nowrap;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__subvalue.is-visible {
		display: block;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__lines {
		margin-top: 6px;
		padding-top: 2px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__line {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.4;
		color: #5c4950;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__line--total {
		margin-top: 6px;
		padding-top: 16px;
		border-top: 1px solid rgba(204, 43, 47, 0.08);
		font-size: 18px;
		font-weight: 800;
		color: #1b2440;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-summary__line--total .pangaea-mobile-booking-summary__line-value {
		font-size: 22px;
		font-weight: 900;
		color: var(--pangaea-sheet-accent);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-widget {
		display: none !important;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__footer {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
		background: linear-gradient(180deg, rgba(247, 247, 251, 0), #f7f7fb 28%, #f7f7fb 100%);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet__cta,
	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar__button {
		width: 100%;
		min-height: 58px;
		border: 0;
		border-radius: 999px;
		background: linear-gradient(135deg, #c91f26 0%, #d93232 100%);
		color: #fff;
		font-size: 18px;
		font-weight: 800;
		letter-spacing: 0.01em;
		box-shadow: 0 16px 32px rgba(201, 31, 38, 0.28);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		padding: 12px;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(17, 24, 39, 0.08);
		border-radius: 24px;
		box-shadow: 0 18px 35px rgba(15, 23, 42, 0.14);
		backdrop-filter: blur(16px);
		transform: translateY(calc(100% + 20px));
		transition: transform 0.24s ease;
		z-index: 999996;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar__eyebrow {
		margin: 0 0 4px;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: var(--pangaea-sheet-muted);
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar__row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 10px;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar__title {
		font-size: 15px;
		font-weight: 800;
		line-height: 1.2;
		color: #1d273d;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar__price {
		font-size: 20px;
		font-weight: 900;
		line-height: 1;
		color: var(--pangaea-sheet-accent);
		white-space: nowrap;
	}

	body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar.is-visible {
		transform: translateY(0);
	}

	html.pangaea-mobile-booking-open body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar,
	html.pangaea-mobile-booking-handoff body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-bar {
		transform: translateY(calc(100% + 20px));
		pointer-events: none;
	}

	html.pangaea-mobile-booking-open body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	html.pangaea-mobile-booking-open body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet {
		transform: translateY(0);
	}

	html.pangaea-mobile-booking-handoff body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-overlay,
	html.pangaea-mobile-booking-handoff body.pangaea-has-mobile-booking-sheet .pangaea-mobile-booking-sheet {
		opacity: 0;
		pointer-events: none;
		transform: translateY(104%);
	}

}
