/* =====================================================================
 * 📁 /maths/numeration/nombres_entiers/comparer_ordonner/fiches/fiches.css
 * ===================================================================== */
.co-fiches-panel { position: sticky; top: 1rem; }
.co-fiches-preview { overflow-x:auto; padding:.5rem; background:#eef2f5; border-radius:.5rem; }
.co-sheet { width:174mm; min-height:258mm; margin:0 auto; background:#fff; box-shadow:0 .25rem 1rem rgba(0,0,0,.12); padding:7mm 7mm 5mm; color:#263238; font-family:Arial,sans-serif; box-sizing:border-box; }
.co-sheet-header { display:flex; align-items:center; gap:4mm; border-bottom:1px solid #cad4dd; padding-bottom:3mm; margin-bottom:3mm; }
.co-sheet-logo { width:18mm; height:18mm; object-fit:contain; flex:0 0 18mm; }
.co-sheet-headtext { flex:1 1 auto; min-width:0; }
.co-sheet-title { font-size:18px; font-weight:700; line-height:1.15; }
.co-sheet-code { color:#2e5f93; font-weight:700; white-space:nowrap; }
.co-sheet-meta { display:flex; justify-content:space-between; gap:10mm; font-size:10px; margin-bottom:3mm; }
.co-correct-badge { color:#7656a5; font-weight:700; margin-top:1mm; }
.co-ex { border:1px solid #d3dce5; border-radius:5px; padding:3.6mm 3.8mm; margin-bottom:3mm; box-sizing:border-box; overflow:hidden; }
.co-ex h3 { color:#2e5f93; font-size:13px; margin:0 0 2mm; font-weight:700; }
.co-row { font-size:10.5px; line-height:1.45; margin-bottom:2.3mm; }
.co-row:last-child { margin-bottom:0; }
.co-pair { display:inline-block; min-width:38%; }
.co-sign-gap { display:inline-block; width:11mm; border-bottom:1px solid #8e9aa4; height:3.2mm; vertical-align:bottom; text-align:center; }
.co-answer-line { display:block; border-bottom:1px solid #8e9aa4; height:5.5mm; margin:1.1mm 0 0 5mm; }
.co-answer { color:#7656a5; font-weight:700; }
.co-highlight { color:#7656a5; font-weight:700; text-decoration:underline; }
.co-source { color:#263238; }
.co-footer { display:flex; justify-content:space-between; border-top:1px solid #d3dce5; padding-top:1.5mm; margin-top:2mm; color:#71808e; font-size:8px; }
@media (max-width:991.98px) { .co-fiches-panel { position:static; } }
