/* ===== STYLE القديم ديالك (بلا تغيير) ===== */
.avatar{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255,255,255,0.10);
  border: 2px solid rgba(255,255,255,0.18);
}

.player-head{
  background: rgba(25, 55, 110, 0.45);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 15px;
  padding: 14px 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 12px;

  /* ===== الجديد المهم ===== */
  display: flex;
  align-items: center;
  gap: 14px;
}

/* container ديال username + id */
.player-head > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* username */
.pname{
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

/* id */
.ptag{
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}











.bsStatRow{
  gap: 12px;
  padding: 12px 14px;
}

/* icon ديال trophies / level */
.bsStatRow .bsIconImg{
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* النص */
.bsStatRow > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bsStatRow .bsNum{
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.bsStatRow .bsLbl{
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-top: 3px;
}












