.country {
  cursor: crosshair;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 0.45px;
  transition: fill 140ms ease, opacity 140ms ease;
}

.country:hover {
  fill: #671326 !important;
}

.hidden {
  display: none;
}

.tooltip {
  position: absolute;
  padding: 8px 10px;
  border: 1px solid #c8cdd4;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 18px rgba(24, 32, 42, 0.16);
  pointer-events: none;
}

.tooltip h6 {
  margin: 0;
  color: #18202a;
  font-size: 0.78rem;
  font-weight: 700;
}

.legendTitle {
  fill: #3d4652;
  font-size: 11px;
  font-weight: 700;
}

.label {
  fill: #5d6672;
  font-size: 9px;
}

.legendBackground {
  fill: rgba(255, 255, 255, 0.94) !important;
}
