.signup-wrapper {

}

footer .footer-block .signup-wrapper p.footnote,
.signup-wrapper p.footnote {
    margin-top: 0.5em;
    max-width: 308px;
}

footer .footer-block .signup-wrapper p.footnote,
footer .footer-block .signup-wrapper p.footnote a,
.signup-wrapper p.footnote,
.signup-wrapper p.footnote a {
    font-size: 11px;
}

article#newsletter-signup-popup .signup-wrapper {
    width: 100vw;
    padding: 30px 10px 25px 10px;
    background: #46336a;
    position: relative;
}

footer .footer-block .signup-wrapper p {
    font-size: 23px;
    margin-bottom: 0;
}

article#newsletter-signup-popup p {
    color: white;
    margin-bottom: 12px;
    line-height: 21px;
    margin-left: 5px;
    text-align: center;
}

article#newsletter-signup-popup p.footnote {
    line-height: 1;
    margin-top: 1em;
}

.signup-wrapper form {
    display: flex;
    margin-left: -8px;
}

article#newsletter-signup-popup .signup-wrapper form {
    justify-content: center;
    margin: 0 auto;
    width: 290px;
}

.signup-wrapper input[type="email"] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 44px;
    padding: 20px;
    border: none;
    width: 208px;
    font-size: 13px;
}

article#newsletter-signup-popup .signup-wrapper input[type="email"] {
    height: 50px;
    width: 206px;
    font-size: 15px;
}

.signup-wrapper button {
    cursor: pointer;
    border-radius: 0!important;
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
    height: 44px;
    padding: 0 12px;
    line-height: 3px;
    background-color: #f48d38;
    border: none;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.signup-wrapper button[disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
}

article#newsletter-signup-popup .signup-wrapper button {
    height: 50px;
    width: 106px;
    font-size: 13px;
}

@media (min-width: 480px) {
    article#newsletter-signup-popup .signup-wrapper {
        border: 1px solid #a09aaf;
        width: 350px;
        padding: 30px 30px 25px 30px;
        border-radius: 10px;
        background: #46336a;
        position: relative;
        display: none;
    }

    article#newsletter-signup-popup .signup-wrapper form {
        margin-left: -12px;
        width: 312px;
    }

    article#newsletter-signup-popup p {
        text-align: left;
    }
}