/* Prototype-only clean fix for heatmap-radar-preview-dn.html */
.nm-heatmap__hd-btn {
  display: none !important;
}

.nm-heatmap__legend-head {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.nm-heatmap__legend {
  pointer-events: auto !important;
}

.nm-heatmap__legend:not(.is-open) .nm-heatmap__legend-body {
  display: none;
}

.nm-heatmap__legend.is-open .nm-heatmap__legend-body {
  display: block;
}
