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

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

.checkbox-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
}

.path-label {
  position: absolute;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-family: sans-serif;
  pointer-events: none;
  white-space: nowrap;
  border: 1px solid #ccc;
}
