.sifency-pdf-wrapper{position:relative;display:flex;flex-direction:column;overflow:hidden;width:100%}.sifency-pdf-canvas-container{background:#525659;text-align:center;overflow:auto;position:relative;display:flex;justify-content:center;padding:20px;align-items:flex-start}.sifency-pdf-canvas{box-shadow:0 4px 10px rgba(0,0,0,.3);max-width:100%}.sifency-pdf-toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#333;color:#fff;z-index:2;gap:10px}.sifency-pdf-wrapper.layout-floating .sifency-pdf-toolbar{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);border-radius:50px;box-shadow:0 5px 15px rgba(0,0,0,.4);width:auto;padding:10px 25px}.sifency-pdf-nav,.sifency-pdf-zoom{display:flex;align-items:center;gap:10px}.sifency-pdf-toolbar button{background:0 0;border:none;color:inherit;cursor:pointer;font-size:16px;padding:5px;transition:.3s;border-radius:4px;display:flex;align-items:center;justify-content:center}.sifency-pdf-toolbar button:hover{background:rgba(255,255,255,.1)}.sifency-pdf-page-info{font-size:14px;font-weight:500;white-space:nowrap}.sifency-pdf-download-btn a{color:inherit;text-decoration:none;font-size:18px}.sifency-pdf-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:30px;color:#fff;display:none}.sifency-pdf-canvas-container::-webkit-scrollbar{width:8px;height:8px}.sifency-pdf-canvas-container::-webkit-scrollbar-track{background:#2c2c2c}.sifency-pdf-canvas-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.sifency-pdf-canvas-container::-webkit-scrollbar-thumb:hover{background:#555}