:where([class^="ri-"])::before { 
    content: "\f3c2"; 
}

.captcha-wrapper { 
    position: relative; 
}

.captcha-wrapper canvas { 
    border: 1px solid #e5e7eb; 
}

.refresh-captcha { 
    position: absolute; 
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
} 