/* ==========================================================================
   Data Table Section
   Block: .data-table / .data-table-section
   --------------------------------------------------------------------------
   Only the band is here. The .table-scroll container and the .definition-table
   itself live in assets/css/theme.css, shared with Table Section and the
   project facts table, because single-project.php renders one too and root
   templates never load a block stylesheet.
   ========================================================================== */

.data-table-section {
  background-color: var(--color-background);
}

.data-table-section--soft {
  background-color: var(--color-background-sunken);
}

.data-table-section--dark {
  background-image: var(--gradient-ink);
}
