/* Modern Chart.js statistics cards for IEM admin */
.iem-chart-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	padding: 14px 16px 10px;
	margin: 0 0 12px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.iem-chart-title {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	margin: 0 0 4px;
	line-height: 1.3;
}
.iem-chart-subtitle {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #64748b;
	margin: 0 0 10px;
	line-height: 1.35;
}
.iem-chart-wrap {
	position: relative;
	width: 100%;
}
.iem-chart-wrap.iem-chart-bar {
	height: 280px;
}
.iem-chart-wrap.iem-chart-pie {
	height: 240px;
}
.iem-chart-wrap canvas {
	width: 100% !important;
	height: 100% !important;
}
.iem-chart-loading {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #94a3b8;
	padding: 40px 0;
	text-align: center;
}
.iem-chart-error {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #b91c1c;
	padding: 24px 8px;
	text-align: center;
}
.iem-visitor-charts {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 8px 0 16px;
}
.iem-visitor-charts td {
	width: 33.33%;
	vertical-align: top;
}
.statistics_chart {
	display: block;
	width: 100%;
}
.statistics_chart .iem-chart-card {
	margin-bottom: 0;
}
