.center-marker {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.highlight-marker-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;

  /*cursor: pointer;
  pointer-events: auto;*/
  /*background: rgba(0, 255, 0, 0.15);*/
}

.highlight-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 28px;
  line-height: 1;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
}


.highlight-tooltip {
  font-size: 12px;
  color: #fff;
  background: rgba(30, 30, 30, 0.92);
  padding: 6px 8px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  white-space: nowrap;
}

.highlight-tooltip .w3w {
  font-weight: 600;
  margin-bottom: 2px;
}

.highlight-tooltip .stats {
  opacity: 0.85;
  font-size: 11px;
}

/* Ẩn nút X của InfoWindow */
.gm-ui-hover-effect {
  display: none !important;
}
