.legend #colorStats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 7px;
}

.legend .stat {
  gap: 7px;
  margin: 0;
  min-width: 0;
}

.legend .stat-swatch {
  flex: 0 0 12px;
}

.legend .stat-count {
  margin-left: auto;
}

.legend .stat-empty {
  grid-column: 1 / -1;
}
