.route-trim-marker,.route-ground-speed-alert{
  box-sizing:border-box!important;
  height:30px!important;
  padding:5px 9px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  overflow:visible!important;
  background:#fff!important;
  border:2px solid #d9363e!important;
  border-radius:7px!important;
  color:#111827!important;
  box-shadow:0 2px 7px rgba(15,23,42,.28)!important;
  font-family:Arial,sans-serif!important;
  font-size:12px!important;
  line-height:16px!important;
  letter-spacing:.01em!important;
  pointer-events:none!important;
}
.route-trim-marker{width:210px!important}
.route-ground-speed-alert{width:220px!important}
.route-trim-marker b,.route-trim-marker span,.route-ground-speed-alert b,.route-ground-speed-alert span{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  color:#111827!important;
  font:inherit!important;
}
.route-trim-marker b,.route-ground-speed-alert b{font-weight:800!important}
.route-trim-marker b::after,.route-ground-speed-alert b::after{content:" · ";font-weight:700}
