/* DriveQuery v868.58 — mobile route result sheet: reliable collapse + map-first viewing. */
@media (max-width:700px){
  .dq-mobile-route .dq-workspace-panel{
    transition:height .20s ease,max-height .20s ease;
    will-change:height;
  }
  .dq-mobile-route .dq-workspace-panel>summary{
    min-height:58px;
    padding:15px 48px 6px 14px;
    cursor:grab;
  }
  .dq-mobile-route .dq-workspace-panel>summary:active{cursor:grabbing}
  .dq-mobile-route .dq-workspace-panel>summary::before{
    content:""!important;
    display:block!important;
    position:absolute;
    top:6px;
    left:50%;
    width:40px;
    height:4px;
    margin:0!important;
    transform:translateX(-50%);
    border:0!important;
    border-radius:999px;
    background:#c7d0da;
  }
  .dq-mobile-route .dq-route-sheet-caret{
    position:absolute;
    right:17px;
    top:50%;
    width:22px;
    height:22px;
    margin-top:-7px;
    display:grid;
    place-items:center;
    color:#667281;
    pointer-events:none;
    transition:transform .16s ease;
  }
  .dq-mobile-route .dq-route-sheet-caret svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
  .dq-mobile-route[data-sheet-action="expand"] .dq-route-sheet-caret{transform:rotate(180deg)}

  /* Results open smaller than before so the route remains useful on the map. */
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="medium"] .dq-workspace-panel{
    height:46%!important;
    min-height:min(300px,calc(100% - 62px));
  }

  /* A true map-first collapsed result state: only the summary bar remains. */
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="small"] .dq-workspace-panel{
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
  }
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="small"] .dq-mobile-body,
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="small"] .dq-mobile-footer{
    display:none!important;
  }
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="small"] .dq-workspace-panel>summary{
    height:62px;
    min-height:62px;
    border-bottom:0;
    padding-bottom:8px;
  }
  .dq-mobile-route[data-mobile-mode="results"][data-sheet-size="small"] .dq-mobile-title{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  @media (prefers-reduced-motion:reduce){
    .dq-mobile-route .dq-workspace-panel,.dq-mobile-route .dq-route-sheet-caret{transition:none}
  }
}
