/* World Map Visualization Styles */

.world-map-svg-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  overflow: hidden;
  border-left: 1px solid rgba(var(--bs-primary-rgb), 0.2);
}

.world-map-base {
  width: 111%;
  height: 100%;
  opacity: 1;
  background: transparent;
  border: none;
  display: block;
  position: relative;
  left: -32px;
}

#worldMapContainer {
  position: relative;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  background: transparent;
  border: none;
}
