.chart-bars.chart-bars-dynamic {
  grid-template-columns: repeat(var(--bar-cols, 6), minmax(38px, 1fr));
  overflow-x: auto;
}

.metric-value .unit {
  font-size: 0.65em;
  font-weight: 600;
  color: var(--admin-muted);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.filter-pills .btn {
  border-radius: 50rem;
}

.job-note-cell {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form.ring-highlight {
  border-color: var(--admin-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}