/* reCAPTCHA v3 is invisible — hide the badge and show the required legal note instead. */
.grecaptcha-badge {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.gform_wrapper .gfield--type-captcha,
.gform_wrapper .ginput_recaptcha {
	display: none !important;
}

.bz-recaptcha-note {
	margin: 0 0 0.85rem;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #6b7280;
}

.bz-recaptcha-note a {
	color: inherit;
	text-decoration: underline;
}

.bz-recaptcha-error {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.85rem;
	border-radius: 0.5rem;
	background: #fdecea;
	color: #a31820;
	font-size: 0.875rem;
	line-height: 1.4;
}
