.me-vp{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s ease}
.me-vp[hidden]{display:none}
.me-vp.is-open{opacity:1}
.me-vp__backdrop{position:absolute;inset:0;background:rgba(10,14,20,.62);cursor:pointer}
.me-vp__box{position:relative;width:100%;max-width:560px;max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.35);transform:translateY(14px) scale(.98);transition:transform .25s ease}
.me-vp.is-open .me-vp__box{transform:none}
.me-vp__close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;padding:0;margin:0;border:0;border-radius:50%;background:#d62828;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.25);transition:background .15s,transform .15s;line-height:1}
.me-vp__close:hover{background:#b01e1e;transform:scale(1.06)}
.me-vp__close:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.me-vp__img img{display:block;width:100%;height:240px;object-fit:cover;border-radius:10px 10px 0 0}
.me-vp__content{padding:30px 32px 32px}
.me-vp__title{margin:0 0 .6em;padding-right:36px;font-size:1.55em;line-height:1.25}
.me-vp__img+.me-vp__content .me-vp__title{padding-right:0}
.me-vp__text{margin:0 0 1.4em;line-height:1.6}
.me-vp__text p{margin:0 0 .8em}
.me-vp__text p:last-child{margin-bottom:0}
.me-vp__btn{display:inline-block;padding:12px 26px;border-radius:6px;background:#1d5fa8;color:#fff!important;font-weight:600;text-decoration:none!important;transition:opacity .15s}
.me-vp__btn:hover{opacity:.88}
html.me-vp-lock,html.me-vp-lock body{overflow:hidden}
@media (max-width:600px){.me-vp__content{padding:22px 20px 24px}.me-vp__title{font-size:1.3em}.me-vp__img img{height:180px}}
@media (prefers-reduced-motion:reduce){.me-vp,.me-vp__box{transition:none}}
