.elab-lottie__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}

.elab-lottie__container {
	flex-shrink: 0;
}

.elab-lottie__title {
	margin: 0;
	text-align: inherit;
}

.elab-lottie__caption {
	margin: 0;
	text-align: inherit;
}

.elab-lottie__container svg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.elab-lottie__placeholder {
	padding: 40px 20px;
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border: 2px dashed #ccc;
	border-radius: 4px;
}

.elab-lottie__error {
	display: block;
	padding: 1em;
	text-align: center;
	color: #c00;
	font-size: 0.9em;
}
