<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
  Image Captcha
--------------------------------------------------------------*/
.captcha-image {border: 1px solid; padding: 10px; display: inline-block; text-align: center;}
.cf7ic_instructions {display: block;}
.captcha-image .cf7ic_instructions span {color: red; font-weight: bold;}
.captcha-image label {display: inline-block !important; width: 60px !important; position: relative;}
.captcha-image label &gt; input{opacity: 0; margin: 0; width: 50px; height: 50px; position: absolute;} /* HIDE RADIO */
.captcha-image svg {padding: 5px; width: 50px; height: 50px;}
.captcha-image label &gt; input + svg {cursor:pointer; border:2px solid transparent; position: relative; overflow: hidden;} /* IMAGE STYLES */
.captcha-image label &gt; input:checked + svg, .captcha-image label &gt; input:focus + svg {border:2px solid #f00;} /* (CHECKED) IMAGE STYLES */</pre></body></html>