 .popup-newsletter .block.newsletter {
        width: 100%;
    }
    .newsletter-content {
        display: none;
    }
    .newsletter-content .messages {
        display: none;
    }
    .newsletter-content h2 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        line-height: initial;
        margin: 15px 0px;
    }
    .newsletter-content.block.newsletter .actions {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .newsletter-content .actions .action.subscribe.primary {
        border-radius: 3px;
        width: 100%;
        display: block;
    }