/* Pages-only viewer: hide all toolbar/sidebar chrome, show just the rendered pages. */
:root {
    --toolbar-height: 0px !important;
}

#toolbarContainer,
#sidebarContainer,
#secondaryToolbar,
#findbar {
    display: none !important;
}

#pageIndicator {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 10000;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
}