.portal-map-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;padding:20px}
.portal-map-gallery article{display:grid;gap:10px;padding:12px;border:1px solid #ead9b6;border-radius:14px}
.portal-map-gallery article>div{height:150px;display:grid;place-items:center;overflow:hidden;background:#f3efe5;border-radius:10px}
.portal-map-gallery img{width:100%;height:100%;object-fit:cover}
.portal-map-gallery .pdf-map-preview{font-size:28px;font-weight:800}
