.profile select#role.top-role-hidden,
.profile select#role[aria-hidden="true"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
}
.profile-readonly-label{
  display:grid;
  gap:2px;
  min-width:120px;
  max-width:190px;
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.1);
  color:#fff;
}
.profile-readonly-label strong{
  color:#fff;
  font-size:13px;
  line-height:1.05;
}
.profile-readonly-label small{
  color:#d8e8f8;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}