/**handles:envano-a11y-overrides**/
/*!
 * Envano — accessibility overrides
 * Added 2026-09-18 during PowerMapper remediation.
 *
 * WHY THIS FILE EXISTS
 * The theme's style.css is COMPILED output (it ships with style.css.map, whose
 * sources begin style.scss / base/_reset.scss). That SCSS source is not present
 * on the install, so anything written into style.css would be silently reverted
 * by the next theme rebuild. These fixes therefore live in a separate file that
 * is enqueued after style.css and survives a rebuild.
 *
 * If/when the SCSS source is recovered, these rules should be folded into it
 * and this file retired.
 */.gfield-choice-input:focus-visible,.gform_wrapper :where(input,select,textarea,button):focus-visible,:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #0b0b0b!important;outline-offset:2px!important;box-shadow:0 0 0 6px #fff!important;border-radius:2px}.slick-slider :where(a,button):focus-visible,.testimonials :where(a,button):focus-visible{outline-offset:0!important;box-shadow:none!important}.gform_wrapper :where(input[type=text],input[type=email],input[type=tel],input[type=url],input[type=number],input[type=password],input[type=search],select,textarea){border-color:#767676!important}