/* V63.4.6.20.2 — Login User Avatar Identity Fix
   Scope: existing room identity slot only. No height/layout expansion. */
.mf601-context-main.mf6346202-login-identity{
  min-width:0;
}
.mf6346202-login-avatar{
  overflow:hidden;
  flex:0 0 auto;
}
.mf6346202-login-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}
.mf6346202-login-identity>div{
  min-width:0;
}
.mf6346202-login-identity b,
.mf6346202-login-identity small,
.mf6346202-login-identity em{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
