.oauth.svelte-1mpap2m .oauth {
    display: grid;
    flex: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem
}

@media (min-width: 640px) {
    .oauth.svelte-1mpap2m .oauth {
        display: flex
    }
}

.oauth.svelte-1mpap2m .oauth button {
    width: 100%;
    padding: .75rem
}

@media (min-width: 640px) {
    .oauth.svelte-1mpap2m .oauth button {
        width: auto
    }
}

.oauth.svelte-1mpap2m .oauth button svg {
    height: 1.25rem;
    width: 1.25rem
}