.pdf-viewer{position:relative;width:100%;display:flex;flex-direction:column;gap:1rem}.pdf-viewer__header{text-align:center;margin-bottom:1rem}.pdf-viewer__title{font-size:2rem;font-weight:600;margin:0}.pdf-viewer__toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:rgba(var(--color-foreground),.05);border-radius:.5rem;gap:1rem;flex-wrap:wrap}.pdf-viewer__toolbar-group{display:flex;align-items:center;gap:.5rem}.pdf-viewer__page-info{font-size:.875rem;font-weight:500;padding:.25rem .75rem;background-color:rgba(var(--color-foreground),.08);border-radius:.25rem}.pdf-viewer__zoom-display{min-width:3.5rem;text-align:center;font-size:.875rem;font-weight:500}.pdf-viewer__button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background-color:rgba(var(--color-foreground),.08);border:none;border-radius:.375rem;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.pdf-viewer__button:hover{background-color:rgba(var(--color-foreground),.15)}.pdf-viewer__button:active{transform:scale(.95)}.pdf-viewer__button svg{width:1.25rem;height:1.25rem}.pdf-viewer__button--fullscreen .icon-collapse,.pdf-viewer[fullscreen] .pdf-viewer__button--fullscreen .icon-expand{display:none}.pdf-viewer[fullscreen] .pdf-viewer__button--fullscreen .icon-collapse{display:block}.pdf-viewer__content{position:relative;width:100%;min-height:700px;height:auto;background-color:rgba(var(--color-foreground),.03);border-radius:.5rem;overflow:hidden}.pdf-viewer__slideshow{width:100%;height:100%;display:flex;flex-direction:column}slideshow-component{width:100%;min-height:700px;height:auto!important;max-height:none!important;display:flex;flex-direction:column}slideshow-container{width:100%;min-height:700px;height:auto!important;max-height:none!important;display:flex;flex-direction:column;position:relative}.pdf-viewer__slides,slideshow-slides{display:flex;overflow-x:auto;overflow-y:visible!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:1;min-height:0!important;height:auto!important;max-height:none!important}.pdf-viewer__slides::-webkit-scrollbar{height:8px}.pdf-viewer__slides::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05)}.pdf-viewer__slides::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:4px}.pdf-viewer__slides::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}slideshow-slide{flex-shrink:0;width:100%;height:auto!important;min-height:0!important;max-height:none!important;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box}.pdf-page-wrapper{display:flex;align-items:center;justify-content:center;transform-origin:center;transition:transform .3s ease;max-width:100%;width:100%;height:auto}.pdf-page-canvas{max-width:85%;width:auto;height:auto;display:block;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:.25rem;background:#fff}.pdf-viewer__loading{position:absolute;top:0;left:0;right:0;bottom:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:1rem;background-color:rgba(var(--color-background),.95);z-index:10}.pdf-viewer[loading] .pdf-viewer__loading{display:flex}.pdf-viewer__spinner{width:3rem;height:3rem;border:3px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:pdf-spinner-rotate 1s linear infinite}@keyframes pdf-spinner-rotate{to{transform:rotate(360deg)}}.pdf-viewer__loading p{margin:0;font-size:.875rem;color:rgba(var(--color-foreground),.7)}.pdf-viewer__error{position:absolute;top:0;left:0;right:0;bottom:0;display:none;align-items:center;justify-content:center;background-color:rgba(var(--color-background),.95);z-index:10}.pdf-viewer[error] .pdf-viewer__error{display:flex}.pdf-viewer__error p{margin:0;padding:1rem;background-color:#ff3b301a;color:#ff3b30;border-radius:.5rem;text-align:center}.pdf-viewer[fullscreen]{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:9999;background-color:rgb(var(--color-background));padding:1rem;gap:1rem}.pdf-viewer[fullscreen] .pdf-viewer__content{flex:1;min-height:0;display:flex;flex-direction:column}.pdf-viewer[fullscreen] .pdf-viewer__slideshow{flex:1;display:flex;flex-direction:column}.pdf-viewer[fullscreen] .pdf-viewer__slides{flex:1}.pdf-viewer[fullscreen] slideshow-slide{height:100%}@media screen and (max-width: 768px){.pdf-viewer__toolbar{padding:.5rem;gap:.5rem}.pdf-viewer__toolbar-group{gap:.25rem}.pdf-viewer__button{width:2rem;height:2rem}.pdf-viewer__button svg{width:1rem;height:1rem}.pdf-viewer__zoom-display{min-width:3rem;font-size:.75rem}.pdf-viewer__page-info{font-size:.75rem;padding:.25rem .5rem}slideshow-slide{padding:.5rem!important}.pdf-viewer__title{font-size:1.5rem}.pdf-viewer__content,slideshow-component,slideshow-container,slideshow-slides{min-height:0!important}}@media screen and (max-width: 480px){.pdf-viewer__toolbar{flex-direction:column;align-items:stretch}.pdf-viewer__toolbar-group{justify-content:center}slideshow-slide{padding:.5rem!important}.pdf-viewer__content,slideshow-component,slideshow-container,slideshow-slides{min-height:0!important}}@media (hover: none) and (pointer: coarse){.pdf-viewer__button{width:2.75rem;height:2.75rem}.pdf-viewer__slides{scroll-padding:1rem}}.pdf-viewer__button:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media (prefers-color-scheme: dark){.pdf-page-canvas{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}}@media print{.pdf-viewer__toolbar{display:none}.pdf-viewer__content{background:none}slideshow-slide{page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/pdf-viewer.css.map */
