/*
 * ETS-PRO – Styles for the B2B fields injected into the WooCommerce Block
 * Checkout (`ets-pro/billing_company` and `ets-pro/billing_vat`).
 * Compiled from assets/scss/block-checkout.scss
 *
 * The visibility-toggler JS stamps `data-ets-pro-toggled="shown|hidden"` on
 * each of our field wrappers, so we use it as a precise scoping selector.
 */

[data-ets-pro-toggled] [class*="optional" i]:not(input):not(select):not(textarea),
[data-ets-pro-toggled] [class*="Optional"]:not(input):not(select):not(textarea) {
	display: none !important;
}

[data-ets-pro-toggled] label::after {
	content: " *";
	color: #cc1818;
	margin-left: 2px;
}
