.animux-blue-badge{
  display:inline-flex;align-items:center;justify-content:center;
  width:16px;height:16px;min-width:16px;margin-left:5px;vertical-align:-2px;
  border-radius:50%;background:linear-gradient(145deg,#4bc4ff 0%,#1687ff 48%,#3157e8 100%);
  box-shadow:0 0 0 1px rgba(255,255,255,.15) inset,0 3px 10px rgba(41,126,255,.28);
  color:#fff;position:relative;transform:translateZ(0)
}
.animux-blue-badge::before{
  content:'';position:absolute;inset:-3px;border-radius:50%;border:1px solid rgba(75,196,255,.2);opacity:0;
  transition:opacity .35s ease,transform .35s ease
}
.animux-blue-badge:hover::before{opacity:1;transform:scale(1.12)}
.animux-blue-badge svg{width:11px;height:11px;display:block;fill:none;stroke:currentColor;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round}
.author-link{display:inline-flex;align-items:center}
.social-profile-head h1 .animux-blue-badge{width:19px;height:19px;min-width:19px;vertical-align:1px;margin-left:7px}
.social-profile-head h1 .animux-blue-badge svg{width:13px;height:13px}
.userchip .animux-blue-badge{width:14px;height:14px;min-width:14px;margin-left:1px}
.userchip .animux-blue-badge svg{width:9px;height:9px}
.avp-username-hint{margin-top:7px;font-size:12px;color:var(--ink3)}
.avp-username-prefix{color:var(--violet);font-weight:600}
#profileUsername{text-transform:none}
