/* Critical: This makes the workspace cover the WP header/footer */
#amorpdf-workspace-container.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: #f8fafc;
    overflow: hidden;
}