/* clone-overrides.css — keeps the stripped build pixel-identical to live */

/* The live footer newsletter form renders a Google reCAPTCHA v2 checkbox (304x78).
   We intentionally do NOT load Google's tracking script, but we reserve the exact
   footprint so the footer layout/height stays pixel-identical. */
.w-form-formrecaptcha.g-recaptcha { display:block; width:304px; height:78px; }
