.leaflet-tooltip.ship-label {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
}
.ship-label-inline {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.leaflet-tooltip.ship-label img {
  margin-right: 2px;
  flex-shrink: 0;
  vertical-align: middle;
}
