/* ==========================================================================
   Nails by Lulu — Service Menu (WooCommerce builder)
   ========================================================================== */

.nbl-site--service-menu {
	background: #000;
}

.nbl-main--service-menu {
	background: #0a0a0a !important;
	color: #fff;
}

.nbl-sm-rebook-notice {
	margin: 20px auto 0;
	padding: 14px 18px;
	border: 1px solid rgba(255, 45, 135, 0.45);
	border-radius: 10px;
	background: rgba(255, 45, 135, 0.12);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.nbl-sm-wrap {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 20px;
	box-sizing: border-box;
}

.nbl-main--service-menu,
.nbl-sm-builder__grid,
.nbl-sm-menu,
.nbl-sm-sidebar,
.nbl-sm-card,
.nbl-sm-sidebar__sticky,
.nbl-sm-list,
.nbl-sm-item,
.nbl-sm-item__label {
	max-width: 100%;
	min-width: 0;
}

/* Booking steps */
.nbl-sm-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: center;
	margin: 0 0 28px;
	padding: 0;
}

.nbl-sm-step {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 8px 14px 8px 8px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.45);
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: default;
	transition:
		color 0.22s ease,
		background-color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
}

.nbl-main--service-menu button.nbl-sm-step,
.nbl-site--service-menu button.nbl-sm-step,
button.nbl-sm-step {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
}

.nbl-main--service-menu button.nbl-sm-step:hover,
.nbl-site--service-menu button.nbl-sm-step:hover,
button.nbl-sm-step:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.06);
	background-image: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	transform: translateY(-1px);
}

.nbl-main--service-menu button.nbl-sm-step.is-done:hover,
.nbl-site--service-menu button.nbl-sm-step.is-done:hover,
button.nbl-sm-step.is-done:hover {
	color: #ff7ab3;
	background-color: rgba(255, 45, 135, 0.12);
	box-shadow:
		inset 0 0 0 1px rgba(255, 45, 135, 0.4),
		0 6px 18px rgba(255, 45, 135, 0.18);
}

.nbl-main--service-menu button.nbl-sm-step.is-active:hover,
.nbl-site--service-menu button.nbl-sm-step.is-active:hover,
button.nbl-sm-step.is-active:hover {
	color: #fff;
	background-color: rgba(182, 154, 93, 0.14);
	box-shadow:
		inset 0 0 0 1px rgba(182, 154, 93, 0.45),
		0 6px 18px rgba(182, 154, 93, 0.16);
}

.nbl-main--service-menu button.nbl-sm-step:hover .nbl-sm-step__num,
.nbl-site--service-menu button.nbl-sm-step:hover .nbl-sm-step__num,
button.nbl-sm-step:hover .nbl-sm-step__num {
	transform: scale(1.06);
}

.nbl-main--service-menu button.nbl-sm-step:active,
.nbl-site--service-menu button.nbl-sm-step:active,
button.nbl-sm-step:active {
	transform: translateY(0);
}

button.nbl-sm-step:focus-visible {
	outline: 2px solid #b69a5d;
	outline-offset: 3px;
}

.nbl-sm-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(182, 154, 93, 0.4);
	color: #b69a5d;
	font-size: 12px;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nbl-sm-step.is-active {
	color: #fff;
}

.nbl-sm-step.is-active .nbl-sm-step__num {
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	border-color: transparent;
	color: #1a1208;
}

.nbl-sm-step.is-done {
	color: #ff2d87;
}

.nbl-sm-step.is-done .nbl-sm-step__num {
	background: #ff2d87;
	border-color: transparent;
	color: #fff;
}

.nbl-sm-step.is-done:hover .nbl-sm-step__num {
	box-shadow: 0 0 14px rgba(255, 45, 135, 0.45);
}

.nbl-sm-step.is-active:hover .nbl-sm-step__num {
	box-shadow: 0 0 14px rgba(182, 154, 93, 0.4);
}

/* Stepped panels: services OR slot */
.nbl-sm-stage {
	min-width: 0;
}

.nbl-sm-panel[hidden] {
	display: none !important;
}

.nbl-sm-panel.is-active {
	display: block;
}

.nbl-sm-services-head__lead {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.nbl-sm-sidebar-step1 {
	margin-top: 18px;
}

.nbl-sm-sidebar-step2 {
	margin-top: 8px;
}

.nbl-sm-sidebar-back {
	margin-top: 14px;
}

.nbl-sm-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(182, 154, 93, 0.45);
	border-radius: 999px;
	background: transparent;
	color: #e8d5a3;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.nbl-sm-back:hover {
	border-color: #b69a5d;
	background: rgba(182, 154, 93, 0.1);
	color: #fff;
}

[data-nbl-sm-only-step][hidden] {
	display: none !important;
}

/* Slot picker */
/* Slot picker — same wrap width/padding as Add services */
.nbl-sm-slot {
	width: 100%;
	max-width: none;
	margin: 0 0 32px;
	padding: 20px 22px 18px;
	border: 1px solid rgba(182, 154, 93, 0.55);
	border-radius: 14px;
	background: #121212;
	box-sizing: border-box;
}

.nbl-sm-slot__head {
	margin: 0 0 16px;
	padding: 0;
	text-align: left;
}

.nbl-sm-slot__title {
	margin: 0 0 6px;
	padding: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 1.35rem;
	font-weight: 500;
	color: #fff;
	text-align: left;
}

.nbl-sm-slot__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
}

.nbl-sm-slot__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	width: 100%;
}

.nbl-sm-slot__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	min-height: 0;
}

.nbl-sm-slot__field--cal,
.nbl-sm-slot__field--time {
	height: 100%;
}

.nbl-sm-slot__field select {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(182, 154, 93, 0.45);
	border-radius: 8px;
	background: #0a0a0a;
	color: #fff;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.nbl-sm-slot__field select:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.nbl-sm-times {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.nbl-sm-times__hint {
	margin: 0;
	padding: 16px 14px;
	border: 1px dashed rgba(182, 154, 93, 0.35);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.45;
	flex: 1 1 auto;
}

.nbl-sm-times__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	flex: 1 1 auto;
	align-content: start;
	width: 100%;
}

.nbl-sm-time {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(182, 154, 93, 0.35);
	border-radius: 10px;
	background: #0a0a0a;
	color: #fff;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.nbl-sm-time:hover:not(:disabled) {
	border-color: #b69a5d;
	color: #b69a5d;
}

.nbl-sm-time.is-selected {
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	border-color: transparent;
	color: #1a1208;
}

.nbl-sm-time:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.nbl-sm-time.is-booked,
.nbl-sm-time.is-booked:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	text-decoration: line-through;
	border-color: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.4);
	background: #0d0d0d;
}

.nbl-sm-time.is-past,
.nbl-sm-time.is-past:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.28);
	background: #0a0a0a;
}

.nbl-sm-cal {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 14px;
	border: 1px solid rgba(182, 154, 93, 0.4);
	border-radius: 12px;
	background: #0a0a0a;
	box-sizing: border-box;
}

.nbl-sm-cal__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	flex: 0 0 auto;
}

.nbl-sm-cal__month {
	margin: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #fff;
	text-align: center;
}

.nbl-sm-cal__btn {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(182, 154, 93, 0.45);
	border-radius: 8px;
	background: #121212;
	color: #b69a5d;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.nbl-sm-cal__btn:hover {
	border-color: #ff2d87;
	color: #ff2d87;
}

.nbl-sm-cal__weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0.08em;
	color: rgba(182, 154, 93, 0.85);
	flex: 0 0 auto;
}

.nbl-sm-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 4px;
	justify-items: center;
	align-content: stretch;
	flex: 1 1 auto;
	min-height: 0;
}

.nbl-sm-cal__day {
	aspect-ratio: 1;
	width: 100%;
	max-width: 34px;
	height: auto;
	min-height: 28px;
	max-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	color: rgba(255, 255, 255, 0.35);
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	padding: 0;
	box-sizing: border-box;
}

button.nbl-sm-cal__day {
	color: #fff;
	border-color: rgba(182, 154, 93, 0.35);
	background: #141414;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

button.nbl-sm-cal__day:hover {
	border-color: #b69a5d;
	color: #b69a5d;
}

button.nbl-sm-cal__day.is-selected {
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	border-color: transparent;
	color: #1a1208;
}

.nbl-sm-cal__day.is-disabled,
.nbl-sm-cal__day.is-empty {
	pointer-events: none;
}

.nbl-sm-slot__chosen {
	margin: 14px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(182, 154, 93, 0.12);
	border: 1px solid rgba(182, 154, 93, 0.45);
	color: #e8d5a3;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.nbl-sm-services-head {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.nbl-sm-builder-block > .nbl-sm-slot__head {
	margin: 0 0 20px;
}

.nbl-sm-travel-head {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.nbl-sm-travel-head__title {
	margin: 0 0 6px;
	padding: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 500;
	color: #c5a059;
	text-align: left;
}

.nbl-sm-travel-head__title:focus {
	outline: none;
}

.nbl-sm-travel-head__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
}

.nbl-sm-travel-panel {
	width: 100%;
	margin: 0 0 32px;
	padding: 20px 22px 18px;
	border: 1px solid rgba(182, 154, 93, 0.55);
	border-radius: 14px;
	background: #121212;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.nbl-sm-travel-panel.is-highlight {
	box-shadow: 0 0 0 2px #ff2d87, 0 12px 40px rgba(255, 45, 135, 0.25);
	animation: nbl-sm-slot-pulse 1.2s ease 2;
}

.nbl-sm-travel--checkout-note {
	max-width: 640px;
	margin: 0 auto 8px;
	padding: 22px 24px;
	border: 1px solid rgba(182, 154, 93, 0.4);
	border-radius: 12px;
	background: rgba(182, 154, 93, 0.06);
}

.nbl-sm-travel--checkout-note .nbl-sm-travel__title {
	margin-top: 0;
	font-size: 13px;
}

.nbl-sm-travel--checkout-note .nbl-sm-travel__hint {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

.nbl-sm-travel--checkout-note .nbl-sm-travel__hint strong {
	color: #fff;
	font-weight: 700;
}

.nbl-sm-travel--checkout-note .nbl-sm-travel-result__empty {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

.nbl-sm-travel-panel__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 22px;
	align-items: start;
}

.nbl-sm-travel-map {
	min-height: 280px;
	border: 1px dashed rgba(182, 154, 93, 0.45);
	border-radius: 12px;
	background:
		radial-gradient(circle at 30% 40%, rgba(182, 154, 93, 0.12), transparent 55%),
		radial-gradient(circle at 70% 65%, rgba(255, 45, 135, 0.08), transparent 50%),
		#0a0a0a;
	overflow: hidden;
	position: relative;
}

.nbl-sm-travel-map-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.nbl-sm-travel-address {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.nbl-sm-travel-address > span {
	display: block;
	margin-bottom: 8px;
}

.nbl-sm-travel-address__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	width: 100%;
	position: relative;
}

.nbl-main--service-menu .nbl-sm-travel-address__input,
.nbl-site--service-menu .nbl-sm-travel-address__input,
.nbl-sm-travel-address__input {
	display: block !important;
	flex: 1 1 280px !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 52px !important;
	padding: 12px 16px !important;
	margin: 0 !important;
	border: 1px solid rgba(182, 154, 93, 0.45) !important;
	border-radius: 8px !important;
	background: #0a0a0a !important;
	color: #fff !important;
	font-family: var(--nbl-sans, Montserrat, sans-serif) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-sizing: border-box !important;
	line-height: 1.4 !important;
}

.nbl-sm-travel-address__btn {
	flex: 0 0 auto;
	min-height: 52px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	color: #1a1208;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.nbl-sm-travel-address__btn:hover {
	filter: brightness(1.05);
}

.nbl-sm-travel-address__input:focus {
	outline: none;
	border-color: #ff2d87 !important;
	box-shadow: 0 0 0 2px rgba(255, 45, 135, 0.2);
}

.nbl-sm-travel-address__input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.nbl-sm-travel-distance {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid rgba(182, 154, 93, 0.45);
	background: rgba(182, 154, 93, 0.12);
	color: #e8d5a3;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.nbl-sm-travel-map-status {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid rgba(182, 154, 93, 0.35);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 1.45;
}

.nbl-sm-travel-map-status.is-error {
	border-color: rgba(255, 45, 135, 0.45);
	background: rgba(255, 45, 135, 0.1);
	color: #ffb3d4;
}

.nbl-sm-travel-map__canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 280px;
	opacity: 0;
	pointer-events: none;
}

.nbl-sm-travel-map__canvas.is-ready {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.nbl-sm-travel-map__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 280px;
	padding: 28px 24px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.nbl-sm-travel-map__placeholder[hidden] {
	display: none !important;
}

/* Google Places autocomplete dropdown (legacy pac + custom suggestions) */
.pac-container,
.nbl-sm-travel-ac {
	z-index: 100000 !important;
	margin-top: 4px;
	border: 1px solid rgba(182, 154, 93, 0.45) !important;
	border-radius: 8px !important;
	background: #121212 !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
	font-family: var(--nbl-sans, Montserrat, sans-serif);
}

.nbl-sm-travel-ac {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	list-style: none;
	margin: 0;
	padding: 4px 0;
	max-height: 260px;
	overflow: auto;
}

.nbl-sm-travel-ac[hidden] {
	display: none !important;
}

.nbl-sm-travel-ac__item,
.pac-item {
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	color: rgba(255, 255, 255, 0.75);
	padding: 10px 12px;
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
	font-weight: 500;
}

.nbl-sm-travel-ac__item:first-child,
.pac-item:first-child {
	border-top: none !important;
}

.nbl-sm-travel-ac__item:hover,
.pac-item:hover,
.pac-item-selected {
	background: rgba(182, 154, 93, 0.15) !important;
}

.pac-item-query {
	color: #fff;
}

.pac-icon {
	filter: invert(0.8) sepia(1) saturate(3) hue-rotate(5deg);
}

.nbl-sm-travel-map__icon {
	font-size: 28px;
	line-height: 1;
	color: #b69a5d;
}

.nbl-sm-travel-map__title {
	margin: 0;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #e8d5a3;
}

.nbl-sm-travel-map__text {
	margin: 0;
	max-width: 320px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.5;
}

.nbl-sm-travel-panel__fees .nbl-sm-travel {
	margin: 0;
	padding: 0;
	border: 0;
}

.nbl-sm-travel-result {
	margin-top: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(182, 154, 93, 0.45);
	border-radius: 12px;
	background: rgba(182, 154, 93, 0.08);
}

.nbl-sm-travel-result__empty {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 1.5;
}

.nbl-sm-travel-result__empty strong {
	color: #e8d5a3;
	font-weight: 700;
}

.nbl-sm-travel-result__set[hidden],
.nbl-sm-travel-result__empty[hidden] {
	display: none !important;
}

.nbl-sm-travel-result__label {
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	line-height: 1.4;
}

.nbl-sm-travel-result__price {
	margin: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 1.75rem;
	font-weight: 600;
	color: #c5a059;
}

.nbl-sm-travel__radios[hidden] {
	display: none !important;
}

.nbl-sm-travel-panel__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 720px;
	margin: 8px auto 0;
	padding-top: 8px;
	text-align: center;
	box-sizing: border-box;
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-note--inline,
.nbl-sm-travel-panel__footer .nbl-sm-note--inline {
	width: 100%;
	margin: 0 0 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center !important;
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-note--inline .nbl-sm-note__title,
.nbl-sm-travel-panel__footer .nbl-sm-note--inline .nbl-sm-note__title {
	font-size: 15px;
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-note--inline p:not(.nbl-sm-note__title),
.nbl-sm-travel-panel__footer .nbl-sm-note--inline p:not(.nbl-sm-note__title) {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-note--inline p,
.nbl-sm-travel-panel__footer .nbl-sm-note--inline p,
.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-note__title,
.nbl-sm-travel-panel__footer .nbl-sm-note__title {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.nbl-sm-travel-panel__footer .nbl-sm-slot__actions {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	margin-top: 0;
	padding-top: 0;
	text-align: center !important;
}

.nbl-sm-terms {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	max-width: 520px;
	margin: 0 auto 4px;
	text-align: left;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.5;
}

.nbl-sm-terms__check {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #b69a5d;
	cursor: pointer;
}

.nbl-sm-terms__text {
	flex: 1 1 auto;
}

.nbl-sm-terms__link {
	color: #b69a5d;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nbl-sm-terms__link:hover,
.nbl-sm-terms__link:focus {
	color: #d4bc7a;
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-checkout,
.nbl-sm-travel-panel__footer .nbl-sm-checkout {
	display: flex !important;
	width: 100% !important;
	max-width: 420px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.nbl-main--service-menu .nbl-sm-travel-panel__footer .nbl-sm-slot__checkout-hint,
.nbl-sm-travel-panel__footer .nbl-sm-slot__checkout-hint,
.nbl-sm-travel-panel__footer p.nbl-sm-slot__checkout-hint {
	display: block !important;
	width: 100% !important;
	max-width: 420px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	float: none !important;
	font-size: 13px;
}

.nbl-sm-note--inline {
	margin: 0 0 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nbl-sm-next--slot {
	width: min(100%, 420px);
}

.nbl-sm-slot__fineprint {
	margin: 0 auto;
	max-width: 420px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
}

@media (max-width: 900px) {
	.nbl-sm-travel-panel__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.nbl-sm-services-head__title {
	margin: 0;
	padding: 0;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 500;
	color: #c5a059;
	text-align: left;
}

.nbl-sm-services-head__title:focus,
.nbl-sm-slot__title:focus {
	outline: none;
}

.nbl-sm-builder__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr);
	gap: 28px;
	align-items: start;
}

.nbl-sm-menu,
.nbl-sm-sidebar,
.nbl-sm-stage {
	align-self: start;
	min-width: 0;
}

.nbl-sm-builder__grid--locked .nbl-sm-menu,
.nbl-sm-builder__grid--locked .nbl-sm-sidebar {
	opacity: 0.42;
	pointer-events: none;
	filter: grayscale(0.25);
}

.nbl-sm-lock {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.nbl-sm-builder__grid--locked .nbl-sm-lock {
	display: flex;
}

.nbl-sm-lock p {
	max-width: 420px;
	margin: 0;
	padding: 18px 20px;
	border-radius: 12px;
	background: rgba(10, 10, 10, 0.92);
	border: 1px solid rgba(182, 154, 93, 0.5);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.nbl-sm-sidebar__slot {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px dashed rgba(182, 154, 93, 0.4);
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.nbl-sm-sidebar__slot.is-set {
	border-style: solid;
	border-color: rgba(182, 154, 93, 0.55);
	background: rgba(182, 154, 93, 0.12);
	color: #e8d5a3;
	font-weight: 600;
}

@media (max-width: 720px) {
	.nbl-sm-slot__grid,
	.nbl-sm-slot__grid--cal {
		grid-template-columns: 1fr;
	}
}


/* Hero */
.nbl-sm-hero {
	padding: 48px 0 40px;
	background: #0a0a0a;
}

.nbl-sm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 40px;
	align-items: center;
}

.nbl-sm-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b69a5d;
}

.nbl-sm-eyebrow__line {
	display: inline-block;
	width: 42px;
	height: 2px;
	background: #b69a5d;
}

.nbl-sm-hero__title {
	margin: 0 0 16px;
}

.nbl-sm-hero__title-serif {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 500;
	line-height: 1.1;
	color: #b69a5d;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nbl-sm-hero__title-script {
	display: block;
	margin-top: 4px;
	font-family: "Great Vibes", cursive;
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	line-height: 1.15;
	color: #ff2d87;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.nbl-sm-hero__lead {
	margin: 0;
	max-width: 36ch;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.nbl-sm-hero__media {
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(182, 154, 93, 0.35);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.nbl-sm-hero__media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 5 / 4;
}

/* Builder layout */
.nbl-sm-builder {
	padding: 12px 0 72px;
}

.nbl-sm-builder__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: start;
}

.nbl-sm-menu,
.nbl-sm-sidebar,
.nbl-sm-stage {
    align-self: start;
}/* Service cards */
.nbl-sm-card {
	margin: 0 0 18px;
	padding: 20px 22px 18px;
	border: 1px solid rgba(182, 154, 93, 0.55);
	border-radius: 14px;
	background: linear-gradient(180deg, #141414 0%, #0c0c0c 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nbl-sm-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(182, 154, 93, 0.22);
}

.nbl-sm-card__num {
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: 13px;
	font-weight: 600;
	color: #b69a5d;
	letter-spacing: 0.08em;
}

.nbl-sm-card__icon {
	display: inline-flex;
	color: #ff2d87;
}

.nbl-sm-card__title {
	margin: 0;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ff2d87;
}

.nbl-sm-cols {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) minmax(24px, 1fr) 5.5rem minmax(6.5rem, 9.5rem);
	align-items: end;
	gap: 10px;
	margin: 0 0 6px;
	padding: 0;
}

.nbl-sm-cols__time,
.nbl-sm-cols__price {
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ff2d87;
	text-align: right;
	white-space: nowrap;
}

.nbl-sm-list {
	list-style: none !important;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.nbl-sm-list > li,
.nbl-sm-item {
	list-style: none !important;
}

.nbl-sm-list > li::before,
.nbl-sm-list > li::after,
.nbl-sm-item::before,
.nbl-sm-item::after {
	content: none !important;
	display: none !important;
}

.nbl-sm-list--2 {
	grid-template-columns: 1fr;
	column-gap: 0;
	row-gap: 8px;
}

.nbl-sm-item__label {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) minmax(24px, 1fr) 5.5rem minmax(6.5rem, 9.5rem);
	align-items: center;
	gap: 10px;
	cursor: pointer;
	min-height: 36px;
	position: relative;
}

.nbl-sm-item__check {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	/* Share the checkbox cell — do not create an extra grid track */
	grid-column: 1;
	grid-row: 1;
}

.nbl-sm-item__box {
	grid-column: 1;
	grid-row: 1;
	width: 18px;
	height: 18px;
	border: 1.5px solid #b69a5d;
	border-radius: 4px;
	background: transparent;
	box-sizing: border-box;
	position: relative;
}

.nbl-sm-item__check:checked + .nbl-sm-item__box {
	background: #ff2d87;
	border-color: #ff2d87;
}

.nbl-sm-item__check:checked + .nbl-sm-item__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Single-choice groups — radio appearance */
.nbl-sm-card[data-nbl-sm-select="single"] .nbl-sm-item__box {
	border-radius: 50%;
}

.nbl-sm-card[data-nbl-sm-select="single"] .nbl-sm-item__check:checked + .nbl-sm-item__box {
	background: transparent;
	border-color: #c5a059;
	box-shadow: inset 0 0 0 4px #c5a059;
}

.nbl-sm-card[data-nbl-sm-select="single"] .nbl-sm-item__check:checked + .nbl-sm-item__box::after {
	display: none;
}

.nbl-sm-card.is-blocked {
	opacity: 0.55;
}

.nbl-sm-card.is-blocked .nbl-sm-item__label {
	cursor: not-allowed;
}

.nbl-sm-card__lock-note {
	margin: -4px 0 14px;
	padding: 10px 12px;
	font-size: 12.5px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(197, 160, 89, 0.35);
	border-radius: 8px;
	background: rgba(197, 160, 89, 0.08);
}

.nbl-sm-card__hint {
	margin: -2px 0 12px;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
}

.nbl-sm-card__lock-note[hidden] {
	display: none !important;
}

.nbl-sm-item__check:disabled + .nbl-sm-item__box {
	opacity: 0.45;
}

.nbl-sm-item__check:focus-visible + .nbl-sm-item__box {
	outline: 2px solid #ff2d87;
	outline-offset: 2px;
}

.nbl-sm-item__name {
	grid-column: 2;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	overflow-wrap: break-word;
	word-break: normal;
}

.nbl-sm-item__dots {
	grid-column: 3;
	display: block !important;
	height: 0;
	border: 0;
	border-bottom: 1px dotted rgba(182, 154, 93, 0.55);
	min-width: 16px;
	width: 100%;
	align-self: center;
	margin-top: 0.55em;
}

.nbl-sm-item__time,
.nbl-sm-item__price {
	font-size: 14px;
	font-weight: 700;
	color: #ff2d87;
	white-space: nowrap;
	text-align: right;
}

.nbl-sm-item__time {
	grid-column: 4;
	min-width: 0;
	width: 100%;
	text-align: right;
}

.nbl-sm-item__price {
	grid-column: 5;
	min-width: 0;
	width: 100%;
	text-align: right;
	overflow: visible;
	font-size: 13px;
	letter-spacing: 0;
}

/* Sidebar */
.nbl-sm-sidebar__sticky {
	position: sticky;
	top: 120px;
	padding: 22px 20px 20px;
	border: 1px solid rgba(182, 154, 93, 0.5);
	border-radius: 14px;
	background: #121212;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.nbl-sm-sidebar__title {
	margin: 0 0 14px;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #ff2d87;
	text-align: center;
}

.nbl-sm-sidebar__list {
	min-height: 88px;
	margin-bottom: 14px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: #0a0a0a;
}

.nbl-sm-sidebar__empty {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
}

.nbl-sm-sidebar__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.nbl-sm-sidebar__items[hidden] {
	display: none !important;
}

.nbl-sm-sidebar__items li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
}

.nbl-sm-sidebar__items li span:last-child {
	color: #ff2d87;
	font-weight: 600;
	white-space: nowrap;
}

.nbl-sm-sidebar__duration {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 12px 0 14px;
	padding: 10px 14px;
	border: 1px solid rgba(182, 154, 93, 0.4);
	border-radius: 10px;
	background: rgba(182, 154, 93, 0.08);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

.nbl-sm-sidebar__duration[hidden] {
	display: none !important;
}

.nbl-sm-sidebar__duration-icon {
	font-size: 16px;
}

.nbl-sm-sidebar__duration strong {
	color: #b69a5d;
	font-weight: 700;
	font-size: 15px;
}

.nbl-sm-sidebar__duration-note {
	width: 100%;
	margin: 2px 0 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.3;
}

.nbl-sm-sidebar__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
}

.nbl-sm-sidebar__row strong {
	color: #b69a5d;
	font-size: 15px;
}

.nbl-sm-tip {
	margin: 16px 0 8px;
	padding-top: 14px;
	border-top: 1px solid rgba(182, 154, 93, 0.25);
}

.nbl-sm-tip__title {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ff2d87;
}

.nbl-sm-tip__title span {
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.55);
}

.nbl-sm-tip__hint,
.nbl-sm-tip__fine {
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 1.45;
	font-weight: 700;
	color: #b69a5d;
}

.nbl-sm-tip__fine {
	margin: 8px 0 0;
}

.nbl-sm-tip__list,
.nbl-sm-tip__list > li,
.nbl-site--service-menu .nbl-sm-tip__list,
.nbl-site--service-menu .nbl-sm-tip__list > li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.nbl-sm-tip__list {
	display: grid;
	gap: 6px;
	margin: 0 0 8px;
}

.nbl-sm-tip__list > li::before,
.nbl-sm-tip__list > li::after {
	content: none !important;
	display: none !important;
}

.nbl-sm-tip__label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) max-content;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	min-height: 30px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
	min-width: 0;
}

.nbl-sm-tip__label--custom {
	grid-template-columns: 18px auto minmax(72px, 110px);
	grid-template-rows: auto;
	align-items: center;
}

.nbl-sm-tip__label--custom .nbl-sm-tip__radio {
	grid-column: 1;
	grid-row: 1;
}

.nbl-sm-tip__label--custom .nbl-sm-tip__text {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	white-space: nowrap;
}

.nbl-sm-tip__label--custom .nbl-sm-tip__custom {
	grid-column: 3;
	grid-row: 1;
	justify-self: stretch;
	width: 100%;
	max-width: 110px;
	min-width: 0;
}

.nbl-sm-tip__radio {
	accent-color: #ff2d87;
}

.nbl-sm-tip__amt {
	font-weight: 700;
	color: #ff2d87;
	white-space: nowrap;
}

.nbl-sm-tip__custom {
	width: 100%;
	max-width: 110px;
	justify-self: end;
	padding: 6px 8px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	background: #fff;
	color: #1a1a1a;
	font-size: 13px;
	box-sizing: border-box;
}

.nbl-sm-tip__custom::placeholder {
	color: #9a9a9a;
}

.nbl-sm-sidebar__row--tip strong {
	color: #ff2d87;
}

.nbl-sm-travel {
	margin: 16px 0 8px;
	padding-top: 14px;
	border-top: 1px solid rgba(182, 154, 93, 0.25);
}

.nbl-sm-travel__title {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #b69a5d;
}

.nbl-sm-travel__hint {
	margin: 0 0 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.nbl-sm-travel__list,
.nbl-sm-travel__list > li,
.nbl-site--service-menu .nbl-sm-travel__list,
.nbl-site--service-menu .nbl-sm-travel__list > li,
.nbl-site--service-menu .nbl-sm-sidebar__items,
.nbl-site--service-menu .nbl-sm-sidebar__items > li,
.nbl-site--service-menu .nbl-sm-features__grid,
.nbl-site--service-menu .nbl-sm-features__grid > li,
.nbl-site--service-menu .nbl-sm-list,
.nbl-site--service-menu .nbl-sm-list > li {
	list-style: none !important;
	list-style-type: none !important;
	padding-left: 0 !important;
}

.nbl-sm-travel__list {
	margin: 0;
	padding: 0 !important;
	display: grid;
	gap: 6px;
}

.nbl-sm-travel__list > li,
.nbl-sm-sidebar__items > li,
.nbl-sm-features__grid > li {
	list-style: none !important;
	padding-left: 0 !important;
}

.nbl-site--service-menu ul li::before,
.nbl-site--service-menu ul li::after,
.nbl-sm-travel__list > li::before,
.nbl-sm-travel__list > li::after,
.nbl-sm-sidebar__items > li::before,
.nbl-sm-sidebar__items > li::after,
.nbl-sm-features__grid > li::before,
.nbl-sm-features__grid > li::after {
	content: none !important;
	display: none !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nbl-sm-travel__list > li::marker,
.nbl-sm-sidebar__items > li::marker,
.nbl-sm-features__grid > li::marker,
.nbl-sm-list > li::marker {
	content: none !important;
	font-size: 0 !important;
	color: transparent !important;
}

.nbl-sm-travel__label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) max-content;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.82);
	min-width: 0;
}

.nbl-sm-travel__text {
	min-width: 0;
	overflow-wrap: anywhere;
}

.nbl-sm-travel__radio {
	accent-color: #ff2d87;
}

.nbl-sm-travel__price {
	color: #b69a5d;
	font-weight: 600;
	white-space: nowrap;
}

.nbl-sm-sidebar__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 16px 0 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(182, 154, 93, 0.3);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.nbl-sm-sidebar__total strong {
	font-size: 28px;
	letter-spacing: 0;
	color: #ff2d87;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-weight: 600;
}

.nbl-sm-slot__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 28px;
	padding-top: 8px;
	text-align: center;
}

.nbl-sm-slot__checkout-hint {
	margin: 0 auto !important;
	width: auto !important;
	max-width: 100%;
	text-align: center !important;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.nbl-main--service-menu p.nbl-sm-slot__checkout-hint,
.nbl-site--service-menu p.nbl-sm-slot__checkout-hint {
	text-align: center !important;
}

.nbl-main--service-menu .nbl-sm-checkout,
.nbl-site--service-menu .nbl-sm-checkout,
.nbl-sm-checkout {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: min(100%, 420px) !important;
	max-width: 420px !important;
	min-height: 48px;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	color: #1a1208;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 22px rgba(182, 154, 93, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nbl-sm-next {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #f0e2bc 0%, #d4b87a 45%, #a8864a 100%);
	color: #1a1208;
	font-family: var(--nbl-sans, Montserrat, sans-serif);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 22px rgba(182, 154, 93, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nbl-sm-next:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(182, 154, 93, 0.45);
	filter: brightness(1.05);
}

.nbl-sm-next:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.nbl-sm-book-slot {
	display: none !important;
}

.nbl-sm-slot.is-highlight {
	box-shadow: 0 0 0 2px #ff2d87, 0 12px 40px rgba(255, 45, 135, 0.25);
	animation: nbl-sm-slot-pulse 1.2s ease 2;
}

@keyframes nbl-sm-slot-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 2px #ff2d87, 0 12px 40px rgba(255, 45, 135, 0.25);
	}
	50% {
		box-shadow: 0 0 0 4px rgba(255, 45, 135, 0.55), 0 12px 40px rgba(255, 45, 135, 0.35);
	}
}

.nbl-sm-checkout:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(182, 154, 93, 0.45);
	filter: brightness(1.05);
}

.nbl-sm-checkout:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.nbl-sm-checkout.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.nbl-sm-secure {
	margin: 10px 0 0;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.nbl-sm-woo-note {
	margin: 10px 0 0;
	font-size: 12px;
	color: #ff8ec4;
	text-align: center;
}

.nbl-sm-note {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nbl-sm-note__title {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b69a5d !important;
}

.nbl-sm-note p:not(.nbl-sm-note__title) {
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.5);
}

.nbl-sm-note p:not(.nbl-sm-note__title):last-child {
	margin-bottom: 0;
}

/* Features */
.nbl-sm-features {
	padding: 48px 0 64px;
	background: #000;
	border-top: 1px solid rgba(182, 154, 93, 0.2);
}

.nbl-sm-features__title {
	margin: 0 0 28px;
	text-align: center;
	font-family: var(--nbl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 500;
	color: #fff;
}

.nbl-sm-features__grid {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.nbl-sm-features__grid li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	padding: 20px 14px;
	border: 1px solid rgba(182, 154, 93, 0.28);
	border-radius: 12px;
	background: #0f0f0f;
}

.nbl-sm-features__icon {
	font-size: 26px;
	color: #b69a5d;
	line-height: 1;
}

.nbl-sm-features__grid strong {
	font-size: 15px;
	color: #fff;
}

.nbl-sm-features__grid span:last-child {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}

.nbl-sm-tagline {
	margin: 0;
	text-align: center;
	font-family: var(--nbl-script, "Great Vibes", cursive);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: #ff2d87;
}

@media (max-width: 980px) {
	.nbl-sm-hero__grid,
	.nbl-sm-builder__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.nbl-sm-sidebar__sticky {
		position: static;
	}

	.nbl-sm-list--2 {
		grid-template-columns: 1fr;
	}

	.nbl-sm-features__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.nbl-sm-card {
		padding: 16px 12px;
		overflow: visible;
	}

	.nbl-sm-cols {
		display: none;
	}

	/* Flex stack — absolute checkbox leaves the flow so prices stay on-screen */
	.nbl-sm-item__label {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		column-gap: 10px;
		row-gap: 2px;
		padding: 8px 0 8px 28px;
		min-height: 0;
		border-bottom: 1px solid rgba(182, 154, 93, 0.18);
	}

	.nbl-sm-item:last-child .nbl-sm-item__label {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.nbl-sm-item__check,
	.nbl-sm-item__box {
		position: absolute;
		left: 0;
		top: 10px;
		grid-column: auto;
		grid-row: auto;
	}

	.nbl-sm-item__check {
		width: 18px;
		height: 18px;
		opacity: 0;
		z-index: 1;
		pointer-events: none;
	}

	.nbl-sm-item__box {
		width: 18px;
		height: 18px;
		margin: 0;
	}

	.nbl-sm-item__name {
		flex: 1 1 100%;
		grid-column: auto;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		font-size: 14px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.nbl-sm-item__dots {
		display: none !important;
	}

	.nbl-sm-item__time {
		flex: 1 1 auto;
		grid-column: auto;
		min-width: 0;
		text-align: left;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.95;
	}

	.nbl-sm-item__time:empty {
		display: none;
	}

	.nbl-sm-item__price {
		flex: 0 0 auto;
		grid-column: auto;
		text-align: right;
		font-size: 14px;
		min-width: 0;
	}

	.nbl-sm-list--2 {
		grid-template-columns: 1fr;
	}

	.nbl-sm-card__head {
		flex-wrap: wrap;
		gap: 8px;
	}

	.nbl-sm-card__title {
		font-size: 12px;
		letter-spacing: 0.12em;
	}

	.nbl-sm-sidebar__sticky {
		padding: 18px 14px 16px;
	}

	.nbl-sm-sidebar__row,
	.nbl-sm-sidebar__total {
		gap: 12px;
	}

	.nbl-sm-sidebar__total strong {
		font-size: clamp(1.35rem, 7vw, 1.75rem);
	}

	.nbl-sm-tip__text,
	.nbl-sm-travel__text {
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 560px) {
	.nbl-sm-features__grid {
		grid-template-columns: 1fr;
	}

	.nbl-sm-wrap {
		padding-inline: 12px;
	}
}
