.webrtcCardRoot .webrtcCardBody .noteBox {
  border: 1px solid var(--cardBorder);
  background: var(--accentSoftBg);
  border-radius: var(--radiusSm);
  padding: 10px 12px;
  margin-bottom: 12px;
}

.webrtcCardRoot .webrtcCardBody .noteBox .noteTitle {
  font-weight: 800;
  font-size: 13px;
  color: var(--textColor);
  margin-bottom: 4px;
}

.webrtcCardRoot .webrtcCardBody .noteBox .noteText {
  font-size: 13px;
  color: var(--mutedTextColor);
  line-height: 1.35;
}

.webrtcCardRoot .webrtcCardBody .candidatesBox {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--cardBorder);
  border-radius: var(--radiusSm);
  font-size: 12px;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 180px;
  overflow: auto;
}