/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Hide reCaptcha badge inline */
.nsf-form .grecaptcha-badge,
.nsf-form .grecaptcha-badge__wrapper {
    display: none;
}

/* Loader */
.nsf-form .form-newsletter-loader {
    display: none;
}

.nsf-form.is-loading .form-newsletter-loader {
    display: inline-block;
}