/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.newsletter_integration_for_mailman3__info-box {
    padding: calc(.375rem + 1px);
    display: none;
    color: white;
    border-radius: 2px;
    margin-top: 5px;
}

.newsletter-integration-for-mailman3--bg-green {
    background-color: green;
}

.newsletter-integration-for-mailman3--bg-red {
    background-color: red;
}
