/*
 * Email-First Checkout — hidden billing field mechanism (TASK-008C/TASK-009).
 *
 * Fields hidden by WooCheckoutMini\Checkout\EmailFirstFieldFilter stay in
 * WooCommerce's checkout field structure (never removed via unset()) so a
 * future invoice-intent checkbox can reveal them again without a full
 * re-render. This stylesheet is the only thing making them invisible.
 */
.wcm-hidden-field {
	display: none !important;
}
