#pap-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;z-index:9998}
#pap-modal{position:fixed;left:5%;right:5%;top:10%;bottom:5%;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:none;z-index:9999;max-height:80vh;overflow:hidden}
#pap-head{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #eee}
#pap-title{font-weight:600;margin:0;font-size:1rem}
#pap-close{cursor:pointer;border:0;background:none;font-size:1.25rem;line-height:1}
#pap-body{height:calc(80vh - 48px);width:100%}
#pap-frame{width:100%;height:100%;border:0}
