/* Hide DataTable "Toggle Columns" menu globally */
.dash-table-container .dash-spreadsheet-menu {
  display: none !important;
}
/* Fallback: hide any show/hide columns button if present */
.dash-table-container .show-hide,
.dash-table-container button.toggle-columns {
  display: none !important;
}
