
	.face.svelte-pkvtpw {
		width: 15px;
		height: 10px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-self: stretch;
		justify-self: stretch;
		margin: auto 0;
	}

	.eyes.svelte-pkvtpw {
		display: flex;
		justify-content: space-between;
		width: 40%;
		height: 50%;
		margin: 0 auto;
	}

	.eye.svelte-pkvtpw {
		width: 1px;
		height: 5px;

		background-color: white;

		animation: svelte-pkvtpw-blink 2s infinite;
	}

	.eye.svelte-pkvtpw:last-child {
		animation-delay: 0.05s;
	}

	.smile.svelte-pkvtpw {
		height: 50%;
	}

	@keyframes svelte-pkvtpw-blink {
		0%,
		100%,
		20% {
			transform: scaleY(1);
		}
		10% {
			transform: scaleY(0);
		}
	}

	.emoji-wrapper.svelte-1yo188x {
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		width: 45px;
		height: 40px;
		border-radius: var(--surface-border-radius-half);
		/* font-size: 2rem; */
		background-color: var(--surface-color-tertiary);
	}
