/* StileJuventus V9.488 — contrasto selettore squadra nella Rosa, tema Notte.
   Il tab attivo usa fondo giallo: testo e qualsiasi figlio devono restare
   neri anche con hover/focus della pillola o del contenitore. */

html[data-slr-theme="dark"] body.slr-squad-social-page
.slr-roma-team-switch :is(a,button).is-active,
html[data-slr-theme="dark"] body.slr-squad-social-page
.slr-roma-team-switch :is(a,button).is-active:is(:hover,:focus,:focus-visible,:active){
  background:#f4ba00!important;
  background-color:#f4ba00!important;
  border-color:#f4ba00!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  opacity:1!important;
  filter:none!important;
  text-shadow:none!important;
}

html[data-slr-theme="dark"] body.slr-squad-social-page
.slr-roma-team-switch :is(a,button).is-active :is(span,b,strong,small,i),
html[data-slr-theme="dark"] body.slr-squad-social-page
.slr-roma-team-switch :is(a,button).is-active:is(:hover,:focus,:focus-visible,:active) :is(span,b,strong,small,i){
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  opacity:1!important;
  text-shadow:none!important;
}

/* Anche il tab attivo via aria-current/aria-selected resta leggibile nel caso
   il markup cambi senza la classe is-active. */
html[data-slr-theme="dark"] body.slr-squad-social-page
.slr-roma-team-switch :is(a,button):is([aria-current="page"],[aria-selected="true"]){
  background:#f4ba00!important;
  background-color:#f4ba00!important;
  border-color:#f4ba00!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}
