.aslpb-booking-wrap,
.aslpb-booking-wrap * {
	box-sizing: border-box;
}

.aslpb-booking-wrap {
	--aslpb-primary: #006cff;
	--aslpb-button: #020617;
	--aslpb-border: #dbe3ef;
	--aslpb-muted: #64748b;
	--aslpb-surface: #ffffff;
	--aslpb-soft: #f5f8fc;
	width: 100%;
	margin: 28px auto;
	font-family: inherit;
	color: #0f172a;
}

.aslpb-card {
	position: relative;
	overflow: hidden;
	max-width: 940px;
	margin: 0 auto;
	padding: 34px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
}

.aslpb-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--aslpb-primary), #07111f);
}

.aslpb-card-header {
	margin-bottom: 26px;
}

.aslpb-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	color: var(--aslpb-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.aslpb-card-header h2 {
	margin: 0 0 8px;
	color: #07111f;
	font-size: 30px;
	line-height: 1.16;
	font-weight: 800;
	letter-spacing: 0;
}

.aslpb-card-header p {
	max-width: 650px;
	margin: 0;
	color: var(--aslpb-muted);
	font-size: 15px;
	line-height: 1.6;
}

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

.aslpb-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

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

.aslpb-field span {
	color: #1e293b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.aslpb-field em {
	color: #ef4444;
	font-style: normal;
}

.aslpb-field input,
.aslpb-field select,
.aslpb-field textarea {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 14px;
	color: #0f172a;
	background: #ffffff;
	border: 1px solid var(--aslpb-border);
	border-radius: 8px;
	box-shadow: none;
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aslpb-field textarea {
	min-height: 118px;
	resize: vertical;
}

.aslpb-other-model-field[hidden] {
	display: none;
}

.aslpb-date-picker {
	cursor: pointer;
	background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
	background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.aslpb-field input:focus,
.aslpb-field select:focus,
.aslpb-field textarea:focus {
	border-color: var(--aslpb-primary);
	outline: none;
	box-shadow: 0 0 0 4px rgba(0, 108, 255, 0.15);
}

.aslpb-field select:disabled {
	color: #94a3b8;
	background: #f1f5f9;
}

.aslpb-price-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px 16px;
	align-items: center;
	margin-top: 20px;
	padding: 18px 20px;
	background: #07111f;
	color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(2, 6, 23, 0.16);
}

.aslpb-price-card span {
	color: #b7c5d8;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.aslpb-price-card strong {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	text-align: right;
}

.aslpb-price-card small {
	grid-column: 1 / -1;
	color: #dbeafe;
	font-size: 13px;
}

.aslpb-terms {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	color: #334155;
	font-size: 14px;
	line-height: 1.5;
}

.aslpb-terms input {
	margin-top: 3px;
}

.aslpb-recaptcha {
	margin-top: 18px;
}

.aslpb-response {
	display: none;
	margin-top: 18px;
	padding: 13px 15px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
}

.aslpb-response-success {
	display: block;
	color: #065f46;
	background: #d1fae5;
	border: 1px solid #a7f3d0;
}

.aslpb-response-error {
	display: block;
	color: #991b1b;
	background: #fee2e2;
	border: 1px solid #fecaca;
}

.aslpb-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 50px;
	margin-top: 22px;
	padding: 13px 24px;
	color: #ffffff;
	background: var(--aslpb-button);
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(2, 6, 23, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aslpb-submit:hover,
.aslpb-submit:focus {
	background: var(--aslpb-primary);
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(2, 6, 23, 0.24);
	outline: none;
}

.aslpb-submit:disabled {
	cursor: wait;
	opacity: 0.82;
	transform: none;
}

.aslpb-spinner {
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.38);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: aslpb-spin 0.8s linear infinite;
}

.aslpb-submit.is-loading .aslpb-spinner {
	display: inline-block;
}

@keyframes aslpb-spin {
	to {
		transform: rotate(360deg);
	}
}

.ui-datepicker {
	z-index: 999999 !important;
	width: 310px;
	padding: 12px;
	background: #ffffff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	font-family: inherit;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 8px 36px;
	background: #07111f;
	color: #ffffff;
	border-radius: 8px;
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	width: 28px;
	height: 28px;
	color: transparent;
	cursor: pointer;
	border-radius: 8px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 6px;
}

.ui-datepicker .ui-datepicker-next {
	right: 6px;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
}

.ui-datepicker .ui-datepicker-prev::after {
	content: "<";
}

.ui-datepicker .ui-datepicker-next::after {
	content: ">";
}

.ui-datepicker table {
	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
}

.ui-datepicker th {
	padding: 7px 0;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.ui-datepicker td {
	padding: 3px;
	border: 0;
	text-align: center;
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	color: #0f172a;
	border-radius: 8px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.ui-datepicker td.aslpb-open-day a {
	background: #eef6ff;
	color: #0f172a;
}

.ui-datepicker td.aslpb-open-day a:hover,
.ui-datepicker td .ui-state-active {
	background: var(--aslpb-primary, #006cff);
	color: #ffffff;
}

.ui-datepicker td.aslpb-closed-day span,
.ui-datepicker td.ui-datepicker-unselectable span {
	color: #a8b3c4;
	background: #f1f5f9;
	text-decoration: line-through;
	cursor: not-allowed;
}

@media (max-width: 720px) {
	.aslpb-card {
		padding: 26px 18px;
	}

	.aslpb-card-header h2 {
		font-size: 24px;
	}

	.aslpb-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.aslpb-price-card {
		grid-template-columns: 1fr;
	}

	.aslpb-price-card strong {
		text-align: left;
	}

	.aslpb-submit {
		width: 100%;
	}
}
