.newsletter-subscribe {
    background-color: #f6f3ee;
    border: 0;
    box-shadow: 0 2px 20px #ddd;
    justify-self: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
    max-width: 585px;
    padding: 1rem;
    width: 100%;
}
.newsletter-subscribe > h2 {
    margin-top: 0 !important;
}
.newsletter-subscribe > h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}
.newsletter-subscribe form {
    display: flex;
    font-family: Lato, Avenir, sans-serif;
    gap: 1rem;
    margin: 1rem 0;
    width: 100%;
}
.newsletter-subscribe form label {
    color: #3f4752;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 20px;
    margin-bottom: 8px
}
.newsletter-subscribe form input {
    border: 1px solid #e7e9ee;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0F0F1F;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 20px;
    padding: 9px 12px;
}
.newsletter-subscribe form input:focus {
    border-color: #3a36db;
    outline: none;
}
.newsletter-subscribe form input[name="rule_email"] {
    flex: 2 1 auto;
}
.newsletter-subscribe form input[type='checkbox'] {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
.newsletter-subscribe form button[type="submit"] {
    background: #222;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.12), inset 0px -1px 1px rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    display: block;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0em;
    line-height: 20px;
    padding: 3px 16px;
    text-align: center;
}
.newsletter-subscribe form button:hover {
    background: #295eff;
    color: #fff;
}
.newsletter-subscribe form button:active {
    background: #211fad;
    color: #fff;
}
.newsletter-subscribe form .rulemailer-email-check {
    display: none !important;
}
