/* 2048 index — personal records (extends timer.css) */

.cube-2048-records {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  padding: 0.25rem 0 0.5rem;
}

.cube-2048-records .cube-timer__times-title {
  display: inline-block;
  border-bottom: 3px solid var(--timer-gold);
  padding-bottom: 0.2rem;
}

.cube-2048-records .cube-timer__time-detail {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: var(--timer-muted);
  font-variant-numeric: tabular-nums;
}
