.newsletter-wrapper{
    padding: 0 20px;
    max-width: 1321px !important;
}

.newsletter-wrapper #customForm{
    padding: 36px 0;
    max-width: 300px;
    margin: 0 auto;
}

.newsletter-wrapper #customForm #zcampaignOptinForm{
    position: relative;
}

.newsletter-wrapper #SIGNUP_HEADING{
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    color:#fff;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 15px;
}

.newsletter-wrapper .SIGNUP_FLD #EMBED_FORM_EMAIL_LABEL{
    border-radius: 23px;
    background: #E5EEEE;
    border:0;
    outline: 0;
    padding:13px 37px 13px 21px;
    border: 3px solid transparent;
}

.newsletter-wrapper .SIGNUP_FLD #EMBED_FORM_EMAIL_LABEL:focus{
    border: 3px solid #00AC45;
}

.newsletter-wrapper .SIGNUP_FLD #EMBED_FORM_EMAIL_LABEL::placeholder,
.newsletter-wrapper .SIGNUP_FLD #zcWebOptin{
    color:#005045;
    font-family: Montserrat, sans-serif;
    font-size:15px;
    font-weight: 500;
    line-height: 14px;
}

.newsletter-wrapper .SIGNUP_FLD #zcWebOptin{
    position: absolute;
    top: 50%;
    right: 18px;
    background: none;
    border: none;
    padding: 0;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px){
    .newsletter-wrapper #customForm{
        padding: 18px 0;
        max-width: unset;
        width: fit-content;
        margin-right: 0;
    }

    .newsletter-wrapper #customForm .quick_form_8_css > div{
        display: flex;
        align-items: center;
        gap:24px;
    }

    .newsletter-wrapper #customForm .quick_form_8_css > div form{
        width: 300px;
    }

    .newsletter-wrapper #SIGNUP_HEADING{
        margin-bottom: 0;
        white-space: nowrap;
    }
}