section.svelte-b7k5k5 {
    display: flex
}

section.svelte-b7k5k5 * {
    text-align: left !important
}

section.svelte-b7k5k5>* {
    width: 100%
}

.svelte-b7k5k5:not(.mobile) section:where(.svelte-b7k5k5) {
    flex-direction: row
}

.svelte-b7k5k5:not(.mobile) section:where(.svelte-b7k5k5)>*+* {
    margin-left: var(--ds-spacing-2, .5em)
}

.mobile.svelte-b7k5k5 section:where(.svelte-b7k5k5) {
    flex-direction: column
}

.mobile.svelte-b7k5k5 section:where(.svelte-b7k5k5)>*+* {
    margin-top: var(--spacing-4)
}

.loader-wrap.svelte-ek15ng {
    margin: var(--spacing-0) auto;
    width: 160px
}

section.svelte-4bpubc {
    display: flex;
    flex-direction: column
}