 /* Stylizacja komunikatów */
#np-message p {
    margin-top: 10px;
    font-weight: 400;
}

/* Dostosuj stylizację formularza */
.newsletter-input-wrapper input[type="email"] {
    /* Twoje style */
}

.newsletter-input-wrapper button[type="submit"] {
    /* Twoje style */
}