.pdf-viewer-wrapper{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem 0;border:1px solid rgba(var(--color-foreground),.1);border-radius:.4rem;background:rgb(var(--color-background));box-shadow:0 .2rem .8rem rgba(var(--color-shadow),.1);overflow:hidden}.pdf-viewer__toolbar{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:rgba(var(--color-foreground),.05);border-bottom:1px solid rgba(var(--color-foreground),.1);flex-wrap:wrap}.pdf-viewer__btn{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:1px solid rgba(var(--color-foreground),.2);border-radius:.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all var(--duration-short) ease}.pdf-viewer__btn:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.pdf-viewer__btn:active{transform:scale(.95)}.pdf-viewer__btn:disabled{opacity:.5;cursor:not-allowed}.pdf-viewer__page-info{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));min-width:6rem;text-align:center}.pdf-viewer__zoom-level{font-size:1.4rem;color:rgb(var(--color-foreground));min-width:5rem;text-align:center}.pdf-viewer__canvas-container{width:100%;overflow:auto;background:#e5e5e5;display:flex;justify-content:center;align-items:flex-start;padding:2rem;min-height:25rem;height:80vh;max-height:75rem}.pdf-viewer__canvas{display:block;margin:0 auto;box-shadow:0 .4rem 1.6rem #0000001a;background:#fff}.pdf-viewer__loading,.pdf-viewer__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:25rem;text-align:center}.pdf-viewer__loading p,.pdf-viewer__error p{font-size:1.6rem;color:rgb(var(--color-foreground));margin-top:1rem}.pdf-viewer__spinner{width:4rem;height:4rem;border:.4rem solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pdf-viewer__error{color:rgb(var(--color-error, 220, 38, 38))}
/*# sourceMappingURL=/cdn/shop/t/60/assets/component-pdf-viewer.css.map */
