.auto-grid.svelte-1lhm1il{display:grid;gap:var(--row-gap, 25px) var(--col-gap, 25px);place-items:var(--item-placement, normal);grid-template-columns:repeat(var(--auto-strategy, auto-fit),minmax(min(var(--cell-min-width, 150px),50%),1fr));grid-auto-rows:var(--row-height, auto)}@media screen and (max-width:48em){.auto-grid.svelte-1lhm1il{place-items:center}}
