body.amatum-booking-page {
	overflow-x: hidden;
	background: #f5f7fa;
	color: #111827;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}

body.amatum-booking-page #content,
body.amatum-booking-page .site-content,
body.amatum-booking-page .ast-container,
body.amatum-booking-page #primary {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.amatum-booking-page *,
.amatum-booking-page *::before,
.amatum-booking-page *::after {
	box-sizing: border-box;
}

.amatum-booking-shell {
	padding-block: clamp(50px, 7vw, 88px);
	background: #f5f7fa;
}

.amatum-booking-panel {
	width: 100%;
	max-width: 1380px;
	min-height: 260px;
	margin-inline: auto;
	padding: clamp(22px, 4vw, 48px);
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(17,24,39,.08);
}

.amatum-booking-panel > :first-child {
	margin-top: 0;
}

.amatum-booking-panel input,
.amatum-booking-panel select,
.amatum-booking-panel textarea {
	max-width: 100%;
	border: 1px solid #cfd6df;
	border-radius: 5px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.amatum-booking-panel input,
.amatum-booking-panel select {
	min-height: 46px;
}

.amatum-booking-panel button,
.amatum-booking-panel input[type="submit"] {
	min-height: 46px;
	padding-inline: 18px;
	border: 1px solid #d69d00;
	border-radius: 4px;
	background: #f5b400;
	color: #111;
	font-weight: 850;
}

.amatum-booking-panel table {
	max-width: 100%;
}

.amatum-booking-panel .wpbc_booking_form,
.amatum-booking-panel .booking_form,
.amatum-booking-panel form {
	max-width: 100%;
}

.amatum-booking-fallback {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.amatum-booking-fallback h2 {
	margin: 0 0 16px;
	color: #111827;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
}

.amatum-booking-fallback p {
	margin: 0 auto 18px;
	color: #53606f;
	line-height: 1.7;
}

.amatum-booking-fallback__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}

.amatum-booking-fallback__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid #d69d00;
	border-radius: 4px;
	background: #f5b400;
	color: #111827;
	font-weight: 850;
	text-decoration: none;
}

@media (max-width: 620px) {
	.amatum-booking-page .amatum-container {
		padding-inline: 14px;
	}

	.amatum-booking-panel {
		padding: 18px 14px;
	}
}
