.pmgr-overlay {
    position:fixed;inset:0;z-index:99999;
    display:flex;align-items:center;justify-content:center;
    opacity:0;visibility:hidden;
    transition:opacity .3s ease,visibility .3s ease;
    padding:16px;box-sizing:border-box;
}
.pmgr-overlay.pmgr-visible{opacity:1;visibility:visible;}
.pmgr-pos-top-left      {align-items:flex-start;justify-content:flex-start;}
.pmgr-pos-top-center    {align-items:flex-start;justify-content:center;}
.pmgr-pos-top-right     {align-items:flex-start;justify-content:flex-end;}
.pmgr-pos-center-left   {align-items:center;justify-content:flex-start;}
.pmgr-pos-center        {align-items:center;justify-content:center;}
.pmgr-pos-center-right  {align-items:center;justify-content:flex-end;}
.pmgr-pos-bottom-left   {align-items:flex-end;justify-content:flex-start;}
.pmgr-pos-bottom-center {align-items:flex-end;justify-content:center;}
.pmgr-pos-bottom-right  {align-items:flex-end;justify-content:flex-end;}
.pmgr-popup{position:relative;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.28);max-height:90vh;overflow-y:auto;transform:translateY(18px) scale(.97);transition:transform .3s cubic-bezier(.34,1.28,.64,1);padding:36px 40px 32px;box-sizing:border-box;}
.pmgr-overlay.pmgr-visible .pmgr-popup{transform:none;}
.pmgr-close{position:absolute;top:12px;right:14px;background:transparent;border:none;cursor:pointer;padding:6px;line-height:1;color:inherit;opacity:.45;border-radius:4px;transition:opacity .2s,background .2s;}
.pmgr-close:hover{opacity:1;background:rgba(0,0,0,.07);}
.pmgr-content img{max-width:100%;height:auto;border-radius:4px;}
.pmgr-content iframe{max-width:100%;}
.pmgr-content *{box-sizing:border-box;}
@media(max-width:480px){.pmgr-popup{padding:28px 18px 24px;width:100%!important;}}
