#ln-newsletter-wrapper {
    font-family: Arial, sans-serif;
}
#ln-newsletter-form button:hover {
    transform: scale(1.05);
    transition: 0.2s ease;
}
#submit-lw-newsletter:hover{
	background:white!important;
	color:#2e2e2e!important;
}
::placeholder {
  color: #2e2e2e;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #2e2e2e;
}
.ln-edit-email-form input[type="email"] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
}
.ln-edit-email-form button {
    padding: 5px 10px;
    font-size: 14px;
}
@media (max-width: 600px) {
    #ln-newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }
    #ln-email, #ln-newsletter-form button {
        width: 100%;
        margin-bottom: 10px;
    }
    .ln-edit-email-form input[type="email"] {
        width: 100%;
        margin-bottom: 5px;
    }
}