/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.7.0
 Requires PHP: 7.2
 Text Domain:  bricks
*/

/* FunnelKit invoice fields are progressively enhanced by checkout-invoice.js. */
#wfacp_checkout_form .sm-checkout-invoice-toggle {
	clear: both;
}

#wfacp_checkout_form .sm-checkout-invoice-toggle label.checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.55rem;
	cursor: pointer;
}

#wfacp_checkout_form .sm-checkout-invoice-toggle input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 0.15em;
}

#wfacp_checkout_form #_billing_company_name_field[hidden],
#wfacp_checkout_form #_billing_tax_no_field[hidden] {
	display: none !important;
}

#wfacp_checkout_form .sm-checkout-required-marker {
	margin-inline-start: 0.2em;
}
