/* KZ Flavor Required Asterisk
 * Red required-marker shown before the variation label until a flavor is chosen.
 * The <table.variations> markup comes from WooCommerce; the .label <th> holds the
 * "Select Fiber Zone Flavor" <label>. We inject the marker via JS so we don't have
 * to hardcode any product text here.
 */
.kzfa-required-marker {
	color: #d40000;         /* red asterisk */
	font-weight: 700;
	margin-right: 4px;
	line-height: 1;
}

/* Hidden state: a flavor is selected, so the marker disappears (per Kyle's request). */
.kzfa-required-marker.kzfa-hidden {
	display: none;
}
