/* Minimal gallery fixes placeholder */
.gallery-grid img{max-width:100%;height:auto;display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}

