.sbz-post-gallery{display:grid;grid-template-columns:repeat(var(--sbz-pg-cols,3),1fr);gap:12px;margin:24px 0}
.sbz-post-gallery .sbz-pg-cell{margin:0}
.sbz-post-gallery .sbz-pg-link{display:block;line-height:0}
.sbz-post-gallery .sbz-pg-img{width:100%;height:auto;border-radius:4px;cursor:pointer}
.sbz-post-gallery .sbz-pg-caption{font-size:13px;color:#555;margin-top:6px;line-height:1.4}
@media(max-width:782px){.sbz-post-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.sbz-post-gallery{grid-template-columns:1fr}}
