/* Tables éditoriales : deux colonnes, lecture au clavier et sur écran étroit. */
.cr-reperes-scroll{max-width:100%;overflow-x:auto;margin:1rem 0;overscroll-behavior-x:contain}
.cr-reperes-scroll:focus-visible{outline:3px solid #bd6b00;outline-offset:3px}
.cr-reperes-table{width:100%;border-collapse:collapse;font-size:1rem;line-height:1.55}
.cr-reperes-table caption{text-align:left;font-weight:700;margin-bottom:.6rem}
.cr-reperes-table th,.cr-reperes-table td{padding:.7rem;text-align:left;vertical-align:top;border-bottom:1px solid #dce2ea;overflow-wrap:anywhere}
.cr-reperes-table thead{background:#f4f6f9}
.cr-reperes-table tbody th{font-weight:500}
.cr-proof-examples article{margin:1rem 0;padding:1rem;border:1px solid #dce2ea;border-radius:12px;background:#fff}
.cr-proof-examples article h3{font-size:1.1rem;line-height:1.4;margin:0 0 .7rem}
.cr-proof-examples article p{margin:.6rem 0}
@media(max-width:480px){.cr-reperes-table th,.cr-reperes-table td{padding:.6rem .4rem}}

[data-conversion-batch] summary{font-weight:700;cursor:pointer;min-height:44px;padding:.5rem 0}
[data-conversion-batch] textarea{box-sizing:border-box;width:100%;max-width:100%;min-height:130px;padding:.75rem;border:1px solid #6c788b;border-radius:.5rem;background:#fff;color:#182134;font:1rem/1.5 system-ui;resize:vertical}
[data-conversion-batch] textarea:focus-visible{outline:3px solid #a95e00;outline-offset:2px}
[data-conversion-batch] button:disabled{opacity:.55;cursor:not-allowed}
.cr-batch-error td:last-child{color:#9a1624;font-weight:600}
