.custom-marker {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.svg-wrapper {
  width: 34px;
  height: 34px;
  /*opacity: 0.10;    ou o valor que preferir */
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.custom-marker span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
