/* RUAY55 player profile identity-only fit fix.
   Scope: VIP-member pill and member-ID row; no theme/card/data changes. */
html body #root .player-shell:has(.profile-page) .profile-page .profile-vip-kicker {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

html body #root .player-shell:has(.profile-page) .profile-page .member-id-copy {
  width: clamp(190px, 56cqw, 226px) !important;
  max-width: none !important;
}

html body #root .player-shell:has(.profile-page) .profile-page .member-id-copy > span {
  max-width: calc(100% - 19px) !important;
}
