
        /* Fallback styles for proper list rendering */
        .prose ul {
            list-style-type: disc !important;
            margin: 1.25rem 0 !important;
            padding-left: 1.5rem !important;
        }
        
        .prose ol {
            list-style-type: decimal !important;
            margin: 1.25rem 0 !important;
            padding-left: 1.5rem !important;
        }
        
        .prose li {
            margin: 0.5rem 0 !important;
            line-height: 1.6 !important;
        }
        
        .prose p {
            margin: 1.25rem 0 !important;
            line-height: 1.8 !important;
        }
        
        .prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
            margin-top: 2rem !important;
            margin-bottom: 1rem !important;
            font-weight: 600 !important;
        }
        
        .prose pre {
            background-color: #1f2937 !important;
            color: #e5e7eb !important;
            padding: 1rem !important;
            border-radius: 0.5rem !important;
            overflow-x: auto !important;
            margin: 1.5rem 0 !important;
        }
        
        .prose code {
            background-color: #f3f4f6 !important;
            color: #374151 !important;
            padding: 0.25rem 0.375rem !important;
            border-radius: 0.25rem !important;
            font-size: 0.875rem !important;
        }
        
        .prose pre code {
            background-color: transparent !important;
            color: inherit !important;
            padding: 0 !important;
        }
        
        .prose strong {
            font-weight: 600 !important;
            color: #111827 !important;
        }
        
        .prose em {
            font-style: italic !important;
            color: #374151 !important;
        }
        
        .prose a {
            color: #2563eb !important;
            text-decoration: underline !important;
        }
        
        .prose a:hover {
            color: #1d4ed8 !important;
        }
        
        .prose blockquote {
            border-left: 4px solid #d1d5db !important;
            padding-left: 1rem !important;
            color: #6b7280 !important;
            margin: 2rem 0 !important;
        }
    