/* One compact visual language for Live, Race Lab and Replay boat labels. */
.ow-rl2-label,
.ow-rv4e-label,
.ow-live-standard-label-r2j,
.leaflet-tooltip.tracker-label {
  translate: var(--ow-label-shift-x, 0px) var(--ow-label-shift-y, 0px) !important;
  /* Readable at 100% zoom; keep the previous scale reduction modest. */
  font-size: 14px !important;
  line-height: 1.15 !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  max-width: 140px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.ow-rl2-label-color-dot-v1b,
.ow-rv4e-label-color-dot-v1b,
.ow-live-standard-label-r2j > span:first-child {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  min-height: 9px !important;
}

@media (max-width: 760px) {
  .ow-rl2-label,
  .ow-rv4e-label,
  .ow-live-standard-label-r2j,
  .leaflet-tooltip.tracker-label {
    font-size: 13px !important;
    padding: 3px 7px !important;
    max-width: 122px !important;
  }
}
