@media print {
    html,
    body {
        background: #ffffff !important;
    }

    .hb-viewer-toolbar,
    .hb-search-results,
    .hb-sidebar,
    .hb-qr-float,
    .hb-back-to-top {
        display: none !important;
    }

    .hb-toc-item.is-active::before,
    .hb-toc-link.is-active::after {
        display: none !important;
    }

    .hb-toc-link.is-active {
        color: inherit;
        font-weight: inherit;
        background: transparent;
    }

    .hb-pages {
        display: block !important;
        gap: 0 !important;
    }

    .hb-page {
        margin: 0 !important;
        box-shadow: none !important;
        page-break-after: always !important;
        break-after: page !important;
    }

    .hb-page:last-child {
        page-break-after: auto !important;
        break-after: auto !important;
    }
}