body.cgm-lightbox-open{overflow:hidden}.cgm-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:9999;box-sizing:border-box;padding:1rem}.cgm-lightbox-overlay.is-visible{display:flex}.cgm-lightbox-inner{position:relative;box-sizing:border-box;width:100%;max-width:min(1000px, 95vw);background:#111;padding:1rem 1rem .75rem;box-shadow:0 4px 20px rgba(0,0,0,.7);display:flex;flex-direction:column;gap:.75rem;align-items:center}.cgm-lightbox-image-wrap{width:100%;display:flex;align-items:center;justify-content:center;height:auto;min-height:0;overflow:visible}.cgm-lightbox-image-wrap img{display:block;width:auto !important;height:auto !important;max-width:calc(100vw - 4rem) !important;max-height:calc(100vh - 6rem) !important;object-fit:contain !important}.cgm-lightbox-actions{width:100%;display:flex;justify-content:center;align-items:center;padding-top:.5rem;padding-bottom:.5rem}.cgm-lightbox-actions .wp-element-button{min-width:200px;max-width:100%;text-align:center}.cgm-lightbox-close{position:absolute;top:.35rem;right:.5rem;border:none;background:0 0;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.cgm-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);border:none;background:rgba(0,0,0,.65);color:#fff;font-size:2.2rem;width:2.8rem;height:2.8rem;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10000;transition:background .15s ease,transform .15s ease}.cgm-lightbox-prev{left:1.25rem}.cgm-lightbox-next{right:1.25rem}.cgm-lightbox-nav:hover,.cgm-lightbox-nav:focus-visible{background:rgba(0,0,0,.85);transform:translateY(-50%) scale(1.05);outline:none}@media (max-width:600px){.cgm-lightbox-nav{font-size:2rem;width:2.4rem;height:2.4rem}.cgm-lightbox-prev{left:.75rem}.cgm-lightbox-next{right:.75rem}}@media (min-width:900px){.cgm-lightbox-inner{max-width:min(1400px, 95vw);padding:3.25rem 1.5rem 1.25rem}.cgm-lightbox-actions{position:absolute;top:.75rem;left:1.5rem;width:auto;padding:0;margin:0;justify-content:flex-start;align-items:center}.cgm-lightbox-actions .wp-element-button{min-width:160px;max-width:none}.cgm-lightbox-image-wrap{width:100%;margin:0}.cgm-lightbox-image-wrap img{max-width:calc(1400px - 3rem) !important;max-height:calc(100vh - 7rem) !important}}@keyframes cgm-slide-out-left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-60px)}}@keyframes cgm-slide-in-right{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes cgm-slide-out-right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(60px)}}@keyframes cgm-slide-in-left{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}#cgm-lightbox-image.cgm-slide-out-left{animation:cgm-slide-out-left .2s ease forwards}#cgm-lightbox-image.cgm-slide-in-right{animation:cgm-slide-in-right .2s ease forwards}#cgm-lightbox-image.cgm-slide-out-right{animation:cgm-slide-out-right .2s ease forwards}#cgm-lightbox-image.cgm-slide-in-left{animation:cgm-slide-in-left .2s ease forwards}