/* v167: wide royal tier sprites need room beyond the base SVG silhouette. */

/* Preserve the approved B silhouette while allowing wider royal outfits to breathe. */
#ant-avatar[data-character-tier="king"],
#ant-avatar[data-character-tier="emperor"],
#ant-avatar[data-character-tier="mythic"] {
  overflow: visible;
}
