.spg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}
@media(max-width:900px){.spg-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.spg-grid{grid-template-columns:repeat(1,1fr)}}
.spg-item{text-align:center;border:1px solid #e6e6e6;padding:12px;border-radius:8px;background:#fff}
.spg-item img{max-width:100%;height:auto;border-radius:6px}
.spg-title{margin-top:8px;font-size:16px}
.spg-single-container{max-width:1000px;margin:30px auto;padding:0 15px}
.spg-featured img{max-width:100%;border-radius:8px;margin-bottom:12px}
.spg-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
@media(max-width:900px){.spg-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.spg-gallery{grid-template-columns:repeat(1,1fr)}}
.spg-gallery img{width:100%;height:auto;border-radius:6px;display:block}