/*--------------------------------------------------------------
  FG CF7 Captcha
--------------------------------------------------------------*/
.fgcf7captcha-image {display: inline-block; text-align: center;}
.fgcf7captcha-instructions {display: block;}
.fgcf7captcha-image .fgcf7captcha-instructions span {color: var(--color-primary, red); font-weight: bold;}
.fgcf7captcha-image i {padding: 5px; font-size: 40px}
.fgcf7captcha-image label {display: inline-block; width: 60px !important;}
.fgcf7captcha-image label > input{opacity: 0; width: 0; height: 0; margin: 0;} /* HIDE RADIO */
.fgcf7captcha-image svg {padding: 5px; width: 50px; height: 50px;}
.fgcf7captcha-image label > input + svg {cursor:pointer; border:2px solid transparent;}
.fgcf7captcha-image label > input:checked + svg, .fgcf7captcha-image label > input:focus + svg {border: 2px solid var(--color-primary, #f00); position: relative;} 
.wpcf7-not-valid .fgcf7captcha-image .fgcf7captcha-instructions b {color: var(--wp-customcss-form-fail, red);}