/**
 * MISTER FAST LiveMapChat WEB V4.4.11
 * Vehicle Icon Engine V4.1.3.2 — SVG Marker Renderer
 */
.leaflet-marker-icon.mf442-unified-vehicle.mf4411-svg-rendered .mf442-vehicle-icon{
  width:29px!important;
  height:29px!important;
  font-size:0!important;
  line-height:0!important;
  overflow:visible!important;
  filter:drop-shadow(0 2px 2px rgba(0,43,105,.28))!important;
}

.mf4411-svg-vehicle{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
  pointer-events:none!important;
}

.leaflet-marker-icon.mf4411-svg-rendered{
  --mf4411-icon-scale:1;
}

.leaflet-marker-icon.mf4411-svg-rendered .mf4411-svg-vehicle{
  transform:scale(var(--mf4411-icon-scale))!important;
  transform-origin:center!important;
}

.leaflet-marker-icon.mf4411-svg-rendered.mf433-selected,
.leaflet-marker-icon.mf4411-svg-rendered.mf434-selected,
.leaflet-marker-icon.mf4411-svg-rendered.mf439-demo-selected,
.leaflet-marker-icon.mf4411-svg-rendered.mf442-selected{
  --mf4411-icon-scale:1.08;
}

/* Prevent a legacy emoji text node from showing beside the SVG. */
.leaflet-marker-icon.mf4411-svg-rendered .mf442-vehicle-icon{
  color:transparent!important;
  text-shadow:none!important;
}

@media(max-width:720px){
  .leaflet-marker-icon.mf442-unified-vehicle.mf4411-svg-rendered .mf442-vehicle-icon{
    width:27px!important;
    height:27px!important;
  }
}
