/* V20.0.3.170 · Convocatoria móvil: jugador y posición en columnas; tres opciones alineadas debajo. */
@media (max-width:680px){
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-simple-row{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    column-gap:6px!important;
    row-gap:7px!important;
    min-height:0!important;
    padding:9px 8px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-player-cell{
    grid-column:1/5!important;
    min-height:36px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-position-cell{
    display:flex!important;
    grid-column:5/7!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:36px!important;
    overflow:hidden!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-position-badge{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:34px!important;
    padding:4px 5px!important;
    box-sizing:border-box!important;
    font-size:8.5px!important;
    line-height:1.08!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell{
    grid-column:span 2!important;
    min-height:34px!important;
    overflow:visible!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell label{
    min-height:34px!important;
    padding:5px 4px!important;
    gap:5px!important;
    border-radius:10px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell label>span{
    display:block!important;
    font-size:10px!important;
    line-height:1!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple input[type="checkbox"]{
    width:16px!important;
    min-width:16px!important;
    height:16px!important;
    min-height:16px!important;
    flex-basis:16px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-captain-cell label{
    border-color:rgba(244,197,66,.28)!important;
  }
}
@media (max-width:370px){
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell label{
    gap:3px!important;
    padding-inline:3px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell label>span{
    font-size:9px!important;
  }
}
