.dashboard-grid.svelte-eplifm{grid-template-columns:repeat(var(--grid-cols),1fr);grid-template-rows:repeat(var(--grid-rows),minmax(140px,auto))}.dashboard-item.svelte-eplifm{grid-column:var(--col-start) / span var(--col-span);grid-row:var(--row-start) / span var(--row-span)}@media (max-width: 639px){.dashboard-grid.svelte-eplifm{grid-template-columns:1fr!important;grid-template-rows:auto!important}.dashboard-item.svelte-eplifm{grid-column:1!important;grid-row:auto!important}}
