.misc-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99999999;display:flex;align-items:center;justify-content:center}.misc-popup-inner{background:#fff;width:95%;max-width:900px;height:90vh;display:flex;flex-direction:column;overflow:hidden}.popup-header{position:sticky;top:0;background:#fff;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #eee}.popup-header h3{font-family:var(--denton-thin-font-family);font-size:1.25rem}.popup-header button{cursor:pointer;font-size:18px;background:none;border:none}.pdf-viewer{flex:1 1;overflow-y:auto;padding:10px}.pdf-loading{padding:2rem;text-align:center}@media only screen and (max-width:991px){.misc-popup-inner{height:85vh}}.skeleton-bg{position:relative;overflow:hidden;background:#e5e5e5}.skeleton-bg:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,#f5f5f5,transparent)}.misc-card.skeleton-card .misc-image{aspect-ratio:16/9;width:100%;background:#e5e5e5}.media-content{width:100%}.skeleton-date{width:40%;height:14px;margin-bottom:12px;border-radius:4px}.skeleton-title{width:90%;height:18px;border-radius:4px}