.article-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
}
.dark .article-content h2 {
    color: #f3f4f6;
}
.article-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #374151;
}
.dark .article-content h3 {
    color: #e5e7eb;
}
.article-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
}
.article-content ul {
    list-style: disc;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.article-content ul li {
    margin-bottom: 0.5rem;
}
.article-content img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}
.article-content strong {
    font-weight: 600;
    color: #111827;
}
.dark .article-content strong {
    color: #f9fafb;
}
