.editor .latex-block {
  margin: 20px 0;
  padding: 14px;
  overflow-wrap: anywhere;
  border: 1px solid #dedbd3;
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  background: #f4f2eb;
  color: #514f49;
  font: 12px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: pre-wrap;
}
