/* Start-time dropdown (customer-defined duration). */
.wc-bookings-booking-form #wc-bookings-form-start-time option.wcb-sus-unavailable {
	color: #999;
	font-style: italic;
}

/* Block picker – reuses Bookings .fully_booked; reinforce non-interaction. */
.wc-bookings-booking-form .block-picker li.wcb-sus-unavailable a {
	pointer-events: none;
	cursor: not-allowed;
}
