.chat-message-avatar__portrait {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 24%;
}

.chat-message-master-title {
  max-width: 180px;
  overflow: hidden;
  color: var(--color-text-muted);
  font-size: 0.68rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.master-thinking-scene__identity {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.master-thinking-scene__identity strong,
.master-thinking-scene__identity span {
  min-width: 0;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.master-thinking-scene__identity strong {
  color: #fff2cf;
  font-size: 0.86rem;
  line-height: 1.25;
}

.master-thinking-scene__identity span {
  color: rgba(225, 231, 242, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
}
