.vs-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 12px 0 4px;
}

.vs-captcha-widget {
    min-height: 78px;
}

.vs-captcha-error {
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 4px;
    color: #991b1b;
    font-size: 14px;
    font-weight: 500;
}

.vs-captcha--v3 .vs-captcha-error[hidden] + .vs-captcha-widget {
    display: none;
}
