/**
 * Juni Lottie — Stilar
 */

.fl-module-lottie-animation > .fl-module-content {
	margin: 0 !important;
	padding: 0 !important;
}

.juni-lottie-wrap {
	margin: 0;
	padding: 0;
}

.juni-lottie-anim {
	line-height: 0;
}

.juni-lottie-anim svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Fast höjd: SVG anpassar sig till containerns höjd */
.juni-lottie-anim[style*="height"] svg {
	width: auto;
	height: 100%;
}

/* Dölj eventuell extra SVG som lottie-web skapar */
.juni-lottie-anim svg:not(:first-of-type) {
	display: none !important;
}
