.hello-elementor-child-booking-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 8rem;
	border-radius: 1rem;
	overflow: hidden;
	background: #93bfd2;
	box-sizing: border-box;
	font-family: "Brandon Text", sans-serif;
	color: #ffffff;
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(0.2rem);
}

.hello-elementor-child-booking-form__fields {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	min-width: 0;
	background: #93bfd2;
}

.hello-elementor-child-booking-form__dates,
.hello-elementor-child-booking-form__guests,
.hello-elementor-child-booking-form__submit {
	min-height: 8rem;
}

.hello-elementor-child-booking-form__dates {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.6rem;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 2.8rem;
	border-right: 0.1rem solid rgba(64, 157, 196, 0.7);
	position: relative;
}

.hello-elementor-child-booking-form__calendar {
	width: 2.9rem;
	height: 2.9rem;
	flex: 0 0 auto;
}

.hello-elementor-child-booking-form__date-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-family: inherit;
	font-size: 2rem;
	font-style: normal;
	font-weight: 390;
	line-height: 2.6rem;
	cursor: pointer;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.hello-elementor-child-booking-form__date-trigger:hover,
.hello-elementor-child-booking-form__date-trigger:focus,
.hello-elementor-child-booking-form__date-trigger:active {
	background: transparent;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.hello-elementor-child-booking-form__date-trigger[data-date-trigger="arrival"] {
	min-width: 9.2rem;
}

.hello-elementor-child-booking-form__date-trigger[data-date-trigger="departure"] {
	min-width: 14rem;
}

.hello-elementor-child-booking-form__date-trigger.is-empty {
	opacity: 0.3;
}

.hello-elementor-child-booking-form__date-trigger.has-value {
	opacity: 1;
}

.hello-elementor-child-booking-form__date-trigger:focus-visible,
.hello-elementor-child-booking-form__submit:focus-visible,
.hello-elementor-child-booking-form__stepper-button:focus-visible {
	outline: 0.2rem solid #ffffff;
	outline-offset: 0.3rem;
}

.hello-elementor-child-booking-form__direction {
	width: 1.5rem;
	height: 1rem;
	flex: 0 0 auto;
}

.hello-elementor-child-booking-form__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
}

.hello-elementor-child-booking-form__guests {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.8rem;
	flex: 0 0 25rem;
	padding: 0 3rem;
}

.hello-elementor-child-booking-form__guests-label,
.hello-elementor-child-booking-form__stepper-value,
.hello-elementor-child-booking-form__submit {
	font-size: 2rem;
	font-style: normal;
	line-height: 2.6rem;
}

.hello-elementor-child-booking-form__guests-label,
.hello-elementor-child-booking-form__submit {
	font-weight: 390;
}

.hello-elementor-child-booking-form__stepper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2.1rem;
	flex: 0 0 auto;
}

.hello-elementor-child-booking-form__stepper-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	padding: 0;
	border: 0.13rem solid #ffffff;
	border-radius: 0.5rem;
	background: transparent;
	color: #ffffff;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: 390;
	line-height: 1;
	cursor: pointer;
}

.hello-elementor-child-booking-form__stepper-button:hover,
.hello-elementor-child-booking-form__stepper-button:focus,
.hello-elementor-child-booking-form__stepper-button:active {
	background: transparent;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.hello-elementor-child-booking-form__stepper-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	font-weight: 450;
	text-align: center;
}

.hello-elementor-child-booking-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 21.7rem;
	padding: 0 2rem;
	border: 0;
	border-radius: 0 1rem 1rem 0;
	background: #409dc4;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: filter 0.2s ease;
}

.hello-elementor-child-booking-form__submit:hover,
.hello-elementor-child-booking-form__submit:focus-visible,
.hello-elementor-child-booking-form__submit:focus,
.hello-elementor-child-booking-form__submit:active {
	background: #409dc4;
	background-color: #409dc4;
	color: #ffffff;
	text-decoration: none;
	filter: brightness(1.05);
}

@media (max-width: 1024px) {
	.hello-elementor-child-booking-form {
		max-width: 100%;
	}

	.hello-elementor-child-booking-form__dates {
		gap: 1.2rem;
		padding: 0 2rem;
	}

	.hello-elementor-child-booking-form__guests {
		flex-basis: 21rem;
		padding: 0 2rem;
	}

	.hello-elementor-child-booking-form__submit {
		flex-basis: 18rem;
	}
}

@media (max-width: 767px) {
	.hello-elementor-child-booking-form,
	.hello-elementor-child-booking-form__fields {
		flex-direction: column;
	}

	.hello-elementor-child-booking-form__dates,
	.hello-elementor-child-booking-form__guests,
	.hello-elementor-child-booking-form__submit {
		min-height: 6.4rem;
	}

	.hello-elementor-child-booking-form__dates {
		gap: 1.4rem;
		flex-wrap: wrap;
		padding: 1.4rem 1.8rem;
		border-right: 0;
		border-bottom: 0.1rem solid rgba(64, 157, 196, 0.7);
	}

	.hello-elementor-child-booking-form__date-trigger[data-date-trigger="arrival"],
	.hello-elementor-child-booking-form__date-trigger[data-date-trigger="departure"] {
		min-width: 0;
	}

	.hello-elementor-child-booking-form__calendar {
		width: 2.4rem;
		height: 2.4rem;
	}

	.hello-elementor-child-booking-form__date-trigger,
	.hello-elementor-child-booking-form__guests-label,
	.hello-elementor-child-booking-form__stepper-value,
	.hello-elementor-child-booking-form__submit {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	.hello-elementor-child-booking-form__guests {
		flex: 1 1 auto;
		padding: 1.4rem 1.8rem;
		border-bottom: 0.1rem solid rgba(64, 157, 196, 0.7);
	}

	.hello-elementor-child-booking-form__submit {
		flex: 1 1 auto;
		width: 100%;
		border-radius: 0;
	}
}
