/* CoachPanel V20.0.3.119 · ancho real de Jugadores y Campograma en iPad */
@media (min-width:700px) and (max-width:1366px){
  html.cp-ipad-device body:not(.family-live-mode) #jugadores.active{
    width:100%!important;
    max-width:none!important;
  }
  html.cp-ipad-device body.submenu-limpio-activo #jugadores.active > .botonera-landing,
  html.cp-ipad-device #jugadores.active:not(:has(.plantilla-view.active)) > .botonera-landing{
    width:calc(100% - 24px)!important;
    max-width:980px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:16px!important;
    padding-right:16px!important;
    box-sizing:border-box!important;
  }
  html.cp-ipad-device body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
  }
  html.cp-ipad-device body:not(.family-live-mode) #jugadores > .botonera-landing .botonera-grid.two > .botonera-tile{
    width:100%!important;
    min-width:0!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }
  html.cp-ipad-device body:not(.family-live-mode) #jugadores .botonera-tile-title{
    font-size:21px!important;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    text-wrap:nowrap!important;
  }
}
@media (min-width:900px) and (max-width:1366px) and (orientation:landscape){
  html.cp-ipad-device body.submenu-limpio-activo #jugadores.active > .botonera-landing,
  html.cp-ipad-device #jugadores.active:not(:has(.plantilla-view.active)) > .botonera-landing{
    max-width:1180px!important;
  }
}
