/* Waitlist — LP booking shell overrides */

.lp-wl-field-hint {
	margin: 0 0 12px;
	font-size: 0.875em;
	color: var(--latepoint-body-light, #8898a4);
	line-height: 1.4;
}

.lp-wl-selected-count {
	margin-bottom: 12px;
	font-size: 0.875em;
	font-weight: 600;
	color: var(--latepoint-brand-primary, #1a73e8);
	min-height: 1.25em;
}

.lp-wl-selected-count.has-slots {
	padding: 8px 12px;
	background: rgba(26, 115, 232, 0.08);
	border-radius: 6px;
}

.lp-wl-multi-slot-w.hide-not-available-slots .dp-timepicker-trigger.is-off,
.lp-wl-multi-slot-w.hide-not-available-slots .dp-timepicker-trigger.is-booked,
.lp-wl-multi-slot-w .time-selector-w.hide-not-available-slots .dp-timepicker-trigger.is-off,
.lp-wl-multi-slot-w .time-selector-w.hide-not-available-slots .dp-timepicker-trigger.is-booked {
	display: none !important;
}

.lp-wl-multi-slot-w .time-selector-w .timeslots {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.lp-wl-multi-slot-w .dp-timepicker-trigger.selected {
	outline: 2px solid var(--latepoint-brand-primary, #1a73e8);
	outline-offset: 1px;
}

.lp-wl-all-locations-list {
	margin-bottom: 12px;
}

.lp-wl-all-locations-item .os-item-img-w.lp-wl-all-locations-icon {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--latepoint-border-color, #e8edf2);
}

.lp-wl-mode .os-duration-price,
.lp-wl-mode .os-duration-price-has-discount {
	display: none !important;
}

.lp-wl-mode .step-service-durations-w .os-service-durations.os-three-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 600px) {
	.lp-wl-mode .step-service-durations-w .os-service-durations.os-three-columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Match Locations: default side-panel layout (do not re-center availability) */
.lp-wl-mode .latepoint-booking-form-element.current-step-wl_availability .latepoint-side-panel {
	justify-content: space-between;
}

.lp-wl-mode .latepoint-booking-form-element.current-step-wl_availability .latepoint-side-panel .latepoint-step-desc-w {
	margin-bottom: auto;
	padding-bottom: 50px;
}

.lp-wl-mode .latepoint-heading-w .lp-wl-customer-logout {
	margin-left: auto;
	margin-right: 8px;
	font-size: 0.875em;
	font-weight: 600;
	text-decoration: none;
	color: var(--latepoint-body-light, #8898a4);
	white-space: nowrap;
	order: 1;
}

.lp-wl-mode .latepoint-heading-w .lp-wl-customer-logout:hover {
	color: var(--latepoint-brand-primary, #1a73e8);
}

.lp-wl-mode .latepoint-summary-w,
.lp-wl-mode .price-breakdown-w,
.lp-wl-mode .os-price-breakdown-w,
.lp-wl-mode .latepoint-price-breakdown,
.lp-wl-mode .summary-price-breakdown-w {
	display: none !important;
}

.lp-wl-confirmation .confirmation-head-info {
	text-align: center;
}

.lp-wl-confirmation .confirmation-icon-w {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.lp-wl-confirmation .confirmation-icon-w .confirmation-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	font-size: 36px;
	line-height: 1;
}

.lp-wl-confirmation .confirmation-icon-w .confirmation-icon .latepoint-icon {
	display: block;
	line-height: 1;
}

.lp-wl-confirmation .confirmation-heading {
	margin-bottom: 8px;
}

.lp-wl-confirmation-lead {
	margin: 12px 0 0;
	color: var(--latepoint-body-light, #8898a4);
	font-size: 0.9375em;
	line-height: 1.5;
}

.lp-wl-confirmation-summary {
	margin-top: 20px;
	text-align: left;
}

.lp-wl-confirmation-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lp-wl-confirmation-row span {
	color: var(--latepoint-body-light, #8898a4);
}

.lp-wl-slot-list {
	margin: 8px 0 0;
	padding-left: 18px;
}

.lp-wl-slot-list li {
	padding: 4px 0;
}
