.hohb-booking-form {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
	color: #1f2937;
	font-family: var(--hohb-theme-font-family, inherit);
	font-size: 1rem;
	line-height: 1.5;
	margin: 1.5rem 0;
	max-width: 1040px;
	padding: 1.25rem;
}

.hohb-booking-form *,
.hohb-booking-form *::before,
.hohb-booking-form *::after {
	box-sizing: border-box;
}

.hohb-booking-form button,
.hohb-booking-form input,
.hohb-booking-form select,
.hohb-booking-form textarea {
	font-family: inherit;
}

.hohb-booking-form__header {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}


.hohb-booking-form__brand {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	margin-bottom: 0.35rem;
	min-width: 0;
}

.hohb-booking-form__logo {
	display: block;
	flex: 0 0 auto;
	height: 42px;
	max-width: 140px;
	object-fit: contain;
	width: auto;
}

.hohb-booking-form__title {
	font-size: 1.45rem;
	line-height: 1.25;
	margin: 0;
}

.hohb-booking-form__intro,
.hohb-booking-form__empty,
.hohb-booking-form__slot-message,
.hohb-booking-form__summary p,
.hohb-booking-panel__header p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.hohb-booking-form__admin-note {
	background: #f6f8fa;
	border-left: 4px solid #2271b1;
	color: #1d2327;
	font-size: 0.875rem;
	margin: 0 0 1rem;
	padding: 0.75rem;
}

.hohb-booking-form__body {
	margin: 0;
}

.hohb-booking-wizard {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
}

.hohb-booking-wizard__sidebar {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.75rem;
}

.hohb-booking-wizard__sidebar.has-background-image {
	background-color: #f8fafc;
	background-image: linear-gradient(rgba(248, 250, 252, 0.86), rgba(248, 250, 252, 0.86)), var(--hohb-steps-bg-image);
	background-position: center;
	background-size: cover;
}


.hohb-booking-steps {
	counter-reset: hohb-step;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hohb-booking-step + .hohb-booking-step {
	margin-top: 0.5rem;
}

.hohb-booking-step__button {
	align-items: flex-start;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #475569;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 0.65rem;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 0.65rem;
	text-align: left;
	width: 100%;
}

.hohb-booking-step__button:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.hohb-booking-step__button:focus-visible,
.hohb-booking-nav-button:focus-visible,
.hohb-calendar__nav:focus-visible,
.hohb-calendar-day:focus-visible,
.hohb-service-card__input:focus-visible + .hohb-service-card__content,
.hohb-slot-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

.hohb-booking-step.is-active .hohb-booking-step__button {
	background: #ffffff;
	border-color: #bfdbfe;
	color: #0f172a;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.hohb-booking-step.is-complete .hohb-booking-step__number {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}

.hohb-booking-step__number {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.hohb-booking-step__text {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.hohb-booking-step__title {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
}

.hohb-booking-step__summary {
	color: #64748b;
	font-size: 0.82rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.hohb-booking-wizard__content {
	min-width: 0;
}

.hohb-booking-panel {
	display: grid;
	gap: 1rem;
}

.hohb-booking-panel[hidden] {
	display: none;
}

.hohb-booking-panel__header {
	display: grid;
	gap: 0.25rem;
}

.hohb-booking-panel h3,
.hohb-booking-form h4 {
	color: #0f172a;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.hohb-service-picker {
	display: grid;
	gap: 0.85rem;
}

.hohb-booking-field {
	display: grid;
	gap: 0.4rem;
}

.hohb-booking-field label {
	color: #334155;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
}

.hohb-booking-field select {
	appearance: none;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	border: 1px solid #b8c1cc;
	border-radius: 7px;
	color: #0f172a;
	font: inherit;
	line-height: 1.4;
	min-height: 46px;
	padding: 0.65rem 2.4rem 0.65rem 0.75rem;
	width: 100%;
}

.hohb-booking-field select:disabled {
	background-color: #f1f5f9;
	color: #64748b;
	cursor: not-allowed;
}

.hohb-booking-field select:focus-visible,
.hohb-category-button:focus-visible,
.hohb-service-search input:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

.hohb-service-summary {
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem;
}

.hohb-service-summary[hidden] {
	display: none;
}

.hohb-service-summary p {
	margin: 0;
}

.hohb-service-summary__name {
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.hohb-service-summary__meta {
	color: #475569;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.4;
}

.hohb-service-summary__description {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.45;
}

.hohb-service-summary__description[hidden] {
	display: none;
}

.hohb-service-summary__saving {
	color: var(--hohb-package-saving-text, #166534);
}

.hohb-service-summary__included {
	color: #334155;
	font-size: 0.9rem;
	line-height: 1.45;
	list-style: disc;
	margin: 0.35rem 0 0;
	padding-left: 1.25rem;
}

.hohb-service-summary__included[hidden] {
	display: none;
}

.hohb-category-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.hohb-category-button {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	color: #334155;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 0.1rem;
	line-height: 1.25;
	min-height: 46px;
	padding: 0.55rem 0.75rem;
	text-align: left;
}

.hohb-category-button:hover,
.hohb-category-button:focus-visible,
.hohb-category-button:active {
	background: var(--hohb-option-hover-bg, #f8fafc);
	border-color: #94a3b8;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
	color: var(--hohb-option-hover-text, #0f172a);
}

.hohb-category-button.is-selected {
	background: var(--hohb-option-selected-bg, #eff6ff);
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	color: var(--hohb-option-selected-text, #0f172a);
}
.hohb-category-button:hover .hohb-category-button__name,
.hohb-category-button:hover .hohb-category-button__count,
.hohb-category-button:focus-visible .hohb-category-button__name,
.hohb-category-button:focus-visible .hohb-category-button__count,
.hohb-category-button:active .hohb-category-button__name,
.hohb-category-button:active .hohb-category-button__count,
.hohb-category-button.is-selected .hohb-category-button__name,
.hohb-category-button.is-selected .hohb-category-button__count {
	color: inherit;
}

.hohb-category-button:focus-visible,
.hohb-service-search input:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

.hohb-category-button__name {
	font-size: 0.9rem;
	font-weight: 700;
}

.hohb-category-button__count {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 600;
}

.hohb-service-search {
	display: grid;
	gap: 0.35rem;
}

.hohb-service-search label {
	color: #334155;
	font-size: 0.9rem;
	font-weight: 700;
}

.hohb-service-search input {
	appearance: none;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	color: #0f172a;
	font: inherit;
	min-height: 42px;
	padding: 0.55rem 0.75rem;
	width: 100%;
}

.hohb-service-results {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hohb-service-picker__empty {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0;
	padding: 0.85rem;
}

.hohb-service-card {
	display: block;
	position: relative;
}

.hohb-service-card__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.hohb-service-card__content {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	cursor: pointer;
	display: grid;
	gap: 0.4rem;
	padding: 0.75rem;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.hohb-service-card__content:hover {
	border-color: #94a3b8;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.hohb-service-card__input:checked + .hohb-service-card__content {
	background: #f0f9ff;
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}

.hohb-service-card__main {
	align-items: start;
	display: grid;
	gap: 0.15rem;
}

.hohb-service-card__category {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}
.hohb-service-card__name {
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.hohb-service-card__meta {
	align-items: center;
	color: #475569;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 0.45rem;
}

.hohb-service-card__meta span {
	background: #f1f5f9;
	border-radius: 999px;
	padding: 0.2rem 0.5rem;
}

.hohb-service-card__description {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.45;
}

.hohb-calendar {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.75rem;
}

.hohb-calendar__toolbar {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	margin-bottom: 0.75rem;
}

.hohb-calendar__nav {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.4rem;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

.hohb-calendar__nav:disabled {
	background: #f8fafc;
	color: #94a3b8;
	cursor: not-allowed;
}

.hohb-calendar__month {
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.hohb-calendar__message {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0 0 0.75rem;
	min-height: 1.35em;
}

.hohb-calendar__message:empty {
	display: none;
}

.hohb-calendar__message.is-error,
.hohb-booking-form__slot-message.is-error {
	color: #b42318;
}

.hohb-calendar__grid {
	display: grid;
	gap: 0.35rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hohb-calendar__weekday {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.25rem 0;
	text-align: center;
}

.hohb-calendar__days {
	display: grid;
	gap: 0.35rem;
	grid-column: 1 / -1;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hohb-calendar-day-cell {
	min-width: 0;
}

.hohb-calendar-day-cell.is-empty {
	min-height: 58px;
}

.hohb-calendar-day {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	color: #334155;
	cursor: not-allowed;
	display: grid;
	font: inherit;
	gap: 0.15rem;
	min-height: 58px;
	padding: 0.35rem;
	text-align: center;
	width: 100%;
}

.hohb-calendar-day.is-available {
	background: #ecfdf5;
	border-color: #86efac;
	color: #064e3b;
	cursor: pointer;
}

.hohb-calendar-day.is-available:hover {
	border-color: #0f766e;
	box-shadow: 0 6px 16px rgba(15, 118, 110, 0.12);
}

.hohb-calendar-day.is-selected {
	background: #2271b1;
	border-color: #2271b1;
	color: #ffffff;
}
.hohb-calendar-day.is-loading {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #94a3b8;
	cursor: wait;
}

.hohb-calendar-day.is-today {
	box-shadow: inset 0 0 0 2px rgba(34, 113, 177, 0.28);
}

.hohb-calendar-day.is-blocked,
.hohb-calendar-day.is-unavailable {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.hohb-calendar-day.is-past {
	background: #f1f5f9;
	color: #94a3b8;
}

.hohb-calendar-day__number {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

.hohb-calendar-day__meta {
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.15;
	min-height: 0.8rem;
	overflow-wrap: anywhere;
}

.hohb-booking-form__slots,
.hohb-booking-form__summary,
.hohb-booking-placeholder-panel {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 1rem;
}

.hohb-booking-form__slots {
	display: grid;
	gap: 0.75rem;
}

.hohb-booking-form__slot-message {
	color: #4b5563;
}

.hohb-booking-form__slot-message:empty {
	display: none;
}

.hohb-booking-form__slot-list {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}

.hohb-slot-button {
	background: #ffffff;
	border: 1px solid #b8c1cc;
	border-radius: 6px;
	color: #111827;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	text-align: center;
}

.hohb-slot-button:hover,
.hohb-slot-button:focus-visible,
.hohb-slot-button:active {
	background: var(--hohb-option-hover-bg, #f8fafc);
	border-color: #2271b1;
	color: var(--hohb-option-hover-text, #0f172a);
}

.hohb-slot-button.is-selected {
	background: var(--hohb-option-selected-bg, #eff6ff);
	border-color: #2271b1;
	color: var(--hohb-option-selected-text, #0f172a);
}

.hohb-booking-form__summary {
	background: #eff6ff;
	border-color: #bfdbfe;
}

.hohb-booking-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}

.hohb-booking-nav-button,
.hohb-booking-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	text-align: center;
}

.hohb-booking-nav-button:hover {
	background: #f8fafc;
	border-color: #94a3b8;
}

.hohb-booking-nav-button--primary,
.hohb-booking-button {
	background: #2271b1;
	border-color: #2271b1;
	color: #ffffff;
}

.hohb-booking-nav-button--primary:hover,
.hohb-booking-button:hover {
	background: #135e96;
	border-color: #135e96;
}

.hohb-booking-nav-button:disabled,
.hohb-booking-nav-button--disabled {
	background: #e5e7eb;
	border-color: #d1d5db;
	color: #6b7280;
	cursor: not-allowed;
}

.hohb-booking-placeholder-panel {
	color: #475569;
	line-height: 1.5;
}

.hohb-booking-button:focus-visible,
.hohb-booking-modal__close:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.22);
	outline: 2px solid transparent;
}

.hohb-modal-open {
	overflow: hidden;
}

.hohb-booking-modal[hidden] {
	display: none;
}

.hohb-booking-modal {
	bottom: 0;
	font-family: var(--hohb-theme-font-family, inherit);
	display: grid;
	left: 0;
	padding: 1.25rem;
	place-items: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483000;
}

.hohb-booking-modal__backdrop {
	background: rgba(15, 23, 42, 0.58);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hohb-booking-modal__panel {
	background: #ffffff;
	font-family: var(--hohb-theme-font-family, inherit);
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
	color: #1f2937;
	display: flex;
	flex-direction: column;
	height: min(570px, calc(100vh - 3rem));
	max-height: calc(100vh - 3rem);
	max-width: 1080px;
	overflow: hidden;
	position: relative;
	width: min(100%, 1080px);
}

.hohb-booking-modal__header {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 50px;
	gap: 1rem;
	height: 50px;
	justify-content: space-between;
	max-height: 50px;
	padding: 0 1.25rem;
}

.hohb-booking-modal__brand {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	min-width: 0;
}

.hohb-booking-modal__logo {
	display: block;
	flex: 0 0 auto;
	height: 34px;
	max-width: 120px;
	object-fit: contain;
	width: auto;
}

.hohb-booking-modal__title {
	align-items: center;
	display: flex;
	font-family: var(--hohb-theme-font-family, inherit);
	font-size: 1.25rem;
	line-height: 1;
	margin: 0;
}

.hohb-booking-modal__close {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #1f2937;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.25rem;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 34px;
}

.hohb-booking-modal__close:hover {
	background: #f3f4f6;
}

.hohb-booking-modal__content {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	padding: 1.25rem;
}

.hohb-booking-form--modal {
	border: 0;
	display: flex;
	flex-direction: column;
	box-shadow: none;
	min-height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
}

.hohb-booking-form--modal .hohb-booking-form__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.hohb-booking-form--modal .hohb-booking-wizard {
	align-items: stretch;
	flex: 1 1 auto;
	min-height: 0;
	padding-bottom: 0.4rem;
	width: 100%;
}

.hohb-booking-form--modal .hohb-booking-wizard__sidebar {
	align-self: stretch;
}

.hohb-booking-form--modal .hohb-booking-panel {
	gap: 0.65rem;
}

.hohb-booking-form--modal .hohb-booking-panel__header {
	gap: 0.15rem;
}

.hohb-booking-form--modal .hohb-booking-panel__header p {
	font-size: 0.92rem;
	line-height: 1.35;
}

.hohb-booking-form--modal .hohb-booking-field {
	gap: 0.25rem;
}

.hohb-booking-form--modal .hohb-booking-field input {
	min-height: 36px;
	padding: 0.42rem 0.65rem;
}

.hohb-booking-form--modal .hohb-booking-field textarea {
	height: 52px;
	min-height: 52px;
	padding: 0.42rem 0.65rem;
}

.hohb-booking-form--modal .hohb-customer-details {
	gap: 0.55rem;
}

.hohb-booking-form--modal .hohb-consent-field {
	font-size: 0.9rem;
	gap: 0.5rem;
	line-height: 1.35;
	padding: 0.55rem 0.65rem;
}

.hohb-details-footer {
	display: grid;
	gap: 0.65rem;
}

.hohb-details-footer__consent {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.hohb-booking-form--modal .hohb-details-footer {
	align-items: stretch;
	grid-template-columns: minmax(0, 1fr) auto;
}

.hohb-booking-form--modal .hohb-details-footer .hohb-booking-panel__actions {
	align-content: stretch;
	align-self: stretch;
	flex-wrap: nowrap;
}

.hohb-booking-form--modal .hohb-details-footer .hohb-booking-nav-button {
	min-width: 86px;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

.hohb-booking-form--modal .hohb-review-summary {
	padding: 0.65rem 0.8rem;
}

.hohb-booking-form--modal .hohb-review-list {
	grid-template-columns: minmax(95px, 0.34fr) minmax(0, 1fr);
}

.hohb-booking-form--modal .hohb-review-list dt,
.hohb-booking-form--modal .hohb-review-list dd {
	font-size: 0.9rem;
	line-height: 1.25;
	padding: 0.35rem 0;
}

.hohb-booking-form--modal .hohb-review-list dt {
	padding-right: 0.75rem;
}

.hohb-booking-form--modal .hohb-review-list__price {
	padding-top: 0.8rem;
}

@supports (height: 100dvh) {
	.hohb-booking-modal__panel {
		height: min(570px, calc(100dvh - 3rem));
		max-height: calc(100dvh - 3rem);
	}
}

@media (max-width: 760px) {
	.hohb-booking-form--modal .hohb-details-footer {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 760px) {
	.hohb-booking-form {
		padding: 1rem;
	}

	.hohb-booking-wizard {
		grid-template-columns: 1fr;
	}

	.hohb-booking-wizard__sidebar {
		padding: 0.6rem;
	}

	.hohb-booking-steps {
		display: grid;
		gap: 0.5rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hohb-booking-step + .hohb-booking-step {
		margin-top: 0;
	}

	.hohb-booking-step__button {
		gap: 0.45rem;
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 0.55rem;
	}

	.hohb-booking-step__number {
		height: 30px;
		width: 30px;
	}

	.hohb-calendar__grid,
	.hohb-calendar__days {
		gap: 0.25rem;
	}

	.hohb-calendar-day,
	.hohb-calendar-day-cell.is-empty {
		min-height: 48px;
	}

	.hohb-calendar-day__meta {
		font-size: 0.65rem;
	}

	.hohb-booking-form__slot-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hohb-booking-panel__actions {
		justify-content: stretch;
	}

	.hohb-booking-nav-button {
		flex: 1 1 140px;
	}
}

@media (max-width: 640px) {
	.hohb-booking-modal {
		align-items: stretch;
		padding: 0.75rem;
	}

	.hohb-booking-modal__panel {
		height: min(570px, calc(100vh - 1.5rem));
		max-height: calc(100vh - 1.5rem);
		width: 100%;
	}

	.hohb-booking-modal__header {
		padding: 0 1rem;
	}

	.hohb-booking-modal__content {
		padding: 1rem;
	}
}

@media (max-width: 460px) {
	.hohb-booking-steps {
		grid-template-columns: 1fr;
	}

	.hohb-calendar {
		padding: 0.65rem;
	}

	.hohb-calendar__toolbar {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
	}

	.hohb-calendar__nav {
		height: 38px;
		width: 38px;
	}

	.hohb-calendar-day,
	.hohb-calendar-day-cell.is-empty {
		min-height: 44px;
		padding: 0.25rem;
	}

	.hohb-calendar-day__meta {
		display: none;
	}
}
.hohb-customer-details {
	display: grid;
	gap: 0.9rem;
}

.hohb-booking-field input,
.hohb-booking-field textarea {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	box-sizing: border-box;
	color: #0f172a;
	font: inherit;
	line-height: 1.4;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

.hohb-booking-field textarea {
	min-height: 104px;
	resize: vertical;
}


.hohb-booking-field[data-hohb-first-appointment-field] {
	border: 0;
	display: block;
	margin: -0.1rem 0 0;
	min-width: 0;
	padding: 0;
}

.hohb-booking-field[data-hohb-first-appointment-field][hidden] {
	display: none;
}

.hohb-booking-field[data-hohb-first-appointment-field] legend {
	color: #334155;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.35rem;
	padding: 0;
}

.hohb-booking-field[data-hohb-first-appointment-field] label {
	align-items: center;
	display: inline-flex;
	font-weight: 600;
	gap: 0.35rem;
	margin-right: 1rem;
}

.hohb-booking-field[data-hohb-first-appointment-field] input[type="radio"] {
	accent-color: #2271b1;
	appearance: auto;
	background: transparent;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	box-sizing: border-box;
	flex: 0 0 auto;
	height: 16px;
	line-height: normal;
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 16px;
}

.hohb-booking-field input:focus-visible,
.hohb-booking-field textarea:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

.hohb-consent-field {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #334155;
	display: flex;
	font-size: 0.95rem;
	gap: 0.65rem;
	line-height: 1.45;
	padding: 0.8rem;
}

.hohb-consent-field input {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

.hohb-booking-error,
.hohb-coupon-feedback {
	border-radius: 6px;
	font-size: 0.95rem;
	line-height: 1.45;
	padding: 0.7rem 0.8rem;
}

.hohb-booking-error.is-error,
.hohb-coupon-feedback.is-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.hohb-coupon-feedback.is-success {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #065f46;
}

.hohb-review-summary,
.hohb-booking-success {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 1rem;
}

.hohb-review-list {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
	margin: 0;
}

.hohb-review-list dt,
.hohb-review-list dd {
	border-bottom: 1px solid #e5e7eb;
	margin: 0;
	padding: 0.65rem 0;
}

.hohb-review-list dt {
	color: #475569;
	font-weight: 700;
	padding-right: 1rem;
}

.hohb-review-list dd {
	color: #0f172a;
	word-break: break-word;
}

.hohb-review-list__price {
	padding-top: 1.2rem;
}

.hohb-review-list dd.hohb-review-list__price {
	font-weight: 700;
}

.hohb-review-list dd.hohb-review-list__saving {
	color: var(--hohb-package-saving-text, #166534);
	font-weight: 800;
}

.hohb-review-list dt.hohb-review-list__payment,
.hohb-review-list dd.hohb-review-list__payment {
	background: #fff7ed;
	border-bottom-color: #fed7aa;
	color: #9a3412;
	font-weight: 800;
}

.hohb-review-list__payment-note {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 6px;
	color: #9a3412;
	font-weight: 800;
	grid-column: 1 / -1;
	margin: 0.75rem 0 0;
	padding: 0.75rem 0.85rem;
}

.hohb-review-list dt.hohb-review-list__voucher-code,
.hohb-review-list dd.hohb-review-list__voucher-code {
	background: #ecfdf5;
	border-bottom-color: #bbf7d0;
}

.hohb-review-list dd.hohb-review-list__voucher-code {
	color: #14532d;
	font-weight: 900;
}

.hohb-review-list__voucher-note {
	background: #f0fdf4;
	border-bottom: 1px solid #bbf7d0;
	color: #166534;
	font-weight: 800;
	grid-column: 1 / -1;
	margin: 0;
	padding: 0.75rem 0.85rem;
}

.hohb-booking-success {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #14532d;
	display: grid;
	gap: 0.8rem;
}
.hohb-booking-success[hidden] {
	display: none;
}
.hohb-booking-panel.is-confirmed > .hohb-booking-panel__header,
.hohb-booking-panel.is-confirmed > .hohb-review-summary,
.hohb-booking-panel.is-confirmed > .hohb-booking-error,
.hohb-booking-panel.is-confirmed > .hohb-booking-panel__actions {
	display: none;
}

.hohb-booking-panel.is-confirmed .hohb-booking-success {
	align-self: stretch;
	min-height: 100%;
}

.hohb-booking-success h3 {
	color: #14532d;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0;
}

.hohb-booking-success p {
	margin: 0;
}

.hohb-booking-honeypot {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

@media (max-width: 640px) {
	.hohb-review-list {
		grid-template-columns: 1fr;
	}

	.hohb-review-list dt {
		border-bottom: 0;
		padding-bottom: 0.2rem;
		padding-right: 0;
	}

	.hohb-review-list dd {
		padding-top: 0;
	}
}
.hohb-field-error {
	color: #991b1b;
	font-size: 0.88rem;
	line-height: 1.4;
}

.hohb-coupon-input-row {
	align-items: stretch;
	display: flex;
	gap: 0.5rem;
}

.hohb-coupon-input-row input {
	min-width: 0;
}

.hohb-clear-coupon {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #0f172a;
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.55rem 0.75rem;
	white-space: nowrap;
}

.hohb-clear-coupon:hover {
	background: #f8fafc;
	border-color: #94a3b8;
}

.hohb-clear-coupon:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

@media (max-width: 520px) {
	.hohb-coupon-input-row {
		align-items: stretch;
		flex-direction: column;
	}
}
.hohb-booking-success__admin-link {
	align-self: start;
	font-weight: 700;
}
.hohb-mobile-step-header {
	display: none;
}

.hohb-custom-picker {
	position: relative;
}

.hohb-picker-trigger {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 1px solid #b8c1cc;
	border-radius: 7px;
	color: #0f172a;
	cursor: pointer;
	display: flex;
	font: inherit;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 46px;
	padding: 0.65rem 2.4rem 0.65rem 0.75rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.hohb-picker-trigger::after {
	border: solid #475569;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	width: 8px;
}

.hohb-picker-trigger:hover {
	border-color: #94a3b8;
}

.hohb-picker-trigger:disabled {
	background: #f1f5f9;
	color: #64748b;
	cursor: not-allowed;
}

.hohb-picker-trigger:disabled::after {
	border-color: #94a3b8;
}

.hohb-picker-trigger:focus-visible,
.hohb-picker-option:focus-visible,
.hohb-mobile-step-header__back:focus-visible {
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
	outline: 2px solid transparent;
}

.hohb-picker-panel {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
	display: grid;
	gap: 0.65rem;
	left: 0;
	margin-top: 0.35rem;
	max-height: min(430px, 60vh);
	overflow: auto;
	padding: 0.65rem;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.hohb-picker-panel[hidden] {
	display: none;
}

.hohb-picker-option {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	color: #334155;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 0.25rem;
	min-height: 52px;
	padding: 0.75rem;
	text-align: left;
	width: 100%;
}

.hohb-picker-option:hover,
.hohb-picker-option:focus-visible,
.hohb-picker-option:active {
	background: var(--hohb-option-hover-bg, #f8fafc);
	border-color: #94a3b8;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
	color: var(--hohb-option-hover-text, #0f172a);
}

.hohb-picker-option.is-selected,
.hohb-picker-option[aria-selected="true"] {
	background: var(--hohb-option-selected-bg, #eff6ff);
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	color: var(--hohb-option-selected-text, #0f172a);
}

.hohb-picker-option:hover .hohb-picker-option__title,
.hohb-picker-option:hover .hohb-picker-option__meta,
.hohb-picker-option:hover .hohb-picker-option__description,
.hohb-picker-option:focus-visible .hohb-picker-option__title,
.hohb-picker-option:focus-visible .hohb-picker-option__meta,
.hohb-picker-option:focus-visible .hohb-picker-option__description,
.hohb-picker-option:active .hohb-picker-option__title,
.hohb-picker-option:active .hohb-picker-option__meta,
.hohb-picker-option:active .hohb-picker-option__description,
.hohb-picker-option.is-selected .hohb-picker-option__title,
.hohb-picker-option.is-selected .hohb-picker-option__meta,
.hohb-picker-option.is-selected .hohb-picker-option__description,
.hohb-picker-option[aria-selected="true"] .hohb-picker-option__title,
.hohb-picker-option[aria-selected="true"] .hohb-picker-option__meta,
.hohb-picker-option[aria-selected="true"] .hohb-picker-option__description {
	color: inherit;
}
.hohb-picker-option:hover .hohb-picker-option__meta span,
.hohb-picker-option:focus-visible .hohb-picker-option__meta span,
.hohb-picker-option:active .hohb-picker-option__meta span,
.hohb-picker-option.is-selected .hohb-picker-option__meta span,
.hohb-picker-option[aria-selected="true"] .hohb-picker-option__meta span {
	background: rgba(255, 255, 255, 0.28);
}

.hohb-picker-option__title {
	color: #0f172a;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
}

.hohb-picker-option__meta {
	align-items: center;
	color: #475569;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 600;
	gap: 0.35rem;
	line-height: 1.35;
}

.hohb-picker-option__meta span {
	background: #f1f5f9;
	border-radius: 999px;
	padding: 0.18rem 0.5rem;
}

.hohb-picker-option__description {
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.45;
}

.hohb-picker-option--package {
	border-color: #bbd6c4;
}

.hohb-picker-option--package:hover,
.hohb-picker-option--package:focus-visible,
.hohb-picker-option--package:active,
.hohb-picker-option--package.is-selected,
.hohb-picker-option--package[aria-selected="true"] {
	border-color: #2f855a;
}

.hohb-picker-option__badge {
	background: #ecfdf3;
	border-radius: 999px;
	color: #166534;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.35rem;
	padding: 0.22rem 0.45rem;
	vertical-align: middle;
}

.hohb-picker-option__saving {
	color: var(--hohb-package-saving-text, #166534);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
}


@media (max-width: 760px) {
	.hohb-booking-form {
		border-radius: 8px;
		margin: 0;
		padding: 1rem;
	}

	.hohb-booking-wizard {
		display: grid;
		gap: 1rem;
		grid-template-columns: 1fr;
	}

	.hohb-booking-wizard__sidebar {
		display: none;
	}

	.hohb-mobile-step-header {
		align-items: center;
		background: #f8fafc;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		display: flex;
		gap: 0.75rem;
		padding: 0.75rem;
	}

	.hohb-mobile-step-header.has-background-image {
		background-color: #f8fafc;
		background-image: linear-gradient(rgba(248, 250, 252, 0.86), rgba(248, 250, 252, 0.86)), var(--hohb-steps-bg-image);
		background-position: center;
		background-size: cover;
	}

	.hohb-mobile-step-header__body {
		display: grid;
		gap: 0.1rem;
		min-width: 0;
	}

	.hohb-mobile-step-header__progress {
		color: #64748b;
		font-size: 0.82rem;
		font-weight: 700;
		line-height: 1.25;
		margin: 0;
	}

	.hohb-mobile-step-header__title {
		color: #0f172a;
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1.3;
		margin: 0;
	}

	.hohb-mobile-step-header__back {
		background: #ffffff;
		border: 1px solid #cbd5e1;
		border-radius: 6px;
		color: #0f172a;
		cursor: pointer;
		font: inherit;
		font-weight: 700;
		min-height: 40px;
		padding: 0.45rem 0.75rem;
	}

	.hohb-mobile-step-header__back[hidden] {
		display: none;
	}

	.hohb-booking-panel__header h3 {
		display: none;
	}

	.hohb-picker-panel {
		box-shadow: none;
		max-height: min(360px, 48vh);
		position: static;
	}

	.hohb-picker-option {
		min-height: 58px;
	}

	.hohb-service-results {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hohb-booking-modal {
		align-items: stretch;
		padding: 0.5rem;
	}

	.hohb-booking-modal__panel {
		display: flex;
		flex-direction: column;
		height: calc(100dvh - 1rem);
		max-height: calc(100dvh - 1rem);
		overflow: hidden;
		width: 100%;
	}

	.hohb-booking-modal__header {
		flex: 0 0 50px;
		padding: 0 1rem;
	}

	.hohb-booking-modal__content {
		flex: 1 1 auto;
		overflow: auto;
		padding: 1rem;
	}

	.hohb-booking-form--modal {
		min-height: 100%;
	}
}
@media (max-width: 640px) {
	html.hohb-modal-open,
	body.hohb-modal-open {
		height: 100%;
		overflow: hidden;
	}

	.hohb-booking-modal {
		align-items: stretch;
		padding: 0;
		place-items: stretch;
	}

	.hohb-booking-modal__panel {
		border-radius: 0;
		height: 100vh;
		max-height: 100vh;
		max-width: 100vw;
		width: 100vw;
	}

	.hohb-booking-modal__content {
		overscroll-behavior: contain;
		padding: 0.85rem;
	}
}

@supports (height: 100dvh) {
	@media (max-width: 640px) {
		.hohb-booking-modal__panel {
			height: 100dvh;
			max-height: 100dvh;
		}
	}
}
.hohb-picker-option[hidden],
.hohb-service-search[hidden] {
	display: none;
}
.hoh-price-categories,
.hoh-price-list {
	color: inherit;
	font: inherit;
	line-height: inherit;
	margin: 1.5rem 0;
}

.hoh-price-categories *,
.hoh-price-list * {
	box-sizing: border-box;
}

.hoh-price-categories__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hoh-price-categories__item {
	margin: 0;
}

.hoh-price-categories__link {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	line-height: 1.2;
	padding: 0.65rem 1rem;
	text-decoration: none;
}

.hoh-price-categories__link:hover,
.hoh-price-categories__link:focus {
	text-decoration: underline;
}

.hoh-price-categories__empty,
.hoh-price-list__empty,
.hoh-price-list__empty-category {
	margin: 0;
}

.hoh-price-list .hoh-price-categories {
	margin: 0 0 1.5rem;
}

.hoh-price-list__category {
	border-top: 1px solid currentColor;
	padding: 1.5rem 0;
}

.hoh-price-list__category:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.hoh-price-list__category-header {
	margin: 0 0 1rem;
}

.hoh-price-list__category-title,
.hoh-price-list__service-title {
	margin: 0;
}

.hoh-price-list__category-description,
.hoh-price-list__description {
	margin: 0.35rem 0 0;
}

.hoh-price-list__items {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hoh-price-list__item {
	display: grid;
	gap: 0.45rem;
	margin: 0;
}

.hoh-price-list__service-header {
	display: block;
}

.hoh-price-list__service-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.hoh-price-list__price,
.hoh-price-list__duration {
	display: inline-flex;
}

.hoh-price-list__price {
	font-weight: 700;
}

.hoh-price-list__items--packages {
	margin-top: 1.1rem;
}

.hoh-price-list__item--package {
	border-left: 3px solid currentColor;
	padding-left: 0.9rem;
}

.hoh-price-list__package-link {
	color: inherit;
	display: grid;
	gap: 0.5rem;
	text-decoration: none;
}

.hoh-price-list__package-link:hover .hoh-price-list__package-title,
.hoh-price-list__package-link:focus .hoh-price-list__package-title {
	text-decoration: underline;
}

.hoh-price-list__package-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.hoh-price-list__package-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hoh-price-list__package-badge {
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.78em;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.2rem 0.55rem;
}

.hoh-price-list__package-included {
	margin: 0.25rem 0 0 1.2rem;
	padding: 0;
}

.hoh-price-list__saving {
	color: var(--hohb-package-saving-text, #166534);
	display: inline-flex;
	font-weight: 700;
}

@media (max-width: 640px) {
	.hoh-price-categories__list,
	.hoh-price-list__service-meta {
		gap: 0.6rem;
	}

	.hoh-price-categories__link {
		width: 100%;
	}
}
