.ldp-popup{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:20px}.ldp-popup.is-open{display:flex}.ldp-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.62);cursor:pointer}.ldp-popup__dialog{position:relative;z-index:1;max-width:min(800px,94vw);max-height:92vh;line-height:0;filter:drop-shadow(0 16px 45px rgba(0,0,0,.38));animation:ldpEnter .24s ease-out}.ldp-popup__image{display:block;max-width:100%;max-height:92vh;width:auto;height:auto;border-radius:4px}.ldp-popup__close{position:absolute;z-index:2;top:-14px;right:-14px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#222;font:700 28px/38px Arial,sans-serif;text-align:center;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.32)}body.ldp-popup-lock{overflow:hidden}@keyframes ldpEnter{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:600px){.ldp-popup{padding:14px}.ldp-popup__close{top:-10px;right:-8px;width:36px;height:36px;font-size:25px;line-height:34px}}
