/* Intentionally empty — same rule as sec-content.css: the look of the Section
   (docs) blocks lives in the template layer (src/scss/pages/section.scss →
   .secn__blocks .sec-table), scoped to the section.

   This file used to carry its own table styling, and because ACF enqueues it on
   the FRONT END too (see init.php → enqueue_assets), its unscoped `.sec-table`
   rules leaked out of the template and fought the scoped ones: a second zebra on
   nth-child(odd) filled the rows the scoped nth-child(even) left white, so every
   row ended up shaded, plus a stray margin-bottom under every table. */
