/* StileJuventus V9.487 — contrasto definitivo Segui nella Rosa, tema Giorno.
   Le righe giocatore hanno hover propri che in alcuni browser/componenti
   sovrascrivevano il colore dei figli del pulsante. Questo foglio e' caricato
   per ultimo e rende indipendente il CTA dall'hover della card. */

/* Non seguito: nero + bianco anche quando l'hover e' sulla riga intera. */
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled),
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-social-member:is(:hover,:focus-within) .slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  filter:none!important;
}

html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled) :is(span,i,b,strong,small),
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-social-member:is(:hover,:focus-within) .slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled) :is(span,i,b,strong,small){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}

/* Hover/focus reale sul CTA: antracite leggibile, mai grigio su nero. */
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible){
  border-color:#293139!important;
  background:#293139!important;
  background-color:#293139!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:not(.is-following):not([aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible) :is(span,i,b,strong,small){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Gia' seguito: base chiara; in hover CTA scuro con testo/spunta bianchi. */
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:is(.is-following,[aria-pressed="true"]):not(:disabled){
  border-color:#697680!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#0f1419!important;
  -webkit-text-fill-color:#0f1419!important;
}
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:is(.is-following,[aria-pressed="true"]):not(:disabled) :is(span,i,b,strong,small){
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  opacity:1!important;
}
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-slr-theme="light"] body.slr-squad-social-page
.slr-squad-member-actions > button[data-squad-follow]:is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible) :is(span,i,b,strong,small){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
