#taxi-kalkulator-wrapper {
  max-width: 420px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #FFD700;
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
}
#taxi-kalkulator-wrapper label,
#taxi-kalkulator-wrapper input,
#taxi-kalkulator-wrapper select,
#taxi-kalkulator-wrapper button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
#taxi-kalkulator-wrapper input,
#taxi-kalkulator-wrapper select {
  padding: 10px;
  font-size: 16px;
  background: #000;
  color: #FFD700;
  border: 1px solid #FFD700;
}
#taxi-kalkulator-wrapper button {
  padding: 12px;
  background-color: #FFD700;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
#taxi-kalkulator-wrapper button:hover {
  background-color: #ffcc00;
}
#output {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
}
#map {
  height: 300px;
  width: 100%;
  background-color: #111;
  margin-top: 10px;
}