/* Styles complementaires a Tailwind (CDN) */

.prose-content h2 { font-size: 1.5rem; font-weight: 700; margin: 1.5rem 0 0.75rem; }
.prose-content h3 { font-size: 1.25rem; font-weight: 700; margin: 1.25rem 0 0.5rem; }
.prose-content p { margin-bottom: 1rem; line-height: 1.75; }
.prose-content ul, .prose-content ol { margin: 0 0 1rem 1.5rem; }
.prose-content ul { list-style: disc; }
.prose-content ol { list-style: decimal; }
.prose-content blockquote { border-left: 4px solid #6366f1; padding-left: 1rem; color: #475569; font-style: italic; margin: 1rem 0; }
.prose-content img { border-radius: 0.75rem; max-width: 100%; height: auto; margin: 1rem 0; }
.prose-content a { color: #4f46e5; text-decoration: underline; }
.prose-content pre { background: #0f172a; color: #e2e8f0; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; margin-bottom: 1rem; }
.prose-content code { background: #f1f5f9; padding: 0.1rem 0.35rem; border-radius: 0.25rem; font-size: 0.9em; }

/* Editeur Quill */
#editor-container { min-height: 260px; background: #fff; }
.ql-toolbar.ql-snow { border-radius: 0.5rem 0.5rem 0 0; border-color: #e2e8f0 !important; }
.ql-container.ql-snow { border-radius: 0 0 0.5rem 0.5rem; border-color: #e2e8f0 !important; font-size: 1rem; }
