/* OFQD V241.146 — Carte mobile : état et commandes cohérents.
   - La barre catégories reste sur une ligne défilable.
   - Rayon et Période sont identifiés correctement sur la ligne suivante.
   - L'ancien :before « Rayon » ne peut plus renommer la période. */
@media (max-width:760px){
  .ofqd-map-premium-v266 .ofqd-map-filterbar{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    overflow:visible!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-theme-filters{
    order:1!important;
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .ofqd-map-premium-v266 #ofqdMapRadiusControl,
  .ofqd-map-premium-v266 .ofqd-map-period-control{
    order:2!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-filterbar label::before{
    content:'Rayon'!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-period-control::before{
    content:'Période'!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-filterbar select,
  .ofqd-map-premium-v266 .ofqd-map-radius-control select{
    width:auto!important;
    min-width:74px!important;
    max-width:112px!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-period-control select{
    min-width:108px!important;
    max-width:124px!important;
  }
}


/* OFQD V241.147 — Mobile : vrais libellés, aucun pseudo-label hérité. */
@media (max-width:760px){
  .ofqd-map-premium-v266 .ofqd-map-filterbar .ofqd-map-radius-control::before,
  .ofqd-map-premium-v266 .ofqd-map-filterbar .ofqd-map-period-control::before{
    content:none!important;
    display:none!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-filterbar .ofqd-map-radius-control>span,
  .ofqd-map-premium-v266 .ofqd-map-filterbar .ofqd-map-period-control>span{
    display:inline!important;
    flex:0 0 auto!important;
    font-weight:800!important;
    color:#173d78!important;
    white-space:nowrap!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-filterbar .ofqd-map-period-control>span::after{content:''!important;}
  .ofqd-map-premium-v266 .ofqd-map-radius-control.is-territory-hidden{
    display:none!important;
  }
}
