/* =============================================================================
   L'art de la Photo — tableaux stylés (.tbl)
   Chargé par mu-plugin-lap-components.php UNIQUEMENT sur les contenus qui
   contiennent un tableau `.tbl` (enfilage conditionnel : 171 articles sur 324).
   -----------------------------------------------------------------------------
   Transposé le 21/07/2026 depuis les blocs <style> recopiés dans le contenu de
   chaque article : 171 exemplaires RIGOUREUSEMENT identiques (une seule variante,
   vérifiée par empreinte), soit ~250 Ko dupliqués dans la base et ~1,4 Ko
   rechargés à chaque page vue. Ici : un fichier, mis en cache un an.

   Cascade : aucune autre règle du site ne vise `.wp-block-table` (ni ACSS custom,
   ni les 8 feuilles externes, vérifié). Et `.wp-block-table.tbl` (0,2,0) l'emporte
   de toute façon sur un `.wp-block-table` simple, quel que soit l'ordre — d'où
   l'absence de spécificité doublée ici, contrairement à `.essentiel`.

   Variantes : `tbl--valeurs` (2ᵉ colonne chiffrée) et le cas des cartes Amazon
   (`:has(.amz-card__cta)`) sont conservés tels quels.
   ============================================================================= */

.wp-block-table.tbl{margin:2em 0;overflow-x:auto;background:#fff;border:1px solid #ecebe9;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 10px 26px rgba(0,0,0,.06);-webkit-overflow-scrolling:touch}
.wp-block-table.tbl table{width:100%;margin:0;border:0;border-collapse:collapse;table-layout:auto;font-size:.95em}
.wp-block-table.tbl thead{border-bottom:0}
.wp-block-table.tbl thead th{padding:.9em 1.15em;text-align:center;vertical-align:middle;background:var(--primary,#feec02);color:#1a1a1a;font-size:.74em;font-weight:700;letter-spacing:.11em;text-transform:uppercase;border:0;white-space:nowrap}
.wp-block-table.tbl tbody td{padding:.8em 1.15em;vertical-align:top;border:0;border-bottom:1px solid #f0efec;color:#3d3c3a;line-height:1.45}
.wp-block-table.tbl tbody tr:last-child td{border-bottom:0}
.wp-block-table.tbl tbody tr:nth-child(even){background:#fbfbfa}
.wp-block-table.tbl tbody tr:hover{background:#fffcea}
.wp-block-table.tbl tbody td:first-child{font-weight:650;color:#2b2b2b}
.wp-block-table.tbl figcaption{padding:.7em 1.15em 0;font-size:.85em;color:#6b6b6b}
.wp-block-table.tbl--valeurs tbody td:nth-child(2){white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:650;color:var(--accent-dark,#7e0152)}
.wp-block-table.tbl:has(.amz-card__cta) tbody td{vertical-align:middle}
@media(max-width:700px){.wp-block-table.tbl table{font-size:.88em}.wp-block-table.tbl thead th,.wp-block-table.tbl tbody td{padding:.65em .85em}}
