.wgp-gallery{margin:20px 0;max-width:100%}.wgp-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;grid-auto-flow:dense;margin:0;padding:0}.wgp-gallery-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:#f9f9f9}.wgp-gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.wgp-gallery-item img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.wgp-gallery-item:hover img{transform:scale(1.05)}.wgp-gallery-item:nth-child(3n+1){grid-row:span 2}.wgp-gallery-item:nth-child(7n+1){grid-row:span 1}.wgp-gallery-item:nth-child(11n+1){grid-row:span 3}.wgp-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.wgp-lightbox.active{opacity:1;visibility:visible}.wgp-lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);cursor:pointer}.wgp-lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}.wgp-lightbox-image-container{position:relative;max-width:100%;max-height:80vh;display:flex;align-items:center;justify-content:center}.wgp-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.wgp-lightbox-close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;z-index:10001;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.wgp-lightbox-close:hover{background:rgba(255,255,255,1)}.wgp-lightbox-prev,.wgp-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;z-index:10001;transition:background .3s ease,opacity .3s ease;display:flex;align-items:center;justify-content:center}.wgp-lightbox-prev{left:20px}.wgp-lightbox-next{right:20px}.wgp-lightbox-prev:hover,.wgp-lightbox-next:hover{background:rgba(255,255,255,1)}.wgp-lightbox-prev:disabled,.wgp-lightbox-next:disabled{opacity:.5;cursor:not-allowed}.wgp-lightbox-info{margin-top:20px;text-align:center;color:#fff}.wgp-lightbox-title{margin:0 0 10px;font-size:18px;font-weight:600}.wgp-lightbox-counter{margin:0;font-size:14px;opacity:.8}@media (max-width:768px){.wgp-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.wgp-gallery-item:nth-child(3n+1),.wgp-gallery-item:nth-child(7n+1),.wgp-gallery-item:nth-child(11n+1){grid-row:span 1}.wgp-lightbox-content{max-width:95%;max-height:95%}.wgp-lightbox-close{top:10px;right:10px;width:35px;height:35px;font-size:18px}.wgp-lightbox-prev,.wgp-lightbox-next{width:40px;height:40px;font-size:20px}.wgp-lightbox-prev{left:10px}.wgp-lightbox-next{right:10px}}@media (max-width:480px){.wgp-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.wgp-lightbox-image-container{max-height:70vh}.wgp-lightbox-info{margin-top:15px}.wgp-lightbox-title{font-size:16px}.wgp-lightbox-counter{font-size:12px}}.wgp-gallery-item img{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wgp-gallery-item.loading{background:#f0f0f0;display:flex;align-items:center;justify-content:center;min-height:200px}.wgp-gallery-item.loading:after{content:"Loading...";color:#999;font-size:14px}