/* /Components/Shared/PortalPdfViewer.razor.rz.scp.css */
.pdf-modal-overlay[b-j7pctt42uf] { position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:1000; display:flex; align-items:center; justify-content:center; padding:16px; }
.pdf-modal[b-j7pctt42uf] { background:#fff; border-radius:8px; width:min(920px,96vw); max-height:94vh; display:flex; flex-direction:column; overflow:hidden; box-shadow:0 10px 40px rgba(0,0,0,.3); }
.pdf-modal-head[b-j7pctt42uf] { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 16px; border-bottom:1px solid #e0e0e0; }
.pdf-modal-actions[b-j7pctt42uf] { display:flex; gap:8px; flex-wrap:wrap; }
.pdf-modal iframe[b-j7pctt42uf] { width:100%; height:78vh; border:0; }
