
	.title.svelte-hvzgs8 {
		display: flex;
		position: relative;
		padding: 0.75em 1em;
		background-color: rgba(16, 16, 19, 0.572);
		border-radius: 10px;
		color: rgba(239, 244, 246, 0.895);
		line-height: 1.2em;
		opacity: 1;
		cursor: default;
		text-shadow: 0px 0px 0em rgba(255, 255, 255, 0) 0.25;
		gap: 0.5em;
		width: fit-content;
	}

	.content.svelte-hvzgs8 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: var(--gap-tight-grid);
	}

	.title.svelte-hvzgs8,
	.emoji.svelte-hvzgs8 {
		transition: 0.25s ease-out 0.2s;
		transition-property: opacity, text-shadow;
		text-shadow: none;
	}

	.title.glowContent.svelte-hvzgs8 {
		text-shadow: 0px 0px 1em rgba(255, 255, 255, 0.2);
	}

	.emoji.glowEmoji.svelte-hvzgs8 {
		text-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	}

	.title.glowContent.svelte-hvzgs8,
	.emoji.glowEmoji.svelte-hvzgs8 {
		opacity: 1;
	}

	/* (unused) h4,*/
	.emoji.svelte-hvzgs8 {
		margin: 0;
		line-height: 1.2em;
	}
