.altcha-like-recaptcha.altcha-box{
    border:1px solid #e5e7eb; border-radius:6px; background:#fff; margin:10px 0; padding:10px 12px; display:inline-block; width:clamp(300px, 100%, 336px);
}

.altcha-row{display:flex; align-items:center; gap:10px}

.altcha-box-icon{
    width:23px; height:23px; display:inline-flex; align-items:center; justify-content:center;
    border:0; background:transparent; padding:0; cursor:pointer;
}
.altcha-box-icon i{font-size:23px; color:#ffffff; border:1px solid #e2e8f0; border-radius:3px}
.altcha-box-icon i.fa-spinner{font-size:20px; color:#555760; border:none}
.altcha-ok .altcha-box-icon i{color:#16a34a; border:none}
.altcha-error .altcha-box-icon i{color:#dc2626; border:none}

.altcha-protect-icon i{color:#2563eb}
.altcha-text{display:flex; flex-direction:column; line-height:1.2; text-align: left}
.altcha-text-title{font-size:16px; color:#111827}
.altcha-text-sub{font-size:10px; color:#555760}

.altcha-like-recaptcha.altcha-box.altcha-ok{border-color:#16a34a;background:#f0fdf4}
.altcha-like-recaptcha.altcha-box.altcha-error{border-color:#dc2626;background:#fef2f2}

.altcha-submit-locked{opacity:.6; pointer-events:none}
