/**
 * Registration age gate — disable Submit until verification (body class from PHP).
 */

body.ageonce-registration-requires-verification button.woocommerce-form-register__submit,
body.ageonce-registration-requires-verification button[name="register"],
body.ageonce-registration-requires-verification input[type="submit"][name="register"],
body.ageonce-registration-requires-verification .woocommerce-form-register button[type="submit"],
body.ageonce-registration-requires-verification form.tgwcfb-register button[type="submit"] {
	opacity: 0.4 !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
	background-color: #ccc !important;
}

.ageonce-registration-gate,
.woocommerce-form-register .ageonce-checkout-verified,
form.tgwcfb-register .ageonce-checkout-verified {
	max-width: 450px;
	margin-top: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
