/* yanxin:im-msg-display-hotpatch v1 — RTC 通话记录气泡 */
.yx-rtc-call-record {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 148px;
  padding: 2px 0;
  color: inherit;
  user-select: none;
}

.yx-rtc-call-record__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 1;
  opacity: 0.88;
}

.yx-rtc-call-record__label {
  font-size: 14px;
  line-height: 1.45;
  white-space: nowrap;
}

.im-msg-row.self .yx-rtc-call-record {
  color: rgba(255, 255, 255, 0.96);
}

.im-msg-row.yx-has-rtc-call .message-bubble__expand {
  display: none !important;
}

.im-sess-preview[data-yx-preview-fixed='1'] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
