/* OFQD V241.148 — Carte mobile : panneau résultats réellement coulissant.
   Le bandeau Résultats visibles devient une poignée tactile : glisser vers le
   haut ouvre la liste, glisser vers le bas la referme. Aucun impact PC. */
@media (max-width:760px){
  .ofqd-map-premium-v266 .ofqd-map-results{
    will-change:transform!important;
    overscroll-behavior:contain!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-results.is-sheet-dragging{
    transition:none!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-results-head{
    touch-action:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
    cursor:ns-resize!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-results-head::before{
    width:70px!important;
    height:5px!important;
    background:#c6cfdd!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-list{
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
}
