.t10t-avatar-wrap{
  position:relative;
  display:inline-block;
  line-height:0;
}

.t10t-avatar-wrap img{
  display:block;
  border-radius:999px;
}

/* الدرع (دائرة معدنية زرقا) راكب تحت الصورة */
.t10t-avatar-wrap .t10t-verified-badge{
  position:absolute;
  left:-2px;
  bottom:-2px;
  width:18px;
  height:18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: linear-gradient(180deg,#2b7cff,#0b4fb8);
  border:2px solid #fff;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
  z-index:10;

  color:#fff; /* لون shield داخل الـSVG */
}

.t10t-avatar-wrap .t10t-vsvg{
  width:14px;
  height:14px;
  display:block;
}