.kcd_kc-festive-effects_canvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 99999;
}

.kcd_kc-festive-effects_sticker {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	pointer-events: none;
	user-select: none;
	z-index: 99998;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
	animation-name: kcd-festive-sway;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes kcd-festive-sway {
	from { margin-top: -8px; }
	to   { margin-top: 8px; }
}

.kcd_kc-festive-effects_sticker.kcd_kc-festive-effects_twinkle {
	animation-name: kcd-festive-twinkle;
}

@keyframes kcd-festive-twinkle {
	from { opacity: 0.35; }
	to   { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.kcd_kc-festive-effects_sticker { animation: none; }
}
