:root {
  color-scheme: light !important;
  --wp--custom--scale--font-base: 10pt !important;
}

/* Utility classes */
.page-break-after {
  break-after: page;
}

/* Custom rules */
header,
footer,
aside,
.book-menu,
.book-menu__toolbar,
.chapter-title__image,
.chapter-nav,
.chapter-image,
.book-toc-chapter-image {
  display: none !important;
}

body,
.chapter-title,
.toc__chapter__number {
  background: none !important;
  background-color: transparent !important;
}

.chapter-title__main {
  min-height: 0;
  padding-top: var(--wp--preset--spacing--xxl);
  color: var(--wp--preset--color--text-heading) !important;
}

.chapter-title__title {
  width: 100%;
}

.toc__chapter__number h3 {
  position: static;
}

.book-content {
  display: block !important;
}

/*# sourceMappingURL=print.css.map */
