.mw-scoprigo-gallery { margin-top: 2em; }
.mw-scoprigo-gallery__title { font-size: 1.2em; margin-bottom: 0.75em; }
.mw-scoprigo-gallery__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.mw-scoprigo-gallery__item { display: block; cursor: zoom-in; }
.mw-scoprigo-gallery__item img { width: 100%; height: 160px; object-fit: cover; border-radius: 6px; display: block; background: #eee; }
.mw-scoprigo-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.85); display: none; align-items: center; justify-content: center; z-index: 2147483647; padding: 20px; }
.mw-scoprigo-lightbox.is-active { display: flex; }
.mw-scoprigo-lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 4px; }
.mw-scoprigo-lightbox__close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 2.2em; line-height: 1; cursor: pointer; background: none; border: none; }
.mw-scoprigo-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 3em; line-height: 1; cursor: pointer; background: none; border: none; padding: 0 16px; user-select: none; }
.mw-scoprigo-lightbox__nav--prev { left: 10px; }
.mw-scoprigo-lightbox__nav--next { right: 10px; }
.mw-scoprigo-lightbox__nav:hover { color: #ccc; }
