/* Gaya khusus untuk konten artikel dari konversi Word (mammoth.js) */

.article-content h1, 
.article-content h2, 
.article-content h3 {
    font-family: serif;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #111827; /* gray-900 */
}

.article-content h2 { 
    font-size: 1.75rem; 
}

.article-content h3 { 
    font-size: 1.5rem; 
}

.article-content p {
    margin-bottom: 1.25em;
    line-height: 1.8;
    color: #374151; /* gray-700 */
}

.article-content a {
    color: #2563eb; /* blue-600 */
    text-decoration: underline;
}

.article-content ul, 
.article-content ol {
    margin-bottom: 1.25em;
    padding-left: 1.5em;
}

.article-content ul { 
    list-style-type: disc; 
}

.article-content ol { 
    list-style-type: decimal; 
}

.article-content blockquote {
    border-left: 4px solid #d1d5db; /* gray-300 */
    padding-left: 1em;
    font-style: italic;
    color: #4b5563; /* gray-600 */
    margin-bottom: 1.25em;
}