body {
  background-color: #fff;
}

body #wpcontent {
  padding: 0;
}

/* Hide the DataViews column headers when a table is empty: the empty-state
   block is shown instead. DataViews renders the `.dataviews-no-results` sibling
   only when there is no data (and not while loading), so the headers reappear
   as soon as rows are present. The filter bar stays visible — the Active/Trash
   toggle remains usable on an empty trash. */
.mf-page .dataviews-view-table:has(+ .dataviews-no-results) thead {
  display: none;
}
