/* reCAPTCHA Enterprise — hide leftover v2 checkbox widgets only. Keep the Enterprise badge. */

.wpcf7-form .wpcf7-form-control-wrap.recaptcha,
.wpcf7-form .wpcf7-recaptcha,
.wpcf7-form .cf7sr-g-recaptcha,
.wpcf7-form .g-recaptcha,
.wpcf7-form textarea.g-recaptcha-response,
.wpcf7-form textarea[name="g-recaptcha-response"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}
