
	.wrap.svelte-iy4tkf {
		width: fit-content;
		display: flex;
		flex-direction: row;
		justify-content: stretch;
		align-items: stretch;
		border-radius: 1em;
		/* overflow: hidden; */

		gap: 1px;
		max-width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		justify-items: center;
	}

	.wrap.skeuomorphic.svelte-iy4tkf {
		background-color: rgb(18, 18, 21);
		border: 1px solid black;
	}

	.wrap.transparent.svelte-iy4tkf {
		background-color: transparent;
	}

	.wrap.skeuomorphic.svelte-iy4tkf > :first-child {
		border-top-left-radius: inherit;
		border-bottom-left-radius: inherit;
	}

	.wrap.skeuomorphic.svelte-iy4tkf > :last-child {
		border-top-right-radius: inherit;
		border-bottom-right-radius: inherit;
	}
