@media (min-width:900px){
  .course-sheet .sheet-body{min-height:0;overflow:hidden;display:flex!important;flex-direction:column}
  .course-sheet .timeline-row,.course-sheet .result-summary{flex:0 0 auto}
  .course-sheet .map-results{min-height:0;max-height:none!important;overflow:auto!important;overscroll-behavior:contain;scrollbar-gutter:stable;flex:1 1 auto}
  .course-sheet .map-detail{display:none!important}

  #map-course-detail-dialog{width:min(780px,calc(100% - 64px));max-height:85dvh;overflow:auto;border:1px solid #cbd5e1;border-radius:9px;padding:24px 26px;background:#fff;color:#263343;box-shadow:0 15px 65px #182d432b;scrollbar-width:none;-ms-overflow-style:none}
  #map-course-detail-dialog::-webkit-scrollbar{width:0;height:0;display:none}
  #map-course-detail-dialog::backdrop{background:#17283a66}
  #map-course-detail-dialog .dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
  #map-course-detail-dialog h2{font-size:20px;margin:0;overflow-wrap:anywhere}
  #map-course-detail-dialog .icon{font-size:24px;line-height:1;padding:5px 12px;flex:none;min-height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:5px}
  #map-course-detail-dialog .icon:hover{background:#f0f4f8}
  #map-course-detail-dialog .detail-list{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px 16px;font-size:14px;line-height:1.65}
  #map-course-detail-dialog .detail-list dt{color:#687587}
  #map-course-detail-dialog .detail-list dd{margin:0;overflow-wrap:anywhere;white-space:pre-line}
  #map-course-detail-dialog .muted{font-size:13px;color:#687587;line-height:1.6}
}
