/* Feeds index bulk-action bar (app/views/admin/feeds/_index_header.html.erb). */

.bulk-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
}

.bulk-actions__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.65;
  margin-right: 4px;
}

.cell-label--bulk-select {
  width: 1%;
  text-align: center;
}

.bulk-select__checkbox {
  cursor: pointer;
}
