/* CoachPanel V1.0.3.1 · Partidos por disputar · Convocatoria móvil v103107
   Corrige Safari/iOS: button.primary aplica -webkit-text-fill-color blanco
   y ocultaba el texto "Convocatoria" sobre botón claro en la tarjeta móvil. */

@media (max-width:1024px){
  html body:not(.family-live-mode)
  #partidosPorDisputar .cp-mobile-match-actions .cp-callup-match-btn,
  html body:not(.family-live-mode)
  #partidos .upcoming-match-row .cp-mobile-match-actions .cp-callup-match-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    min-height:42px!important;
    padding:7px 8px!important;
    border:1px solid #4BC536!important;
    border-radius:10px!important;
    background:#4BC536!important;
    background-image:none!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1.15!important;
    text-indent:0!important;
    text-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  html body:not(.family-live-mode)
  #partidosPorDisputar .cp-mobile-match-actions .cp-callup-match-btn.has-callup,
  html body:not(.family-live-mode)
  #partidos .upcoming-match-row .cp-mobile-match-actions .cp-callup-match-btn.has-callup{
    border-color:#4bc536!important;
    background:#4BC536!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }

  html body:not(.family-live-mode)
  #partidosPorDisputar .upcoming-match-row td[data-label="Convocatoria"] .cp-callup-match-btn,
  html body:not(.family-live-mode)
  #partidos .upcoming-match-row td[data-label="Convocatoria"] .cp-callup-match-btn{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }

  html body:not(.family-live-mode)
  #partidosPorDisputar .upcoming-match-row td[data-label="Convocatoria"] .cp-callup-match-btn.has-callup,
  html body:not(.family-live-mode)
  #partidos .upcoming-match-row td[data-label="Convocatoria"] .cp-callup-match-btn.has-callup{
    border-color:#4bc536!important;
    background:#4BC536!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
}

@media (max-width:390px){
  html body:not(.family-live-mode)
  #partidos .cp-mobile-match-actions .cp-callup-match-btn{
    font-size:10.5px!important;
    padding-left:5px!important;
    padding-right:5px!important;
  }
}
