.fcr-message-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  margin-bottom: -5px;
}
.fcr-message-label .fcr-avatar span {
  font-size: 12px;
}

.fcr-message-label--self {
  justify-content: flex-end;

  margin-bottom: 5px;
}

.fcr-message-label__content {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  color: var(--fcr_ui_scene_icontext1);
  font-weight: 400;
}

.fcr-message-label__tag {
  margin-right: 6px;
  white-space: nowrap;
  max-width: 70px;
}

.fcr-message-label__publisher {
  font-family: 'Verdana';
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  margin-right: 6px;
  cursor: pointer;
}

.fcr-message-label__time {
  font-family: 'Verdana';
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: var(--fcr_ui_scene_icontext2);
}

.fcr-msg-tag {
  display: flex;
  height: 16px;
  font-size: 12px;
  line-height: 12px;
  color: var(--fcr_ui_scene_inverse);
  background: var(--fcr_ui_scene_icontext5);
  border-radius: 3px;
  font-family: 'Inter';
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.fcr-msg-tag--union {
  background: var(--fcr_ui_scene_ramp_lightgreen6);
}

.fcr-word-break {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.fcr-break-one-line {
  -webkit-line-clamp: 1;
}

.fcr-message-label__private {
  color: var(--fcr_ui_scene_ramp_yellow7);
}

.fcr-message-label__marginR {
  margin-right: 4px;
}

.fcr-message-label__nickname {
  max-width: 40px;
}
