/* CMS custom styling - joint-de-montre */
.page-cms .page-content { max-width: 900px; margin: 0 auto; padding: 2rem 1rem; }
.cms-content { font-size: 1rem; color: #333; }
.cms-content h1 { font-size: 2rem; margin: 1.5rem 0 1rem; color: #222; }
.cms-content h2 { font-size: 1.6rem; margin-top: 2rem; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid #eb0e0e; color: #222; }
.cms-content h3 { font-size: 1.2rem; margin-top: 1.5rem; margin-bottom: .75rem; color: #444; }
.cms-content p { line-height: 1.7; margin: 1rem 0; }
.cms-content ul, .cms-content ol { padding-left: 1.5rem; margin: 1rem 0; }
.cms-content li { margin-bottom: .5rem; line-height: 1.6; }
.cms-content a { color: #eb0e0e; text-decoration: underline; }
.cms-content a:hover { color: #a02622; text-decoration: none; }
.cms-content strong { color: #222; }
.cms-content blockquote { border-left: 4px solid #eb0e0e; background: #f8f8f8; padding: 1rem 1.25rem; margin: 1.25rem 0; border-radius: 3px; color: #444; font-style: italic; }
.cms-content h3 + p { background: #f8f8f8; padding: 1rem; border-left: 4px solid #eb0e0e; border-radius: 3px; margin-top: 0; }
.cms-content table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.cms-content th, .cms-content td { padding: .5rem .8rem; border: 1px solid #ddd; text-align: left; }
.cms-content th { background: #f5f5f5; font-weight: 600; }
.cms-content img { max-width: 100%; height: auto; border-radius: 3px; }
.cms-content figure { margin: 1.25rem 0; }
.cms-content code { background: #f5f5f5; padding: .15rem .35rem; border-radius: 3px; font-size: .95em; }

/* SEO/GEO enrichment styles */
.cms-content .cms-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.92rem}
.cms-content .cms-table th{background:#f5f5f5;text-align:left;padding:.6rem .8rem;border:1px solid #ddd;font-weight:600}
.cms-content .cms-table td{padding:.6rem .8rem;border:1px solid #eee}
.cms-content blockquote{border-left:4px solid #eb0e0e;padding:.8rem 1.2rem;margin:1.5rem 0;background:#fafafa;font-style:italic;color:#333}
.cms-content .stat-callout{background:#fef6f6;border:1px solid #f5cccc;border-radius:4px;padding:1rem 1.2rem;margin:1.5rem 0;font-weight:500}
.cms-meta{margin-top:2.5rem;padding-top:1rem;border-top:1px solid #eee;color:#888;font-size:.85rem}

/* TOC */
.cms-content .cms-toc{background:#f8f8f8;border-left:4px solid #eb0e0e;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 4px 4px 0}
.cms-content .cms-toc h2{font-size:1rem !important;margin:0 0 .5rem !important;border:none !important;padding:0 !important;color:#222}
.cms-content .cms-toc ol{margin:0;padding-left:1.5rem}
.cms-content .cms-toc li{margin:.2rem 0}
.cms-content .cms-toc a{color:#eb0e0e;text-decoration:none}
.cms-content .cms-toc a:hover{text-decoration:underline}
.cms-content h2{scroll-margin-top:80px}
