.gf-map-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#gf_map_v2 {
  height: 600px;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

#gf_place_info {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1000;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  justify-content: space-between;
  gap: 8px;
}

.gf_place_info_actions {
  display: flex;
  padding: 3px 8px 0px 16px;
}

#gf_place_info_actions svg {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

#gf_place_info_content p {
  line-height: 20px;
}

#gf_city_button_row {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  margin: 8px 16px 16px 16px;
  will-change: scroll-position;
}

#gf_city_button_row::-webkit-scrollbar {
  display: none; /* Versteckt Scrollbar in WebKit-Browsern */
}

.gf_city_button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #00000010;
  font-weight: 900;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  margin: 8px 0;
}

.gf-map-city-switch {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* box-shadow: 0px 2px 18px -6px rgba(0,0,0,0.16); */
  border: 1px solid #efefef;
  padding: 4px;
  gap: 4px;
}

.gf-map-city-switch-button {
  background-color: transparent;
  border-radius: 5px;
  padding: 4.8px 16px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.3s;
  color: #000000;
}

.gf-map-city-switch-button:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s;
}

.gf-map-city-switch-button.active {
  background-color: #82ba26;
  color: #ffffff;
}

/* Carsharing Places Filter */
.gf_controls_container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 990;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#gf_carsharing_filter {
  border-radius: 6px;
  padding: 8px 8px;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid #efefef;
}

@media (max-width: 768px) {
  #gf_map_v2 {
    height: 550px;
  }

  .gf_controls_container {
    right: 10px;
  }

  #gf_carsharing_filter {
    width: 100%;
  }

  .gf-map-city-switch-button {
    background-color: transparent;
    border-radius: 5px;
    padding: 12px 16px;
    color: #000000;
    cursor: pointer;
  }

  #gf_carsharing_filter {
    border-radius: 6px;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: 800;
    border: 1px solid #efefef;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
  }
}
