.article-content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.article-content h3 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}
.article-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.article-content table td, .article-content table th { border: 1px solid #dee2e6; padding: 0.5rem; }
.article-content a { color: var(--bs-primary); }
.article-content a:hover { text-decoration: underline; }
