.pdf-viewer{position:fixed;top:0;left:0;z-index:999;width:100vw;height:100dvh;overflow-y:auto;background:#fff;display:flex;flex-direction:column}.pdf-block{height:calc(100% - 96px)}.zoom-button{background-color:#00b975;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.zoom-button:hover{background-color:#008c5a}.zoom-controls{position:absolute;z-index:1000}.zoom-controls span{font-weight:700;font-size:1rem}@media screen and (max-width:768px){.pdf-viewer{height:calc(100dvh - 120px);z-index:999;flex-direction:column-reverse;top:unset;bottom:unset;justify-content:space-between}.pdf-viewer-bg{height:100dvh;width:100dvw;z-index:998;position:static;top:0;background:rgba(0,0,0,.1);bottom:0;left:0;backdrop-filter:blur(5px)}.pdf-block{height:auto}}