#newsletter-card-wrapper {
    position: fixed;
    right: 0;
    background: white;
    padding: 20px 15px 15px;
    border: 1px solid darkgray;
    width: 100%;
    max-width: 400px;
    z-index: 99999 !important;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

#newsletter-card-wrapper .newsletter-card-container {
    position: relative !important;
}

#newsletter-card-wrapper .newsletter-card-container .close-button {
    position: absolute !important;
    top: -15px !important;
    right: -8px !important;
    cursor: pointer;
}

#newsletter-card-wrapper .newsletter-card-container h4{
    margin: 0 0 10px;
}

#newsletter-card-wrapper .newsletter-card-container p{
    margin: 0 0 10px;
}

#newsletter-card-wrapper .hidden-fields{
    display: none;
}