.capacity-row {
  grid-template-columns: 150px 1fr 58px;
}

.capacity-row.unrecorded strong {
  color: var(--muted);
  font-size: 9px;
}

.bar.unrecorded {
  background: repeating-linear-gradient(
    135deg,
    #1c2a25 0,
    #1c2a25 5px,
    #26352f 5px,
    #26352f 10px
  );
}
