@media print {
  .book-controls,
  .book-controls-toggle,
  .book-toc,
  .read-progress,
  .book-ribbon,
  .title-enter,
  .cover-ink-vignette,
  .backmatter {
    display: none !important;
  }

  .title-spread {
    min-height: auto;
    page-break-after: always;
  }

  .book-cover-spread {
    padding-top: 2rem;
    page-break-after: always;
  }

  .book-cover-hero {
    max-width: 16rem;
    margin-inline: auto;
  }

  body {
    font-size: 11pt;
    line-height: 1.4;
  }

  .book-text {
    max-width: none;
  }
}
