/* _content/Hvtk.UI.Core/Components/PdfPreview.razor.rz.scp.css */
/* Center the canvas within the container */
.pdf-container[b-6p9yqn91qu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style the canvas */
.pdf-container canvas[b-6p9yqn91qu] {
    max-width: 100%;
    max-height: 100%;
}
