.zu-stat-item {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
  padding: 34px 18px; border: 1px solid rgba(255,255,255,.18); margin: 0 0 -1px -1px; color: #fff;
}
.zu-stat-item__icon { opacity: .85; }
.zu-stat-item__value { font-family: var(--zu-font-display); font-size: 32px; font-weight: 700; line-height: 1; }
.zu-stat-item__label { font-size: 12.5px; color: rgba(255,255,255,.72); }
