/* CoachPanel V20.0.3.98 · Botoneras grandes de Plantilla
   Ajuste real solicitado: ampliar las tarjetas de cristal JUGADORES y CAMPOGRAMA,
   no las pestañas pequeñas Lista/Campograma. */

@media (min-width:700px){
  html body:not(.family-live-mode) #jugadores > .botonera-landing{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }

  html body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    gap:18px!important;
  }

  html body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two > .botonera-tile{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    min-height:164px!important;
    padding-left:24px!important;
    padding-right:24px!important;
    box-sizing:border-box!important;
  }
}

/* iPad horizontal: aprovechar claramente toda la base disponible. */
@media (min-width:900px) and (max-width:1366px) and (orientation:landscape){
  html.cp-ipad-device body:not(.family-live-mode) #jugadores.active{
    width:100%!important;
    max-width:1180px!important;
  }

  html.cp-ipad-device body:not(.family-live-mode) #jugadores > .botonera-landing{
    width:100%!important;
    max-width:1180px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:22px!important;
    padding-right:22px!important;
  }

  html.cp-ipad-device body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two{
    width:100%!important;
    max-width:none!important;
    gap:22px!important;
  }

  html.cp-ipad-device body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two > .botonera-tile{
    min-height:174px!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }
}
