/* Iron Stance's ring. Sits behind the character, so z-index is below the sprite. */
.exp-stance-host { position: absolute; pointer-events: none; z-index: 3; }

.exp-stance-plate {
  position: absolute;
  width: 52px; height: 52px;
  margin-left: -26px; margin-bottom: -26px;
  background: url('/assets/skills/knight/fx/aura-plate.webp') center/contain no-repeat;
  transform-origin: center center;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 6px rgba(140, 190, 255, .55));
}
