
  /* Make the map container take the full screen size */
  #myMap {
    width: 100%;
    height: 100vh;  /* Full height of the viewport */
  }
 .county-popup {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.4;
  }
  .county-popup .popup-title {
    background: #1e90ff;
    color: white;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px 4px 0 0;
  }
  .county-popup .popup-body {
    background: #fafafa;
    border: 1px solid #ccc;
    border-top: none;
    padding: 8px;
    border-radius: 0 0 4px 4px;
  }
    .leaflet-interactive:hover {
    cursor: pointer;
  }
  .legend {
  line-height: 18px;
  color: #555;
  padding: 6px 8px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 6px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}
.info {
  padding: 8px 12px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 6px;
  font: 14px/16px Arial, Helvetica, sans-serif;
}

.info h4 {
  margin: 0 0 5px;
  color: #333;
}