/* Styles pour le contenu Markdown converti en HTML (page /docs).
 * Extrait depuis docs.html (2026-04-22) — requis par CSP style-src 'self'.
 * Un <style> inline dans le template violerait la CSP stricte de PR #423.
 */
.docs-content h1 { font-size: 1.75rem; font-weight: 600; margin-top: 0; margin-bottom: 1rem; color: var(--color-diligio-ink, #1a1a1a); }
.docs-content h2 { font-size: 1.25rem; font-weight: 600; margin-top: 2rem; margin-bottom: 0.75rem; color: var(--color-diligio-ink, #1a1a1a); border-bottom: 1px solid #e5e0d5; padding-bottom: 0.25rem; }
.docs-content h3 { font-size: 1.05rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.5rem; color: var(--color-diligio-ink, #1a1a1a); }
.docs-content h4 { font-size: 0.95rem; font-weight: 600; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.docs-content p { margin-bottom: 0.875rem; line-height: 1.7; }
.docs-content ul, .docs-content ol { margin-bottom: 0.875rem; padding-left: 1.5rem; }
.docs-content li { margin-bottom: 0.25rem; line-height: 1.6; }
.docs-content code { background: #f0ebe0; padding: 0.1rem 0.35rem; border-radius: 3px; font-size: 0.85em; font-family: 'Courier New', monospace; }
.docs-content pre { background: #f0ebe0; padding: 1rem; border-radius: 4px; overflow-x: auto; margin-bottom: 1rem; }
.docs-content pre code { background: none; padding: 0; font-size: 0.82em; }
.docs-content blockquote { border-left: 3px solid #c5a836; padding: 0.5rem 1rem; background: #faf7ef; margin: 1rem 0; color: #5a5040; font-style: italic; }
.docs-content table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 0.875rem; }
.docs-content th { background: #f0ebe0; font-weight: 600; padding: 0.5rem 0.75rem; text-align: left; border: 1px solid #e0d8c8; }
.docs-content td { padding: 0.45rem 0.75rem; border: 1px solid #e0d8c8; vertical-align: top; }
.docs-content tr:nth-child(even) td { background: #faf7ef; }
.docs-content a { color: #8b6914; text-decoration: underline; }
.docs-content a:hover { color: #5a4409; }
.docs-content hr { border: none; border-top: 1px solid #e5e0d5; margin: 2rem 0; }
.docs-content strong { font-weight: 600; }
