.user-name-meta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
  gap: 1px;
}

.user-name-meta-block .member-name,
.user-name-meta-block .online-user-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-under-meta-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  line-height: 1;
  min-height: 14px;
}

.login-meta-icon {
  font-size: 12px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  opacity: 0.92;
  color: var(--text-mid, #5f6368);
}

.login-meta-lucide .icon {
  width: 14px;
  height: 14px;
}

.login-meta-emoji {
  font-size: 12px;
  line-height: 1;
}

.login-meta-flag {
  padding: 0;
}

.login-meta-flag-img {
  display: block;
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.user-name-gender-block {
  display: inline-flex;
  align-items: center;
}

.user-under-meta-row .gender-under-icon {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}

.gender-under-icon--lucide .icon {
  width: 14px;
  height: 14px;
}
