@page { size: A6; margin: 8mm; }
@media print {
  body { background: white; color: black; }
  .site-header, .entry__actions, .entry__nav { display: none !important; }
  .entry__content { font-size: 12pt; line-height: 1.35; }
}

