.monitoring-results-impact-module {
  --map-dimention: calc(100vw - var(--sp14) - var(--sp14));
}

.monitoring-legends .map-legends {
  flex-direction: column;
}

.monitoring-legends .color-axis-block {
  width: 100%;
}

#impact-map-container {
  max-height: min(calc(100vh - 20px), 400px);
}

.indicator-dropdown-placeholder {
  font-size: var(--fs-15);
  line-height: 1.3 !important;
}
