.trace-content {
  max-height: 420px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  background: #111827;
  color: #e5e7eb;
  padding: 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
}
