/* MISTER FAST V37.2.2 — Route Card Exact Map Corner
   Layout-only patch. Keeps Route, pricing, marker, job and chat runtime unchanged. */
#mfLmcMap > .mf-v31-estimate.mf-v363-estimate.mf-v3721-route-card{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  transform:none!important;
  translate:none!important;
  margin:0!important;
  z-index:1100!important;
}

/* The runtime JS writes an exact left coordinate so the card remains 14px from
   the visible right edge even when legacy workspace CSS changes the map width. */
#mfLmcMap > .mf-v31-estimate.mf-v363-estimate.mf-v3721-route-card[data-v3722-positioned="1"]{
  right:auto!important;
}

/* Remove every obsolete duplicate route summary around the map. */
.mf-lmc-map-panel [data-v362-route-status],
.mf-lmc-map-panel .mf-v362-route-summary,
.mf-lmc-map-panel > .mf-v31-estimate.mf-v363-estimate:not(.mf-v3721-route-card){
  display:none!important;
}

@media(max-width:900px){
  #mfLmcMap > .mf-v31-estimate.mf-v363-estimate.mf-v3721-route-card{
    top:10px!important;
  }
}
@media(max-width:520px){
  #mfLmcMap > .mf-v31-estimate.mf-v363-estimate.mf-v3721-route-card{
    top:8px!important;
  }
}
