/**
 * Decoratore Lottie su ultima lettera di titoli Elementor (.aiop-lottie-sticker).
 */

.aiop-lottie-sticker .elementor-widget-container {
	overflow: visible;
}

.aiop-lottie-sticker .elementor-heading-title {
	white-space: nowrap;
}

.aiop-lottie-sticker .aiop-lottie-sticker__letter {
	position: relative;
	display: inline-block;
}

.aiop-lottie-sticker .aiop-lottie-sticker__ico {
	position: absolute;
	width: 0.75em;
	height: 0.75em;
	bottom: 10%;
	left: calc(100% - 0.46em);
	pointer-events: none;
	line-height: 0;
	overflow: visible;
}

.aiop-lottie-sticker .aiop-lottie-sticker__ico svg {
	display: block;
	width: 100%;
	height: 100%;
}
