.heatmapPlotBox {
    margin-bottom: 24px;
    display: block;
}
.heatmapPlotLabel {
    font-size: 13px;
    color: var(--col-mid);
    margin-bottom: 4px;
}
.heatmapPlotCanvas {
    width: 100%;
    height: 220px;
    display: block;
}
.heatmapPlotLegend {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 11px;
    color: var(--col-mid);
}
.heatmapPlotLegendBar {
    flex: 1;
    max-width: 200px;
    height: 8px;
    border-radius: 4px;
}