
.cf7-smart-captcha{
    margin-bottom:15px;
}
.cf7-captcha-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}
.cf7-question{
    font-weight:600;
    font-size:16px;
}
.cf7-refresh-captcha{
    border:none;
    background:#f1f1f1;
    cursor:pointer;
    padding:6px 10px;
    border-radius:4px;
}
.cf7-smart-captcha input[type="text"]{
    width:100%;
    padding:10px;
}
