.newsletter-messaggio {
    min-height: 24px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: inherit;
}

.newsletter-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.newsletter-iscrizione-form button[disabled] {
    cursor: wait;
    opacity: .72;
}

/*
 * Form con sfondo chiaro:
 * messaggio positivo verde, errore rosso.
 */
.newsletter-form-light .newsletter-messaggio-successo {
    color: #205d60 !important;
}

.newsletter-form-light .newsletter-messaggio-errore {
    color: #c93c3c !important;
}

/*
 * Form con sfondo scuro:
 * messaggio positivo bianco, errore rosa chiaro.
 */
.newsletter-form-dark .newsletter-messaggio-successo {
    color: #ffffff !important;
}

.newsletter-form-dark .newsletter-messaggio-errore {
    color: #ffd2d2 !important;
}