
    div.svelte-1ge1voe {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
    }

    div.svelte-1ge1voe > * {
        flex-grow: 1;
    }

    @media screen and (max-width: 580px) {
        div.svelte-1ge1voe {
            flex-direction: column;
        }
    }
