.angelos-booking-form-wrap {
	max-width: none;
	margin: 0 auto;
	background-color: #cfb890; 
	color: var(--charcoal, #252f38);
	padding: 1.75rem;
}

.angelos-booking-stepper {
	display: flex;
	gap: 0;
	margin: 0 0 1.25rem 0;
}

.angelos-booking-stepper-item {
	flex: 1;
	text-align: center;
	position: relative;
	padding: 0 0.25rem;
}

.angelos-booking-stepper-item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 16px; /* half of 32px dot */
	left: 50%;
	width: 100%;
	right: auto;
	transform: none;
	height: 2px;
	background: rgba(37, 47, 56, 0.25);
	z-index: 0;
}

.angelos-booking-stepper-item.is-completed:not(:last-child)::after {
	background: #252f38;
}

.angelos-booking-stepper-dot {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 2px solid rgba(37, 47, 56, 0.9);
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.angelos-booking-stepper-dot .num {
	font-weight: 700;
	color: rgba(37, 47, 56, 0.95);
	font-size: 14px;
}

.angelos-booking-stepper-item.is-active .angelos-booking-stepper-dot {
	background: rgba(37, 47, 56, 0.95);
}

.angelos-booking-stepper-item.is-active .angelos-booking-stepper-dot .num {
	color: #ffffff;
}

.angelos-booking-stepper-item.is-completed .angelos-booking-stepper-dot {
	background: rgba(37, 47, 56, 0.95);
	border-color: rgba(37, 47, 56, 0.95);
}

.angelos-booking-stepper-item.is-completed .angelos-booking-stepper-dot .num {
	display: none;
}

.angelos-booking-stepper-item.is-completed .angelos-booking-stepper-dot::after {
	content: '✓';
	color: #ffffff;
	font-weight: 900;
	font-size: 16px;
}

.angelos-booking-stepper-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 0.35rem;
}

.angelos-booking-stepper-item.is-upcoming .angelos-booking-stepper-title {
	opacity: 0.75;
}
.angelos-booking-form .angelos-booking-row {
	margin-bottom: 1rem;
}

.angelos-booking-form .angelos-booking-field-header {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--charcoal, #252f38);
	text-align: left !important;
}

.angelos-booking-form .angelos-booking-field-header--required::after {
	content: " *";
	color: #9f6a5a;
	font-weight: 700;
}

.angelos-booking-form .angelos-booking-row--date {
	overflow: hidden;
}

.angelos-booking-form {
	margin: 0;
	text-align: left !important;
}

.angelos-booking-form .angelos-booking-row {
	text-align: left !important;
}
.angelos-booking-form .sr-only {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.angelos-booking-form input[type="date"],
.angelos-booking-form input[type="text"],
.angelos-booking-form input[type="email"],
.angelos-booking-form input[type="tel"],
.angelos-booking-form select,
.angelos-booking-form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0.65rem 0.75rem;
	box-sizing: border-box;
	border-radius: 0;
	background: #ffffff;
	border: 1px solid rgba(37, 47, 56, 0.15);
	color: var(--charcoal, #252f38)  !important;
	text-align: left !important;
	text-align-last: left !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.angelos-booking-form input:focus,
.angelos-booking-form select:focus,
.angelos-booking-form textarea:focus {
	outline: none;
	border-color: rgba(207, 184, 144, 0.85);
	box-shadow: 0 0 0 3px rgba(207, 184, 144, 0.2);
}

.angelos-booking-form input.angelos-field-error,
.angelos-booking-form select.angelos-field-error,
.angelos-booking-form textarea.angelos-field-error {
	border-color: #9f6a5a !important;
	background: #fbf6f3;
	box-shadow: 0 0 0 3px rgba(159, 106, 90, 0.12);
}

.angelos-booking-field-error-text {
	margin-top: 0.35rem;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #9f6a5a;
	opacity: 0;
	transform: translateY(-4px);
	animation: angelosFieldErrorIn 0.22s ease forwards;
}

@keyframes angelosFieldErrorIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.angelos-booking-form input[type="date"] {
	display: block;
	inline-size: 100%;
	min-height: 48px;
	line-height: 1.2;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23252f38' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px 8px;
}

.angelos-booking-form input[type="date"]::-webkit-date-and-time-value {
	text-align: left;
}

.angelos-booking-form input[type="date"]::-webkit-datetime-edit {
	text-align: left;
}

.angelos-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0 !important;
	background: transparent !important;
	color: transparent !important;
	border: 0;
	pointer-events: none;
	cursor: pointer;
}

/* iOS Safari: keep native date rendering, but prevent intrinsic overflow */
@supports (-webkit-touch-callout: none) {
	.angelos-booking-form .angelos-booking-row {
		overflow: hidden;
	}

	.angelos-booking-form input[type="date"] {
		width: 100%;
		inline-size: -webkit-fill-available;
		max-width: 100%;
		min-width: 0;
		width: calc(100% - 2px);
		box-sizing: border-box;
		overflow: hidden;
	}

	.angelos-booking-form input[type="date"]::-webkit-date-and-time-value {
		min-width: 0;
		width: 100%;
	}

	.angelos-booking-form input[type="date"]::-webkit-datetime-edit {
		padding: 0;
	}
}

.angelos-booking-form select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23252f38' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px 8px;
}
.angelos-booking-form .angelos-booking-row--checkbox {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 0.75rem;
	padding: 0.9rem 1rem;
	background: var(--charcoal, #252f38);
	color: #ffffff;
}
.angelos-booking-form .angelos-booking-row--checkbox input[type="checkbox"] {
	width: auto;
	flex-shrink: 0;
}
.angelos-booking-form .angelos-booking-label-inline {
	margin-bottom: 0;
	font-weight: 500;
	color: inherit;
}
.angelos-booking-form .angelos-booking-recaptcha-note {
	margin: 0.7rem 0 0;
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(37, 47, 56, 0.82);
	text-align: center;
}
.angelos-booking-form .angelos-booking-actions {
	margin-top: 0;
	display: flex;
	gap: 0.75rem;
	align-items: center;
}
.angelos-booking-form .angelos-booking-submit {
	padding: 0.75rem 1.25rem;
	cursor: pointer;
	background: var(--charcoal, #252f38);
	color: #ffffff;
	border: 1px solid var(--charcoal, #252f38);
	border-radius: 0;
	flex: 1;
}

.angelos-booking-form .angelos-booking-submit:hover {
	background: #1d2730;
	border-color: #1d2730;
	color: #ffffff;
}
.angelos-booking-form .angelos-booking-next,
.angelos-booking-form .angelos-booking-submit {
	text-align: center;
}

.angelos-booking-form .angelos-booking-next {
	text-transform: uppercase;
}
.angelos-booking-form .angelos-booking-back {
	padding: 0.75rem 1rem;
	cursor: pointer;
	background: transparent;
	color: var(--charcoal, #252f38);
	border: 1px solid var(--charcoal, #252f38);
	border-radius: 0;
	flex: 0.9;
}

.angelos-booking-form .angelos-booking-back:hover {
	background: #1d2730;
	color: #ffffff;
	border-color: #1d2730;
}
.angelos-booking-form .angelos-booking-step {
	display: block;
}

.angelos-booking-form .angelos-booking-step-1 {
	margin-top: 0;
}

.angelos-booking-form .angelos-booking-step-1 .angelos-booking-row:last-child,
.angelos-booking-form .angelos-booking-step-2 .angelos-booking-row:last-child {
	margin-bottom: 0;
}

.angelos-booking-form .angelos-booking-step-2 {
	display: none;
}
.angelos-booking-message {
	display: none;
	margin-top: 0.75rem;
	padding: 0.9rem 1rem;
	border-radius: 0;
	text-align: center;
	font-family: var(--font-body, 'Inter', sans-serif);
	font-size: 0.98rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	border: 1px solid transparent;
	box-shadow: 0 6px 20px rgba(37, 47, 56, 0.08);
}

.angelos-booking-message:not(:empty) {
	display: block;
	animation: angelosBookingMessageIn 0.25s ease;
}

@keyframes angelosBookingMessageIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.angelos-booking-form.angelos-booking-form-complete {
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.angelos-booking-form.angelos-booking-form-complete .angelos-booking-message {
	max-width: 100%;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}
.angelos-booking-message.angelos-booking-success {
	background: transparent;
	border: 1px solid var(--charcoal, #252f38);
	color: var(--charcoal, #252f38);
	padding: 1.5rem 1.75rem;
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
}

.angelos-booking-message.angelos-booking-success .angelos-booking-success-heading,
.angelos-booking-message.angelos-booking-error .angelos-booking-error-heading {
	font-family: var(--font-title, 'Abril Fatface', serif);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 400;
	line-height: 1.05;
	color: var(--charcoal, #252f38);
	margin: 0 0 0.75rem;
}

.angelos-booking-message.angelos-booking-success .angelos-booking-success-body,
.angelos-booking-message.angelos-booking-error .angelos-booking-error-body {
	font-family: var(--font-body, 'Inter', sans-serif);
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
}

.angelos-booking-message.angelos-booking-error {
	background: transparent;
	border: 1px solid var(--charcoal, #252f38);
	color: var(--charcoal, #252f38);
	padding: 1.5rem 1.75rem;
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
}
