.pdf-viewer-body {
    background: #525659;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pdf-viewer-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    width: 100%;
}

.pdf-viewer-pages-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
}

.pdf-page-canvas {
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    max-width: 100%;
    height: auto;
    pointer-events: none;
}