.aa-booking-outer-container-7bdc2571 {
	box-sizing: border-box;
	width: 100%;
	max-width: 1840px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 42px;
	padding: 0 42px;
	min-height: 210px;
	display: flex;
	align-items: center;
	font-family: 'Inter', sans-serif;
}

.aa-booking-form-7bdc2571 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.aa-booking-section-7bdc2571 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
	min-width: 0;
}

.aa-booking-intro-7bdc2571 {
	flex: 1.5;
	padding-left: 0;
}

.aa-booking-intro-7bdc2571 h2 {
	margin: 0;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	white-space: nowrap;
}

.aa-booking-section-7bdc2571 label {
	display: block;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 18px 0;
	padding: 0;
	white-space: nowrap;
}

.aa-booking-section-7bdc2571 input {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	color: #000000;
	font-size: 22px;
	height: auto;
}

.aa-booking-section-7bdc2571 input::placeholder {
	color: #6B6B6B;
	opacity: 1;
}

.aa-booking-divider-7bdc2571 {
	width: 1px;
	height: 115px;
	background-color: #E8E8E8;
	flex-shrink: 0;
}

.aa-date-input-wrapper-7bdc2571 {
	position: relative;
	display: flex;
	align-items: center;
}

.aa-calendar-icon-7bdc2571 {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	color: #000000;
	pointer-events: none;
}

.aa-booking-action-7bdc2571 {
	flex: 0 0 auto;
	padding-right: 0;
	display: flex;
	justify-content: flex-end;
}

.aa-submit-button-7bdc2571 {
	width: 145px;
	height: 72px;
	border-radius: 40px;
	background-color: #C91424;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out;
	padding: 0;
}

.aa-submit-button-7bdc2571:hover {
	background-color: #a8101d;
}

.aa-booking-message-7bdc2571 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #2e7d32;
	font-weight: 600;
	padding: 20px 0;
}

@media (max-width: 1400px) {
	.aa-booking-outer-container-7bdc2571 {
		padding: 30px;
		min-height: auto;
	}
	.aa-booking-intro-7bdc2571 h2 {
		font-size: 24px;
		white-space: normal;
	}
	.aa-booking-section-7bdc2571 label {
		font-size: 20px;
	}
	.aa-booking-section-7bdc2571 input {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.aa-booking-outer-container-7bdc2571 {
		border-radius: 24px;
	}
	.aa-booking-form-7bdc2571 {
		flex-direction: column;
		align-items: stretch;
	}
	.aa-booking-section-7bdc2571 {
		padding: 20px 0;
		width: 100%;
	}
	.aa-booking-divider-7bdc2571 {
		width: 100%;
		height: 1px;
		background-color: #E8E8E8;
	}
	.aa-booking-action-7bdc2571 {
		justify-content: center;
		padding-top: 20px;
	}
	.aa-submit-button-7bdc2571 {
		width: 100%;
	}
}
