body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

#map {
  height: 100%;
  width: 100%;
}

#controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 300px;
}

#controls h1 {
  margin-top: 0;
  font-size: 1.2em;
}

#toggleButton {
  padding: 10px 15px;
  font-size: 1em;
  cursor: pointer;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 15px;
}

#toggleButton:hover {
  background-color: #45a049;
}

.metadata-box p {
  margin: 5px 0;
  font-size: 0.9em;
}

.vehicle-icon {
  transition: transform 0.15s linear;
}
