#wtn-live-preview {
  margin:12px 0;
  padding:10px;
  border:1px dashed #e2e8f0;
  border-radius:8px;
}
#wtn-live-preview .wtn-numbers {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height:1.8;
  word-break:break-word;
}
#wtn-live-preview .wtn-msg {
  margin-top:6px;
  font-size:12px;
  color:#64748b;
}
