.custom-marker {
  background: transparent;
  display: block;
  border-left: 8.6px solid transparent;
  border-right: 8.6px solid transparent;
  border-top: 8.6px solid rgba(0, 0, 0, 0.9);
}
.leaflet-custom-marker-wrapper {
  width: max-content;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  padding: 4px;
  flex-direction: row;
  border-radius: 16px;
  justify-content: space-between;
  gap: 4px;
  transform: translate(-50%, -115%);
}
.marker-icon-name {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: max-content;
  padding-right: 4px;
  &.none {
    display: none;
  }
  &.block {
    display: inline-block;
  }
}
.marker-icon-url {
  width: 16px;
  height: 16px;
}
