/**
 * Booking-form UI added by the Pro booking modes.
 *
 * Both pieces are injected by assets/js/booking-modes.js into markup the free
 * plugin owns, so everything here is scoped to our own class names and inherits
 * the free form's CSS variables.
 */

/* Seats left in a shared session (group and queue modes). */
.qsabp-slot-remaining {
	font-size: 11px;
	font-weight: 500;
	opacity: 0.7;
}
.qsab-slot.is-selected .qsabp-slot-remaining {
	opacity: 0.9;
}

/* Rental length picker. */
.qsabp-length {
	margin-top: 16px;
}
.qsabp-length-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--qsab-text);
	margin-bottom: 6px;
}
