/* MISTER FAST V37.1.1 — True Compact Route Summary
   Layout-only hotfix: force the route estimate into one compact row. */

/* The price-breakdown was being re-opened by runtime JS and kept the card tall. */
.mf-v31-estimate.mf-v363-estimate .mf-v363-price-breakdown,
.mf-v31-estimate.mf-v363-estimate [data-v363-price-breakdown]{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

.mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate{
  display:grid!important;
  grid-template-columns:minmax(82px,1fr) minmax(82px,1fr) minmax(82px,1fr) minmax(128px,.9fr)!important;
  grid-template-rows:46px!important;
  align-items:stretch!important;
  gap:6px!important;
  width:auto!important;
  min-height:0!important;
  height:58px!important;
  max-height:58px!important;
  margin:6px 10px!important;
  padding:5px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

.mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate>div:not(.mf-v363-price-breakdown){
  min-height:0!important;
  height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:4px 8px!important;
  box-sizing:border-box!important;
}

.mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate .mf-v363-primary-cta{
  min-height:0!important;
  height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:6px 12px!important;
  box-sizing:border-box!important;
}

@media(max-width:700px){
  .mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate{
    grid-template-columns:repeat(3,minmax(0,1fr)) 54px!important;
    grid-template-rows:42px!important;
    height:52px!important;
    max-height:52px!important;
    margin:5px 6px!important;
    gap:4px!important;
  }
  .mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate>div:not(.mf-v363-price-breakdown),
  .mf-lmc-map-panel .mf-v31-estimate.mf-v363-estimate .mf-v363-primary-cta{
    height:42px!important;
    max-height:42px!important;
  }
}
