.simple-pdf-viewer-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e5e5e5;
    -webkit-overflow-scrolling: touch;
}

.simple-pdf-viewer-pages {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.simple-pdf-page {
    width: 100%;
    margin: 0 0 8px;
    line-height: 0;
}

.simple-pdf-page canvas {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 0;
    background: #fff;
}

.simple-pdf-viewer-status {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

@supports (height: 100dvh) {
    .simple-pdf-viewer-wrap {
        min-height: 100dvh;
    }
}

@media (max-width: 782px) {
    .simple-pdf-viewer-wrap {
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .simple-pdf-viewer-pages,
    .simple-pdf-page,
    .simple-pdf-page canvas {
        width: 100% !important;
        max-width: 100% !important;
    }
}
