/* ============================================
   XPLOSION — Статистика
   ============================================ */

.stat-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}

.stat-line:last-child {
  border-bottom: none;
}

.stat-line .k {
  color: var(--text-2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.stat-line .v {
  color: var(--gold-text);
  font-weight: 800;
  font-size: 16px;
}