.dm-poststats__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--wpd-color-border, #e5e7eb);
	margin-bottom: 8px;
	flex-shrink: 0;
	gap: 8px;
	min-width: 0;
}
.dm-poststats__title {
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--wpd-color-text-subtle, #6b7280);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.dm-poststats__total {
	font-size: 10px;
	color: var(--wpd-color-text-subtle, #9ca3af);
	white-space: nowrap;
	flex-shrink: 0;
}
.dm-poststats__canvas-wrap {
	flex: 1;
	min-height: 60px;
	position: relative;
	min-width: 0;
}
.dm-poststats__canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.dm-poststats__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	padding-top: 6px;
	flex-shrink: 0;
}
.dm-poststats__legend-item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 10px;
	color: var(--wpd-color-text-subtle, #6b7280);
	white-space: nowrap;
}
.dm-poststats__legend-swatch {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	flex-shrink: 0;
}
.dm-poststats__empty,
.dm-poststats__error {
	padding: 12px 0;
	font-size: 11px;
	color: var(--wpd-color-text-subtle, #9ca3af);
	text-align: center;
}
.dm-poststats__error { color: #ef4444; }
