
.svg-container svg {
  width: 100%;
  height: auto;
}
.country-hover {
  fill: #ffcc00 !important;
  stroke: #333;
  stroke-width: 1.5px;
}
.custom-tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  display: none;
  z-index: 1000;
}
