.heading {
  min-width: 124px;
  font-weight: var(--font-weight-bold);
}
.heading.narrow {
  min-width: 62px;
}

#summary .cluster,
#bases .cluster,
#history .cluster {
  gap: var(--space-larger);
}
