/* Only keep the issue number on one line; the rest of the card layout stays unchanged. */
.record-list .record-item .card-header .period-info .period-number {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  flex-shrink: 0 !important;
  font-size: clamp(.82rem, 3.8vw, 1.15rem) !important;
  letter-spacing: 0 !important;
}
