.usmh-container {
    max-width: 100%;
    overflow-x: auto;
    text-align: center;
    margin: 20px auto;
  }
  
  #us-map-svg {
    width: 100%;
    height: auto;
  }
  
  .usmh-label {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
/* 	fill: #fff; */
/* 	  color:white; */
/* 	    stroke: #333;
  stroke-width: 0.5; */
  }
  
  .usmh-state:hover {
    opacity: 0.9;
    filter: drop-shadow(0 0 3px #000);
  }
