/* Target the tooltip container */
.leaflet-tooltip.custom-tooltip {
  background: none; /* Remove background */
  border: none; /* Remove border */
  box-shadow: none; /* Remove box shadow */
  color: var(--textrip);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

/* Target the tooltip container */
.leaflet-tooltip.custom-port-tooltip {
  background: none; /* Remove background */
  border: none; /* Remove border */
  box-shadow: none; /* Remove box shadow */
  color: var(--textrip);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
