.vsek-captcha { display: grid; gap: 8px; margin: 12px 0; font-family: Inter, system-ui, sans-serif; }
.vsek-captcha__badge { display: inline-flex; width: fit-content; min-height: 30px; align-items: center; gap: 7px; padding: 5px 10px; color: #657080; background: #f3f5f8; border: 1px solid #e1e5ea; border-radius: 999px; font-size: 12px; line-height: 1; }
.vsek-captcha__badge > span:first-child { display: grid; width: 17px; height: 17px; color: #fff; background: #778195; border-radius: 50%; font-size: 11px; font-weight: 800; place-items: center; }
.vsek-captcha__badge.is-verified { color: #246d50; background: #edf9f3; border-color: #cbe9d9; }
.vsek-captcha__badge.is-verified > span:first-child { background: #2a9b69; }
.vsek-captcha__checkbox { display: flex; width: fit-content; min-height: 48px; align-items: center; gap: 11px; padding: 10px 14px; color: #101368; background: #fff; border: 1px solid #dfe2ec; border-radius: 11px; font-size: 14px; font-weight: 700; cursor: pointer; }
.vsek-captcha__checkbox input { width: 20px; height: 20px; margin: 0; accent-color: #101368; }
.vsek-captcha__challenge { display: flex; width: min(100%, 370px); align-items: end; gap: 8px; padding: 12px; background: #f6f7fb; border: 1px solid #dfe2ec; border-radius: 12px; }
.vsek-captcha__challenge label { display: grid; flex: 1; gap: 6px; color: #101368; font-size: 13px; font-weight: 700; }
.vsek-captcha__challenge input { width: 100%; min-height: 42px; padding: 8px 10px; background: #fff; border: 1px solid #d5d9e5; border-radius: 9px; font-size: 16px; }
.vsek-captcha__challenge button { min-height: 42px; padding: 8px 13px; color: #fff; background: #101368; border: 0; border-radius: 9px; font-weight: 700; }
.vsek-captcha__message { min-height: 0; margin: 0; color: #7b4a00; font-size: 12px; line-height: 1.4; }
.vsek-captcha [hidden] { display: none !important; }
