/* Documentation specific styles */

.prose {
    color: #1f2937 !important; /* text-gray-800 */
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: #111827 !important; /* text-gray-900 */
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.prose p, .prose ul, .prose ol {
    color: #1f2937 !important; /* text-gray-800 */
    margin-bottom: 1em;
}

.prose a {
    color: #2563eb !important; /* text-blue-600 */
    text-decoration: underline;
}

.prose a:hover {
    color: #1d4ed8 !important; /* text-blue-700 */
}

.prose strong {
    color: #111827 !important; /* text-gray-900 */
    font-weight: 600;
}

.prose code {
    color: #111827 !important; /* text-gray-900 */
    background-color: #f3f4f6; /* bg-gray-100 */
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
}

.prose pre {
    background-color: #f3f4f6 !important; /* bg-gray-100 */
    color: #111827 !important; /* text-gray-900 */
    padding: 1em;
    border-radius: 0.375rem;
    overflow-x: auto;
}

.prose blockquote {
    color: #4b5563 !important; /* text-gray-600 */
    border-left-color: #d1d5db !important; /* border-gray-300 */
}

.prose table {
    color: #1f2937 !important; /* text-gray-800 */
}

.prose th {
    color: #111827 !important; /* text-gray-900 */
}

.prose td {
    color: #1f2937 !important; /* text-gray-800 */
}