.stack.svelte-1d57h72 {
  display: grid;
}

.stack.direction-horizontal.svelte-1d57h72 {
  grid-auto-flow: column;
}

.stack.x-stretch.svelte-1d57h72 {
  justify-content: stretch;
}

.stack.y-center.svelte-1d57h72 {
  align-items: center;
}

.stack.gap-small.svelte-1d57h72 {
  gap: var(--space-2);
}

.stack.padding-none.svelte-1d57h72 {
  padding: 0;
}