/* --- reCAPTCHA + błędy --- */
.input_f.error-field,
.tarea.error-field {
    border: 2px solid #d9534f !important;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.06);
}

.form-error {
    color: #d9534f;
    font-size: 0.9rem;
    margin-top: 4px;
    min-height: 18px;
    line-height: 1.2;
}

.field-wrap {
    margin-bottom: 10px;
}

/* v2 wrapper styling */
#recaptcha_v2_wrapper {
    display: none;
    /* JS go pokaże tylko gdy trzeba */
    margin-bottom: 10px;
}