/* Green Where It Suits - Shared Styles */

/* Article Content Styles */
.article-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #15803d;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #166534;
}

.article-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

.article-content ul {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-content img {
    margin: 2rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

/* Affiliate Product Box */
.affiliate-box {
    background: linear-gradient(to right, #fff7ed, #ffedd5);
    border-left: 4px solid #f97316;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
}

/* Key Statistics Display */
.key-stat {
    background: linear-gradient(to br, #f0fdf4, #dcfce7);
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
}

/* Gradient Buttons */
.gradient-button {
    background: linear-gradient(to right, #16a34a, #22c55e);
}

.gradient-button:hover {
    background: linear-gradient(to right, #15803d, #16a34a);
}
