/**
 * Styles for the network-wide Google reCAPTCHA notice appended to every
 * Gravity Forms submit area.
 *
 * Previously injected as an inline <style> block by
 * GravityFormsRecaptcha::add_recaptcha_message_for_all_gravity_forms(),
 * which emitted a duplicate style element inside every rendered form.
 */

.gform_wrapper.gravity-theme .gform_footer {
	display: block !important;
}

.wfu-recaptcha-notice {
	margin-top: 25px;
	font-size: 0.8rem;
	font-style: italic;
}
