.d500-lottie__wrap {
	display: flex;
	width: 100%;
}

.d500-lottie__wrap lottie-player {
	display: block;
	width: 100%;
	height: auto;
}

.d500-lottie__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background: #f1f5f9;
	border: 2px dashed #cbd5e1;
	border-radius: 6px;
	color: #64748b;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
