.synotrip-location-map--china {
  min-height: 600px;
  position: relative;
}


.synotrip-location-map--china>div {
  position: absolute;
  z-index: 0;
}

.synotrip-location-map .map-layer-control {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.synotrip-location-map .map-toggle-control {
  position: absolute;
  bottom: 24px;
  right: 8px;
  background: #ffffff;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.synotrip-location-map .layer-buttons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.synotrip-location-map .layer-button,
.synotrip-location-map .toggle-interaction-btn {
  padding: 4px 8px;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.synotrip-location-map .layer-button-active,
.synotrip-location-map .toggle-interaction-active {
  background: #0d6efd;
  color: #ffffff;
}

.synotrip-location-map .layer-button-inactive,
.synotrip-location-map .toggle-interaction-inactive {
  background: #6c757d;
  color: #ffffff;
}

.synotrip-location-map .layer-button-inactive:hover,
.synotrip-location-map .toggle-interaction-inactive:hover {
  background: #5a6268;
}

.synotrip-location-map .map-label {
  color: #212529;
  text-align: center;
  font-size: 14px;
  padding: 2px 8px;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  pointer-events: none;
}

.synotrip-attraction-marker {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid white;
}

.synotrip-attraction-tooltip {
  display: flex;
}

.synotrip-attraction-tooltip .thumbnail {
  width: 40px;
  height: 40px;
  margin-right: 4px;
}
