
	.test.svelte-13f2c9a {
		width: 100%;
		/* max-width: min(600px, 100%); */

		display: flex;

		justify-content: flex-start;
		/* max-width: 600px; */

		display: flex;
		flex-direction: column;
		gap: 1em;
	}

	.row.svelte-13f2c9a {
		display: flex;
		/* flex-direction: row; */
		justify-content: space-between;
		gap: 1em;
	}
