/* V20.0.3.113 · Convocatoria móvil compacta: tres opciones en una sola fila. */
@media (max-width:680px){
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-simple-row{
    grid-template-columns:repeat(3,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/-1!important;
    min-height:32px!important;
  }
  body:not(.family-live-mode) #editorPartido .match-participation-simple .participation-check-cell{
    grid-column:auto!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;
  }
}
