.wrap.svelte-x2pzat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    min-height: 200px;
    padding: var(--spacingEm-1);
    border: dotted 2px var(--grey-400);
    border-radius: var(--border-radius-md)
}

.wrap.svelte-x2pzat>*+* {
    margin-top: var(--spacingEm-1)
}

.wrap.svelte-1p93j4h {
    width: 100%
}

.wrap.svelte-1p93j4h>label {
    width: 100%
}