/* assets/css/article.css */
.article-content h2 {
    color: #ff9f43 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}

.article-content p {
    color: #666;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
    text-align: justify;
}

.dark .article-content p {
    color: #cbd5e1 !important;
}

.article-content hr {
    border: 0 !important;
    border-top: 1px solid #eee !important;
    margin: 30px 0 !important;
}

.dark .article-content hr {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.article-content strong {
    color: #333;
}

.dark .article-content strong {
    color: #fff !important;
}
