/* Stat number: vertical alignment fix.
   Loaded after profile-b.css on the profiles that shipped with it inline
   (display/align-items/min-height are not touched again anywhere in
   profile-b.css, so the cascade result is identical to the original). */
.stat-cell__number {
  display: flex;
  align-items: flex-end;
  min-height: calc(0.88 * clamp(5rem, 9vw, 10rem));
}
