.lpm-popup-wrapper{align-items:center;bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999999}.lpm-popup-overlay{background-color:rgb(0 0 0 / .5);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.lpm-popup-container{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgb(0 0 0 / .2);margin:20px;max-height:90vh;overflow-y:auto;position:relative}.lpm-popup-close{align-items:center;background:rgb(0 0 0 / .6);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;line-height:1;padding:0;position:absolute;right:10px;top:10px;transition:background .3s ease;width:28px;z-index:10}.lpm-popup-close:hover{background:rgb(0 0 0 / .8)}.lpm-popup-content{padding:30px}.lpm-popup-title{font-size:24px;font-weight:600;line-height:1.3;margin:0 0 20px}.lpm-popup-body{font-size:16px;line-height:1.6}.lpm-popup-body p:last-child{margin-bottom:0}.lpm-template-modern .lpm-popup-container{border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .3)}.lpm-template-modern .lpm-popup-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:28px;-webkit-text-fill-color:#fff0;background-clip:text}.lpm-template-minimal .lpm-popup-container{border:1px solid #e0e0e0;border-radius:0;box-shadow:none}.lpm-template-minimal .lpm-popup-close{right:10px;top:10px}.lpm-template-minimal .lpm-popup-content{padding:20px}.lpm-template-bold .lpm-popup-container{border:3px solid #000;border-radius:0;box-shadow:10px 10px 0 rgb(0 0 0 / .2)}.lpm-template-bold .lpm-popup-title{font-size:32px;font-weight:900;text-transform:uppercase}.lpm-animation-fade{animation:lpmFadeIn .3s ease-in-out}.lpm-animation-fade.lpm-closing{animation:lpmFadeOut .3s ease-in-out}@keyframes lpmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lpmFadeOut{0%{opacity:1}to{opacity:0}}.lpm-animation-slide-down .lpm-popup-container{animation:lpmSlideDown .3s ease-in-out}.lpm-animation-slide-down.lpm-closing .lpm-popup-container{animation:lpmSlideUp .3s ease-in-out}@keyframes lpmSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes lpmSlideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.lpm-animation-slide-up .lpm-popup-container{animation:lpmSlideUpIn .3s ease-in-out}.lpm-animation-slide-up.lpm-closing .lpm-popup-container{animation:lpmSlideDownOut .3s ease-in-out}@keyframes lpmSlideUpIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes lpmSlideDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.lpm-animation-zoom .lpm-popup-container{animation:lpmZoomIn .3s ease-in-out}.lpm-animation-zoom.lpm-closing .lpm-popup-container{animation:lpmZoomOut .3s ease-in-out}@keyframes lpmZoomIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes lpmZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}@media(max-width:768px){.lpm-popup-container{margin:10px;max-height:85vh;max-width:95%!important;width:95%!important}.lpm-popup-content{padding:20px}.lpm-popup-title{font-size:20px}.lpm-popup-body{font-size:14px}.lpm-popup-close{font-size:24px;right:10px;top:10px}}@media(max-width:480px){.lpm-popup-container{border-radius:0;height:100vh;margin:0;max-height:100vh;max-width:100%!important;width:100%!important}.lpm-popup-wrapper{align-items:stretch}}.lpm-popup-wrapper:focus-within .lpm-popup-close{outline:2px solid #0073aa;outline-offset:2px}.lpm-popup-close:focus{outline:2px solid #0073aa;outline-offset:2px}@media print{.lpm-popup-wrapper{display:none!important}}