.tracker-incident-histogram {
	--tracker-incident-histogram-text: #ffffff;
	--tracker-incident-histogram-grid: var(--e-global-color-869b992, #115d5f);
	--tracker-incident-histogram-tooltip: #151d27;
	color: var(--tracker-incident-histogram-text);
	inline-size: 100%;
}

.tracker-incident-histogram__title {
	margin: 0 0 1rem;
	color: inherit;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	line-height: 1.2;
}

.tracker-incident-histogram__canvas-wrap {
	position: relative;
	inline-size: 100%;
	block-size: clamp(18rem, 44vw, 26rem);
}

.tracker-incident-histogram__canvas {
	display: block;
	box-sizing: border-box;
}

.tracker-incident-histogram__empty,
.tracker-incident-histogram__fallback {
	margin: 0;
	color: var(--tracker-incident-histogram-text);
}

@media (max-width: 767px) {
	.tracker-incident-histogram__canvas-wrap {
		block-size: clamp(18rem, 84vw, 23rem);
	}
}
