/* Front-end styles for Simple Newsletter Builder */
.snb-hero-banner {
    background: linear-gradient(135deg, #4a6927 0%, #3a521e 100%);
}

.snb-newsletter-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333333;
}

.snb-newsletter-content h1,
.snb-newsletter-content h2,
.snb-newsletter-content h3,
.snb-newsletter-content h4 {
    color: #4a6927;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.snb-newsletter-content h2 {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 8px;
}

.snb-newsletter-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.max-width-900 {
    max-width: 900px;
}
