/* Permanent size for the DAY odometer slots */
.aub-day-odometer { --aub-size: 100px; }
.aub-day-odometer .aub-slot {
  /* lock height to --aub-size and width to 1.10× height */
  height: var(--aub-size) !important;
  width: calc(var(--aub-size) * 2) !important;
}
