
	.wrap.svelte-hck5lb {
		position: relative;
		padding: 1.3rem 1.3rem;
		margin: 0.5rem 0;

		display: flex;
		flex-direction: row;
		gap: 1rem;
		align-items: start;

		/* overflow: hidden; */
	}

	.wrap.centered.svelte-hck5lb {
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.content.svelte-hck5lb {
		position: relative;
	}

	.wrap.svelte-hck5lb:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% + 2px);
		border-radius: 0.25rem;
		border-radius: 0.5rem;
		z-index: -1;
	}

	.wrap.outlined.svelte-hck5lb:before {
		border: 1px solid transparent;
	}

	/* (empty) .wrap.light {
		/* color: rgba(255, 255, 255, 0.794); *\/
	}*/
	.wrap.light.svelte-hck5lb:before {
		border-color: var(--surface-color-secondary);
		background-color: var(--surface-color);
	}

	.wrap.red.svelte-hck5lb {
		color: rgba(255, 160, 160, 0.9);
	}
	.wrap.red.svelte-hck5lb:before {
		border-color: rgba(254, 133, 133, 0.2);
		background-color: rgba(255, 0, 0, 0.08);
	}

	.wrap.blue.svelte-hck5lb {
		color: rgba(167, 203, 234, 0.9);
	}
	.wrap.blue.svelte-hck5lb:before {
		border-color: rgba(167, 198, 234, 0.117);
		background-color: rgba(77, 172, 255, 0.058);
	}

	.wrap.dark.svelte-hck5lb:before {
		border-color: rgba(8, 6, 6, 0);
		background-color: rgba(0, 0, 0, 0.3);
	}

	.wrap.green.svelte-hck5lb {
		color: rgba(231, 255, 231, 0.799);
	}

	.wrap.green.svelte-hck5lb:before {
		border-color: rgba(133, 254, 133, 0.2);
		background-color: rgba(0, 255, 98, 0.049);
	}

	.wrap.yellow.svelte-hck5lb {
		color: rgba(255, 255, 237, 0.766);
	}

	.wrap.yellow.svelte-hck5lb:before {
		border-color: rgba(249, 255, 177, 0.113);
		background-color: rgba(255, 187, 0, 0.08);
	}

	/* (empty) .wrap.space {
		/* color: var(--neon-green); *\/
	}*/

	.wrap.space.svelte-hck5lb:before {
		/* border-width: 1px; */
		/* border-color: var(--neon-green); */
		background-color: rgba(0, 0, 0, 0.703);
		/* border-radius: 0rem; */
		box-shadow: 0 2.5rem 1.5rem -2rem rgba(0, 0, 0, 0.3);
	}

	.emoji.svelte-hck5lb {
		font-size: 1rem;
		margin-top: 0.3rem;
	}

	.spaceParticles.svelte-hck5lb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% + 2px);
		z-index: -1;
		pointer-events: none;
	}
