.lp-st-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	padding: 3px 8px;
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.lp-st-badge-name {
	font-weight: 400;
	color: #065f46;
}

.lp-st-row-tag {
	color: #047857;
	font-size: 0.85em;
	font-weight: 600;
	margin-left: 4px;
}

.lp-st-customer-widget {
	margin: 16px 0;
	padding: 16px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
}

.lp-st-customer-widget h3 {
	margin: 0 0 12px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.lp-st-customer-widget-list {
	display: grid;
	gap: 8px;
}

.lp-st-customer-widget-item {
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
}

.lp-st-customer-widget-name {
	font-weight: 600;
	color: #0f172a;
}

.lp-st-customer-widget-dates {
	font-size: 12px;
	color: #64748b;
	margin-top: 2px;
}

.lp-st-shortcode-wrap {
	margin: 16px 0;
}

.lp-st-shortcode-table {
	width: 100%;
	border-collapse: collapse;
}

.lp-st-shortcode-table th,
.lp-st-shortcode-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #e2e8f0;
}

.lp-st-shortcode-table thead th {
	background: #f8fafc;
	font-weight: 600;
}

/* Purchase-flow auto-pick: hide the marker itself; it's only there for JS. */
.lp-st-purchase-flow-marker {
	display: none;
}

/*
 * "auto" mode: customer is buying a `from_purchase` season ticket — they
 * shouldn't have to interact with the calendar at all. We hide the dates &
 * times picker so the JS can auto-advance past it without a flicker. If no
 * slot ends up being auto-pickable, the JS adds `lp-st-no-slots-fallback`
 * to reveal the calendar so the customer can still pick manually.
 */
.lp-st-purchase-flow--auto .os-dates-and-times-w {
	visibility: hidden;
	min-height: 80px;
}

.lp-st-purchase-flow--auto.lp-st-no-slots-fallback .os-dates-and-times-w {
	visibility: visible;
}

/*
 * "pick_date_only" mode: customer picks the start date for their pass on the
 * calendar; the time is auto-assigned from the first available slot, so the
 * time-selector panel is hidden — they never see it.
 */
.lp-st-purchase-flow--pick_date_only .time-selector-w {
	display: none !important;
}
