/* OFQD V241.160 — Carte mobile : territoires fixes + retour territoire supprimé.
   - Les 6 niveaux territoriaux restent tous accessibles, sans réglette décalée.
   - 3 colonnes x 2 lignes : aucun bouton coupé lorsque « La France » est active.
   - Aucun impact PC. */
@media (max-width:760px){
  .ofqd-map-premium-v266 .ofqd-map-territory-zone{
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-view-switch{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-view-switch button{
    display:inline-flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:36px!important;
    min-height:36px!important;
    padding:0 7px!important;
    border-radius:11px!important;
    font-size:10.5px!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-view-switch button span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-view-switch button svg{
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    flex:0 0 14px!important;
  }

  /* V241.160 — les 6 choix territoriaux remplacent le bandeau retour sur mobile. */
  .ofqd-map-premium-v266 .ofqd-map-view-switch .ofqd-map-territory-back,
  .ofqd-map-premium-v266 .ofqd-map-view-switch .ofqd-map-territory-back[hidden]{
    display:none!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-results[aria-busy="true"] #ofqdMapCount{
    color:#2563eb!important;
  }
}
@media (max-width:390px){
  .ofqd-map-premium-v266 .ofqd-map-view-switch button{font-size:9.7px!important;padding:0 5px!important;gap:4px!important;}
}
