/* Reset */


/* Full page PDF view */

/* PDF container */
.pdf-container {
    width: 100%;
    height: 200vh;
}

/* PDF iframe */
.pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Mobile optimization */
@media (max-width: 768px) {
    html, body {
        overflow: auto;
    }
}
