.visual-grid > * {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

#reportMap {
  width: 100%;
  overflow: hidden;
}

.chart-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.chart-wrap canvas {
  max-width: 100% !important;
}

.button.line {
  color: #fff;
  background: #06c755;
  border-color: #06c755;
}

.button.line:hover,
.button.line:focus-visible {
  background: #05b84d;
  border-color: #05b84d;
}
