/* OFQD V241.167 — Carte mobile : liste des annonces toujours au-dessus du bandeau bas.
   La valeur --ofqd-map-mobile-bottom-clearance est calculée au runtime selon la
   hauteur réelle de la navigation mobile + safe-area. Aucun impact PC. */
@media (max-width:760px){
  .ofqd-map-premium-v266 .ofqd-map-results{
    bottom:var(--ofqd-map-mobile-bottom-clearance,88px)!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-list{
    padding-bottom:20px!important;
    scroll-padding-bottom:20px!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-card:last-child{
    margin-bottom:8px!important;
  }
}
