.stella-booking-menu-item > a {
	background: #8a3f5c !important;
	border: 1px solid #8a3f5c !important;
	border-radius: 999px !important;
	box-shadow: 0 6px 16px rgba(138, 63, 92, .2);
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: .035em !important;
	text-align: center;
}

.stella-booking-menu-item > a:hover,
.stella-booking-menu-item > a:focus,
.stella-booking-menu-item.current-menu-item > a {
	background: #6f3048 !important;
	border-color: #6f3048 !important;
	color: #fff !important;
}

@media (min-width: 1201px) {
	.header-horizontal #main-nav > .stella-booking-menu-item {
		margin-left: .45em;
		vertical-align: middle;
	}

	.header-horizontal #main-nav > .stella-booking-menu-item > a {
		font-size: .74em;
		line-height: 1.15;
		margin: 0 .25em;
		padding: .7em .85em !important;
	}
}

@media (max-width: 1200px) {
	#main-nav .stella-booking-menu-item {
		margin: 12px 18px;
	}

	#main-nav .stella-booking-menu-item > a {
		padding: 12px 16px !important;
	}
}

.stella-booking {
	--stella-pink: #f06eaa;
	--stella-blue: #82d3da;
	--stella-ink: #343b43;
	--stella-muted: #68747b;
	--stella-line: #cde2e5;
	--stella-soft: #f4fafb;
	box-shadow: 0 18px 50px rgba(52, 59, 67, .11);
	background: #fff;
	border: 1px solid rgba(130, 211, 218, .55);
	border-radius: 24px;
	color: var(--stella-ink);
	font-family: "Montserrat", sans-serif;
	margin: 45px auto 70px;
	max-width: 980px;
	overflow: hidden;
}

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

.stella-booking__header {
	background: linear-gradient(125deg, rgba(130, 211, 218, .32), rgba(240, 110, 170, .12));
	border-bottom: 1px solid rgba(130, 211, 218, .45);
	padding: 42px 7% 38px;
	text-align: center;
}

.stella-booking__eyebrow {
	color: var(--stella-pink);
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
	margin-bottom: 8px;
}

.stella-booking .stella-booking__header h1 {
	color: var(--stella-ink);
	font-size: clamp(29px, 4vw, 42px);
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: none;
}

.stella-booking__header p {
	color: var(--stella-muted);
	font-size: 15px;
	margin: 0 auto;
	max-width: 650px;
}

.stella-booking__form {
	padding: 42px 7% 48px;
}

.stella-booking__step {
	align-items: center;
	color: var(--stella-ink);
	display: flex;
	font-size: 16px;
	gap: 11px;
	letter-spacing: .01em;
	margin: 0 0 18px;
}

.stella-booking__step:not(:first-child) {
	border-top: 1px solid var(--stella-line);
	margin-top: 34px;
	padding-top: 30px;
}

.stella-booking__step span {
	align-items: center;
	background: var(--stella-pink);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.stella-booking__step strong {
	font-weight: 500;
}

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

.stella-booking__grid--choice {
	grid-template-columns: minmax(0, 1.7fr) minmax(190px, .8fr);
}

.stella-booking__field label {
	color: var(--stella-ink) !important;
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .04em;
	margin: 0 0 7px;
	text-transform: none;
}

.stella-booking__field input,
.stella-booking__field select,
.stella-booking__field textarea {
	appearance: none;
	background-color: #fff;
	border: 1px solid #b9d6da;
	border-radius: 8px;
	box-shadow: none;
	color: var(--stella-ink);
	font: inherit;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	min-height: 48px;
	padding: 11px 13px;
	transition: border-color .18s ease, box-shadow .18s ease;
	width: 100%;
}

.stella-booking__field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--stella-pink) 50%), linear-gradient(135deg, var(--stella-pink) 50%, transparent 50%);
	background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 36px;
}

.stella-booking__field textarea {
	min-height: 105px;
	resize: vertical;
}

.stella-booking__field input:focus,
.stella-booking__field select:focus,
.stella-booking__field textarea:focus {
	border-color: var(--stella-blue);
	box-shadow: 0 0 0 3px rgba(130, 211, 218, .2);
	outline: 0;
}

.stella-booking__slots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 46px;
}

.stella-booking__slots p {
	background: var(--stella-soft);
	border-radius: 8px;
	color: var(--stella-muted);
	font-size: 14px;
	margin: 0;
	padding: 13px 16px;
	width: 100%;
}

.stella-booking button.stella-booking__slot {
	background: #fff;
	border: 1px solid var(--stella-blue);
	border-radius: 50px;
	box-shadow: none;
	color: var(--stella-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	min-width: 76px;
	padding: 12px 18px;
	text-transform: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.stella-booking button.stella-booking__slot:hover,
.stella-booking button.stella-booking__slot:focus,
.stella-booking button.stella-booking__slot.is-selected {
	background: var(--stella-blue);
	border-color: var(--stella-blue);
	color: #26363b;
	outline: 0;
	transform: translateY(-1px);
}

.stella-booking button.stella-booking__slot.is-selected {
	box-shadow: 0 0 0 3px rgba(130, 211, 218, .25);
}

.stella-booking__consent {
	align-items: flex-start;
	color: var(--stella-muted) !important;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 10px;
	line-height: 1.55;
	margin: 22px 0 0;
	text-transform: none;
}

.stella-booking__consent input {
	accent-color: var(--stella-pink);
	flex: 0 0 auto;
	height: 17px;
	margin: 2px 0 0;
	width: 17px;
}

.stella-booking__actions {
	margin-top: 26px;
	text-align: center;
}

.stella-booking .stella-booking__actions button {
	background: var(--stella-pink);
	border: 1px solid var(--stella-pink);
	border-radius: 50px;
	box-shadow: 0 9px 22px rgba(240, 110, 170, .25);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
	min-width: 210px;
	padding: 16px 28px;
	text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.stella-booking .stella-booking__actions button:hover,
.stella-booking .stella-booking__actions button:focus {
	background: #df5e9a;
	border-color: #df5e9a;
	outline: 0;
	transform: translateY(-1px);
}

.stella-booking .stella-booking__actions button:disabled {
	cursor: wait;
	opacity: .65;
	transform: none;
}

.stella-booking__message {
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 22px;
	padding: 0;
	text-align: center;
}

.stella-booking__message.is-success,
.stella-booking__message.is-error {
	padding: 13px 16px;
}

.stella-booking__message.is-success {
	background: #e7f6f3;
	color: #246b5e;
}

.stella-booking__message.is-error {
	background: #fff0f4;
	color: #9a3558;
}

.stella-booking__honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

@media (max-width: 680px) {
	.stella-booking {
		border-radius: 15px;
		margin: 30px 14px 50px;
	}

	.stella-booking__header {
		padding: 32px 7% 29px;
	}

	.stella-booking__form {
		padding: 32px 7% 38px;
	}

	.stella-booking__grid,
	.stella-booking__grid--choice {
		grid-template-columns: 1fr;
	}

	.stella-booking button.stella-booking__slot {
		flex: 1 0 calc(33.333% - 10px);
		min-width: 70px;
	}

	.stella-booking .stella-booking__actions button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stella-booking *,
	.stella-booking *::before,
	.stella-booking *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
