.idlab-chart-widget {
	width: 100%;
}

.idlab-chart-container {
	position: relative;
	width: 100%;
	height: 320px;
	max-width: 100%;
}

.idlab-chart-container .idlab-chart-canvas {
	width: 100% !important;
	height: 100% !important;
}

.idlab-chart-editor-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #999;
	font-size: 14px;
	gap: 8px;
}

.idlab-chart-editor-placeholder i {
	font-size: 32px;
}
