/* Remove only the decorative lower-right level badge from the My-page avatar.
 * The real level remains in its adjacent text pill; avatar/upload targets and
 * every other icon, profile form, and payment component are unchanged. */
body.sgc-my-active .sgc-my-shell[data-view="mine"] .sgc-my-avatar-wrap > .sgc-my-crown[data-sgc-level-badge] {
  display: none !important;
}
