/* Keep the SVG responsive */
#sudan-map-container svg {
  max-width: 100%;
  height: auto;
}

/* Reserve some width for the info panel */
#state-info-container {
  flex: 1;
}

/* A subtle hover hint */
#sudan-map path:hover {
  filter: brightness(1.1);
}
