/**
 * Site-wide child theme tweaks.
 *
 * Loaded from functions.php with the file's modification time as its version,
 * so edits reach visitors immediately (style.css is served with a fixed
 * version and cached by Cloudflare for 7 days).
 */

/* Contact Form 7's reCAPTCHA v3 badge (bottom right). Google allows hiding it
   as long as forms protected by reCAPTCHA show its attribution text. */
.grecaptcha-badge {
	visibility: hidden;
}
