._profileRow_yrs1f_1 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 8px);
  flex-grow: 1;
}
._profileRow_yrs1f_1._clickable_yrs1f_7 {
  cursor: pointer;
}

._avatarWrapper_yrs1f_11 {
  display: flex;
  align-items: center;
  position: relative;
}
._avatarWrapper_yrs1f_11 ._flag_yrs1f_16 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 11px;
  background-size: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

._content_yrs1f_27 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  flex-grow: 1;
}

._name_yrs1f_35 {
  font-weight: 500;
}

._number_yrs1f_39 {
  color: var(--secondaryText, #767676);
}

._role_yrs1f_43 {
  opacity: 0.6;
  font-size: 0.85em;
}

._extra_yrs1f_48 {
  font-size: 0.85em;
  opacity: 0.75;
}

._right_yrs1f_53 {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}

._rankBadge_yrs1f_61 {
  font-size: 12px;
  font-weight: 700;
  padding: var(--spacing-sm);
  border-radius: 4px;
  background: var(--bg);
  color: var(--mainText);
  white-space: nowrap;
}