.bulk-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #edf0f2;
  border: 1px solid #c9ced2;
  border-bottom: 0;
  padding: 10px;
}

.bulk-toolbar select {
  max-width: 240px;
  border: 1px solid #aeb7bd;
  background: #fff;
  padding: 6px 7px;
  font: inherit;
}

.bulk-toolbar [data-selection-count] { color: #68747c; }
.review-actions { display:flex; flex-wrap:wrap; gap:5px; min-width:245px; }
.select-column { width: 36px; text-align: center; }
.select-column input { width: 16px; height: 16px; }
.bulk-review .table-wrap { overflow-x: auto; }
