.leema-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr));align-items:start;gap:12px}.leema-gallery__item{display:block;overflow:hidden;background:#f2f2f2;border-radius:3px}.leema-gallery__item img{display:block;width:100%;transition:transform .2s ease}.leema-gallery--natural .leema-gallery__item img{height:auto}.leema-gallery--contain .leema-gallery__item,.leema-gallery--cover .leema-gallery__item,.leema-gallery--fill .leema-gallery__item{aspect-ratio:1/1}.leema-gallery--contain .leema-gallery__item img,.leema-gallery--cover .leema-gallery__item img,.leema-gallery--fill .leema-gallery__item img{height:100%}.leema-gallery--contain .leema-gallery__item img{object-fit:contain}.leema-gallery--cover .leema-gallery__item img{object-fit:cover}.leema-gallery--fill .leema-gallery__item img{object-fit:fill}.leema-gallery__item:hover img,.leema-gallery__item:focus-visible img{transform:scale(1.03)}.leema-gallery__item:focus-visible{outline:3px solid currentColor;outline-offset:3px}.leema-gallery__pagination{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin:28px 0}.leema-gallery__pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 9px;border:1px solid currentColor;border-radius:3px;text-decoration:none}.leema-gallery__pagination a.is-current{color:#fff;background:#222;border-color:#222}.leema-gallery__message{padding:12px;border-left:4px solid #b32d2e;background:#fff}
@media(max-width:600px){.leema-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.leema-gallery__pagination{gap:5px}.leema-gallery__pagination a{min-width:34px;height:34px;padding:0 6px}}
