.wrap.svelte-kewhxg {
    text-align: center
}

.content.svelte-kewhxg {
    padding: 1rem;
    border-width: 2px;
    border-style: dotted;
    border-radius: var(--space-2);
    border-color: var(--red-500);
    box-shadow: var(--shadows-lg);
    display: flex;
    flex-direction: column
}

.content.svelte-kewhxg>*+* {
    margin-top: var(--space-2)
}