
.sgw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin:18px 0;align-items:start;}
.sgw-grid-item{display:block;border-radius:10px;overflow:hidden;transition:transform .2s ease, box-shadow .2s ease;}
.sgw-grid-item img{width:100%;height:170px;object-fit:cover;display:block;}
.sgw-grid-item:hover{transform:scale(1.02);box-shadow:0 10px 24px rgba(0,0,0,.18);}

.sgw-overview{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin:18px 0;}
.sgw-overview-link{text-decoration:none !important;color:inherit;}
.sgw-overview-card{border-radius:12px;overflow:hidden;transition:transform .2s ease, box-shadow .2s ease;}
.sgw-overview-img img{width:100%;height:auto;display:block;}
.sgw-overview-title{padding:10px 10px 12px 10px;text-align:center;font-weight:700;}
.sgw-overview-card:hover{transform:scale(1.02);box-shadow:0 10px 24px rgba(0,0,0,.18);}

.sgw-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:999999;}
.sgw-lightbox-overlay.is-open{display:flex;}
.sgw-lightbox-img{max-width:92vw;max-height:86vh;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.4);}
.sgw-lightbox-btn,.sgw-lightbox-close{position:fixed;background:rgba(255,255,255,.14);border:0;border-radius:999px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:1000000;font-size:28px;line-height:1;}
.sgw-lightbox-btn:hover,.sgw-lightbox-close:hover{background:rgba(255,255,255,.22);}
.sgw-lightbox-prev{left:18px;top:50%;transform:translateY(-50%);}
.sgw-lightbox-next{right:18px;top:50%;transform:translateY(-50%);}
.sgw-lightbox-close{right:18px;top:18px;}
