/* Shared table styling for WorkForce data grids */
table.wf-data-table {
  width: 100%;
  border: 1px solid #dee2e6;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
}

table.wf-data-table th,
table.wf-data-table td {
  text-align: left;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  padding: 0.4rem 0.75rem;
}

table.wf-data-table thead th {
  background-color: #f7f8fa;
  font-weight: 600;
}

table.wf-data-table tbody tr:nth-child(even) {
  background-color: #fdfdff;
}
