﻿/* Styling for the PDF iframe inside the modal (Existing) */
.pdf-viewer-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
