.dm-screen-pad {
  padding: 16px;
  overflow-y: auto;
  height: 100%;
  background: var(--bg);
}

.dm-title {
  font-family: var(--dm-font-serif);
  font-size: 24px;
  line-height: 1.2;
  margin: 6px 0 14px;
  color: var(--text);
}

.dm-debug-pre {
  overflow-x: auto;
  white-space: pre-wrap;
  font-size: 11px;
  line-height: 1.45;
  color: var(--text2);
}
