.article-content p {
        text-align: justify !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
        color: #d1d5db !important; /* text-gray-300 */
    }
    .article-content img {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        border-radius: 1rem !important;
        border: 1px solid #1f2937 !important; /* border-gray-800 */
    }
    .article-content h2, .article-content h3 {
        color: white !important;
        font-weight: 700 !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .article-content h2 { font-size: 1.875rem !important; }
    .article-content h3 { font-size: 1.5rem !important; }
    .article-content ul, .article-content ol {
        margin-bottom: 1.5rem !important;
        color: #d1d5db !important;
    }
    .article-content li {
        margin-bottom: 0.75rem !important;
        line-height: 1.8 !important;
    }
    