.textOnMapCls {
  display: block;
  margin-left: -1px;
  margin-top: -16px;
  font-weight: bold;
  position: relative;
  text-shadow: -1px -1px 1px white, 1px 1px 1px white;
}

.textOnMap-divIcon {
  white-space: nowrap;
  display: inline-block;
}

.curPointerPopup  {
  --min-w: 150px;
  min-width: var(--min-w);
}
#trackCurrentPointerPopup {
  min-width: var(--min-w);
  label {
    display: flex;
    align-items: center;
  }
}