/* Pulse Progression V1.4 - avatar surround visibility fix for V21.
   Avatar roots clip inner pseudo-elements, so render the surround on the root itself. */
.pxp-avatar-wrap{position:relative!important}
.pxp-avatar-wrap:after{display:none!important}
.pxp-avatar-wrap.pxp-ring-starter{box-shadow:0 0 0 3px #7d8490!important}
.pxp-avatar-wrap.pxp-ring-connector{box-shadow:0 0 0 3px #3b82f6,0 0 15px rgba(59,130,246,.78)!important;animation:pxpDirectConnector 2.6s ease-in-out infinite}
.pxp-avatar-wrap.pxp-ring-social{box-shadow:0 0 0 3px #a855f7,0 0 17px rgba(168,85,247,.82)!important}
.pxp-avatar-wrap.pxp-ring-influencer{box-shadow:0 0 0 3px #f4c542,0 0 16px rgba(244,197,66,.8)!important;animation:pxpDirectGold 2.3s ease-in-out infinite}
.pxp-avatar-wrap.pxp-ring-elite{box-shadow:0 0 0 3px #d9e4ef,0 0 10px #fff,0 0 20px rgba(165,180,252,.65)!important;animation:pxpDirectElite 1.8s ease-in-out infinite}
.pxp-avatar-wrap.pxp-ring-legend{box-shadow:0 0 0 3px #fb572d,0 0 13px #ff3d00,0 0 23px rgba(124,58,237,.8)!important;animation:pxpDirectLegend 1.15s ease-in-out infinite alternate}
.pxp-avatar-wrap.pxp-ring-icon{box-shadow:0 0 0 3px #ec4899,0 0 11px #22d3ee,0 0 22px rgba(139,92,246,.9)!important;animation:pxpDirectIcon 2s linear infinite}
@keyframes pxpDirectConnector{50%{box-shadow:0 0 0 3px #60a5fa,0 0 22px rgba(59,130,246,1)!important}}
@keyframes pxpDirectGold{50%{box-shadow:0 0 0 3px #fde68a,0 0 24px rgba(244,197,66,1)!important}}
@keyframes pxpDirectElite{50%{box-shadow:0 0 0 3px #fff,0 0 15px #fff,0 0 27px rgba(165,180,252,.9)!important}}
@keyframes pxpDirectLegend{to{box-shadow:0 0 0 3px #ff7a45,0 0 18px #ff3d00,0 0 30px rgba(124,58,237,1)!important}}
@keyframes pxpDirectIcon{50%{box-shadow:0 0 0 3px #22d3ee,0 0 14px #ec4899,0 0 28px rgba(139,92,246,1)!important}}
