.komari-cpu-heading {
  align-items: baseline;
  gap: 4px;
  min-width: 0;
}
.komari-cpu-heading > :first-child,
.komari-cpu-heading > :last-child {
  flex-shrink: 0;
}
.komari-cpu-model {
  min-width: 0;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 0;
  color: var(--muted-foreground);
}
.komari-cpu-cell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 4px;
}
.komari-cpu-cell > :nth-child(1),
.komari-cpu-cell > :nth-child(2) {
  grid-column: 1 / -1;
}
.komari-cpu-load {
  grid-column: 1;
  min-width: 0;
}
.komari-cpu-cores {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--muted-foreground);
}
