/**
 * Hero rank + rating accent glow — loaded with player_hero.php on all feast tabs.
 */

.k2-player-hero__stat-value--rank,
.k2-player-hero__stat-value--accent {
	color: var(--k2-link-star);
	text-shadow: 0 0 28px var(--k2-accent-glow);
}
