@page {
  size: A4;
  margin: 12mm;
}

html,
body {
  margin: 0;
  background: #ffffff;
}

.mcv-shell {
  width: auto;
  margin: 0;
}

.mcv-page {
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.mcv-note,
.mcv-footer,
.mcv-pin {
  display: none !important;
}

.mcv-header,
.mcv-content table,
.mcv-content blockquote,
.mcv-content img {
  break-inside: avoid;
}

.mcv-content h1,
.mcv-content h2,
.mcv-content h3,
.mcv-content h4 {
  break-inside: avoid;
  break-after: avoid;
}

.mcv-content h1 + *,
.mcv-content h2 + *,
.mcv-content h3 + *,
.mcv-content h4 + * {
  break-before: avoid;
}
