.lpoe-event-step-active .lpoe-event-picker-wrap {
	margin-bottom: 24px;
}

.lpoe-event-step-active .lpoe-event-picker-header {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	text-align: center;
}

.lpoe-event-step-active .lpoe-event-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.lpoe-event-step-active .lpoe-event-option {
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #bf973e;
	border-radius: 8px;
	padding: 16px 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lpoe-event-step-active .lpoe-event-option:hover,
.lpoe-event-step-active .lpoe-event-option.is-selected {
	border-color: var(--latepoint-brand-primary, #1d7bff);
	box-shadow: 0 0 0 1px var(--latepoint-brand-primary, #1d7bff);
	background: rgba(29, 123, 255, 0.04);
	color: #000;
}

.lpoe-event-step-active .lpoe-event-option-label {
	display: block;
	font-weight: 600;
}

.lpoe-event-step-active .lpoe-no-events-message {
	padding: 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.04);
	text-align: center;
}

.lpoe-event-step-active.lpoe-hide-slots-step .os-dates-and-times-w {
	display: none !important;
}

.lpoe-event-step-active.lpoe-hide-slots-step .time-selector-w {
	display: none !important;
}

.lpoe-event-step-active:not(.lpoe-hide-slots-step) .os-dates-w {
	opacity: 0.35;
	pointer-events: none;
}

.lpoe-event-step-active:not(.lpoe-hide-slots-step) .time-selector-w {
	display: none !important;
}
