/* Custom article content styles for admin previews */
.custom-article-content h1, .custom-article-content h2, .custom-article-content h3, .custom-article-content h4, .custom-article-content h5, .custom-article-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.2;
}
.custom-article-content p {
    margin-bottom: 1.25rem;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #374151;
}
.custom-article-content ul, .custom-article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 2rem;
}
.custom-article-content li {
    margin-bottom: 0.5rem;
}
.custom-article-content strong {
    font-weight: 600;
    color: #111827;
}
.custom-article-content em {
    color: #ea580c;
} 