.wrap.svelte-15nv1xh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: var(--space-10)
}

.content.svelte-15nv1xh {
    display: grid;
    grid-gap: 1%;
    height: 100%;
    width: var(--space-12)
}

.content.svelte-15nv1xh>* {
    grid-row: 1
}