/**
 * Live Cohort Apply Now Button Styles
 *
 * @package WDM_Customization
 * @since 1.13.0
 */

/* Time zone field arrow fix */
.wdm-live-cohort-time-zone-field .select-arrow {
	display: none;
}

/* Disabled state when cohort is full */
.single_add_to_cart_button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
