
        /* Perbaikan: Gunakan class yang sesuai dengan elemen di bawah (.render-html) */
        .render-html ul {
            list-style-type: disc !important;
            margin-left: 1.5rem !important;
            margin-bottom: 1rem !important;
            display: block !important;
        }
        
        .render-html ol {
            list-style-type: decimal !important;
            margin-left: 1.5rem !important;
            margin-bottom: 1rem !important;
            display: block !important;
        }
        
        .render-html li {
            display: list-item !important;
            margin-bottom: 0.25rem !important;
            list-style: inherit !important;
        }
        
        .render-html p {
            margin-bottom: 1rem !important;
        }
        
        .render-html strong {
            font-weight: bold !important;
        }
        .render-html blockquote {
            border-left: 4px solid #10b981; /* Warna hijau sesuai tema */
            padding-left: 1rem;
            font-style: italic;
            color: #4b5563;
            margin: 1rem 0;
        }
    
