@page {
  margin: 18mm 16mm;
}

body {
  background: #fff;
}

.app-header,
.sidebar,
.editor-pane,
.preview-toolbar,
.status,
.settings-dialog {
  display: none !important;
}

.app-shell,
.workspace,
.preview-pane {
  display: block;
  height: auto;
  overflow: visible;
}

.preview-output {
  display: block;
  overflow: visible;
  padding: 0;
  max-width: none;
}

.preview-output img {
  max-width: 100%;
  break-inside: avoid;
}

.preview-output pre,
.preview-output table,
.preview-output blockquote {
  break-inside: avoid;
}
