.aes-booking-request {
	--aes-booking-bg: #101016;
	--aes-booking-panel: #08090d;
	--aes-booking-border: #2a2527;
	--aes-booking-gold: #d2b36f;
	--aes-booking-text: #ffffff;
	--aes-booking-muted: #a59b90;
	background: var(--aes-booking-bg);
	border: 1px solid var(--aes-booking-border);
	color: var(--aes-booking-text);
	font-family: inherit;
}

.aes-booking-request__panel {
	display: none;
}

.aes-booking-request__panel.is-active {
	display: block;
}

.aes-booking-request__head {
	display: flex;
	justify-content: space-between;
	padding: 52px 60px 46px;
	border-bottom: 1px solid var(--aes-booking-border);
}

.aes-booking-request__kicker,
.aes-booking-request__label {
	display: block;
	margin: 0 0 14px;
	color: var(--aes-booking-muted);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.aes-booking-request__title {
	margin: 0;
	color: var(--aes-booking-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.15;
}

.aes-booking-request__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	padding: 56px 60px 60px;
}

.aes-booking-request__field--full,
.aes-booking-request__button--primary,
.aes-booking-request__actions {
	grid-column: 1 / -1;
}

.aes-booking-request .aes-booking-request__field > label {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

.aes-booking-request__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.aes-booking-request__option,
.aes-booking-request__result {
	display: flex;
	align-items: center;
	min-height: 66px;
	padding: 18px 24px;
	background: var(--aes-booking-panel);
	border: 1px solid var(--aes-booking-border);
	color: var(--aes-booking-text);
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.aes-booking-request__option:hover,
.aes-booking-request__option.is-selected,
.aes-booking-request__result:hover,
.aes-booking-request__result.is-selected {
	border-color: var(--aes-booking-gold);
	background: #141218;
}

.aes-booking-request__option[data-depth]:not([data-depth="0"]) {
	color: var(--aes-booking-muted);
	font-weight: 600;
}

.aes-booking-request input,
.aes-booking-request textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 74px;
	padding: 18px 24px;
	background: var(--aes-booking-panel);
	border: 1px solid var(--aes-booking-border);
	border-radius: 0;
	color: var(--aes-booking-text);
	font: inherit;
	font-size: 20px;
}

.aes-booking-request [data-aes-datepicker] {
	cursor: pointer;
}

.aes-booking-datepicker {
	display: none;
	position: fixed;
	z-index: 2147483647;
	box-sizing: border-box;
	width: min(312px, calc(100vw - 32px));
	padding: 14px;
	background: #101016;
	border: 1px solid var(--aes-booking-border, #2a2527);
	color: #fff;
	font-family: inherit;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.aes-booking-datepicker.is-open {
	display: block;
}

.aes-booking-datepicker__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
}

.aes-booking-datepicker__title {
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.aes-booking-datepicker__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #08090d;
	border: 1px solid var(--aes-booking-border, #2a2527);
	color: var(--aes-booking-gold, #d2b36f);
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.aes-booking-datepicker__weekdays,
.aes-booking-datepicker__days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
}

.aes-booking-datepicker__weekdays {
	margin: 0 0 8px;
	color: var(--aes-booking-muted, #a59b90);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.aes-booking-datepicker__day,
.aes-booking-datepicker__blank {
	aspect-ratio: 1;
}

.aes-booking-datepicker__day {
	padding: 0;
	background: #08090d;
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
}

.aes-booking-datepicker__day:hover,
.aes-booking-datepicker__day.is-selected {
	background: var(--aes-booking-gold, #d2b36f);
	border-color: var(--aes-booking-gold, #d2b36f);
	color: #050505;
}

.aes-booking-datepicker__day.is-disabled {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.06);
	color: #5d5d66;
	cursor: not-allowed;
}

.aes-booking-request textarea {
	min-height: 138px;
	resize: vertical;
}

.aes-booking-request input::placeholder,
.aes-booking-request textarea::placeholder {
	color: #8f8f97;
	opacity: 1;
}

.aes-booking-request__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.aes-booking-request__result {
	gap: 14px;
	font-size: 16px;
}

.aes-booking-request__result img {
	width: 54px;
	height: 54px;
	object-fit: cover;
}

.aes-booking-request__muted {
	grid-column: 1 / -1;
	padding: 18px 24px;
	background: #050506;
	color: var(--aes-booking-muted);
}

.aes-booking-request__button {
	min-height: 76px;
	padding: 18px 28px;
	border: 1px solid var(--aes-booking-border);
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 5px;
	text-transform: uppercase;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.aes-booking-request__button--primary {
	background: var(--aes-booking-gold);
	border-color: var(--aes-booking-gold);
	color: #050505;
}

.aes-booking-request__button--secondary {
	background: transparent;
	color: var(--aes-booking-muted);
}

.aes-booking-request__actions {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
}

.aes-booking-request__notice {
	display: none;
	margin: 0 60px 40px;
	padding: 16px 20px;
	border: 1px solid var(--aes-booking-border);
}

.aes-booking-request__notice:not(:empty) {
	display: block;
}

.aes-booking-request__notice[data-type="success"] {
	border-color: #4f7a5c;
	color: #b9e2c3;
}

.aes-booking-request__notice[data-type="error"] {
	border-color: #8f4b4b;
	color: #ffc4c4;
}

.aes-booking-request.is-submitting {
	opacity: 0.72;
	pointer-events: none;
}

@media (max-width: 767px) {
	.aes-booking-request__head,
	.aes-booking-request__body {
		padding: 32px 24px;
	}

	.aes-booking-request__body,
	.aes-booking-request__options,
	.aes-booking-request__results,
	.aes-booking-request__actions {
		grid-template-columns: 1fr;
	}

	.aes-booking-request__title {
		font-size: 30px;
	}

	.aes-booking-request__notice {
		margin: 0 24px 28px;
	}
}
