.BadgeIcon_badgeIconWrap__hVbsn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.BadgeIcon_badgeIconWrap__hVbsn:hover {
  transform: scale(1.06);
}
.BadgeIcon_xs__rI9Qh {
  width: 40px;
  height: 40px;
}
.BadgeIcon_sm__9mqIf {
  width: 52px;
  height: 52px;
}
.BadgeIcon_md__DF1d9 {
  width: 60px;
  height: 60px;
}
.BadgeIcon_lg__N1B7V {
  width: 76px;
  height: 76px;
}
.BadgeIcon_svgWrap__wiYMn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64%;
  height: 64%;
  color: inherit;
}
.BadgeIcon_svgWrap__wiYMn svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.BadgeIcon_emojiWrap___UwR2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.BadgeIcon_assetImg__Vs3Q6 {
  width: 64%;
  height: 64%;
  object-fit: contain;
}
.BadgeIcon_levelBadge___8zbd {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(35%, 35%);
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 9px;
  font-weight: 800;
  border: 1.5px solid;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2.5px solid var(--bg-primary);
  z-index: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 calc(var(--text-glow-intensity, 1) * 4px) color-mix(in srgb, currentColor calc(var(--text-glow-intensity, 1) * 100%), transparent);
  transition: box-shadow 0.25s ease;
}

