.efd-form-feedback {
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 1rem;
    padding: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.efd-form-feedback.is-visible {
    display: block !important;
}

.efd-form-feedback.is-success {
    color: #22c55e !important;
}

.efd-form-feedback.is-error {
    color: #ef4444 !important;
}

.whitecolor .efd-form-feedback.is-success,
.bgpink .efd-form-feedback.is-success {
    color: #86efac !important;
}

.whitecolor .efd-form-feedback.is-error,
.bgpink .efd-form-feedback.is-error {
    color: #fca5a5 !important;
}

@media (max-width: 576px) {
    .efd-form-feedback {
        font-size: 0.98rem;
    }
}
