/* DC Allocation Dashboard */
.dc-dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.dc-dash-shifts .data-table th,
.dc-dash-shifts .data-table td {
  font-size: 12px;
}
