/*
 * StileJuventus.com V9.486
 * Leggibilità social: notifiche e post community più vicini alla densità di X.
 * Icona Premium: rosetta outline con spunta, coerente con la navigazione esistente.
 */

/* Premium: stessa misura delle altre icone, segno più pulito e leggibile. */
body.slr-home-social .slr-social-nav .slr-premium-nav-badge,
body.slr-home-social .slr-social-mobile-more .slr-premium-nav-badge {
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.slr-home-social .slr-social-nav .slr-premium-nav-badge path:last-child,
body.slr-home-social .slr-social-mobile-more .slr-premium-nav-badge path:last-child {
  stroke-width:2.15!important;
}

/* Notifiche: corpo e anteprima finalmente alla dimensione di un feed social moderno. */
body.slr-social-notifications-page .slr-social-notification-row {
  grid-template-columns:38px 44px minmax(0,1fr) 28px;
  gap:13px;
  padding:18px 18px;
}
body.slr-social-notifications-page .slr-social-notification-copy {
  font-size:15px!important;
  line-height:1.42!important;
  letter-spacing:-.006em;
}
body.slr-social-notifications-page .slr-social-notification-copy strong {
  font-size:1em!important;
  line-height:inherit!important;
}
body.slr-social-notifications-page .slr-social-notification-copy time {
  margin-left:6px!important;
  font-size:13px!important;
  line-height:inherit!important;
}
body.slr-social-notifications-page .slr-social-notification-copy small {
  display:block!important;
  margin-top:6px!important;
  font-size:14px!important;
  line-height:1.42!important;
}
body.slr-social-notifications-page .slr-social-notification-avatar {
  width:42px!important;
  height:42px!important;
}
body.slr-social-notifications-page .slr-social-notification-avatar :is(img,b) {
  width:42px!important;
  height:42px!important;
}
body.slr-social-notifications-page .slr-social-notification-type {
  width:34px!important;
  height:34px!important;
}
body.slr-social-notifications-page .slr-social-notification-type svg {
  width:27px!important;
  height:27px!important;
}

/* Post degli utenti: stesso componente su Per te, Ultime, profili, Esplora e thread. */
body.slr-home-social .slr-community-post-body,
body.slr-home-social .slr-community-post-body p {
  font-size:16px!important;
  line-height:1.46!important;
  letter-spacing:-.008em;
}
body.slr-home-social .slr-community-post .slr-social-post-author {
  font-size:14px!important;
  line-height:1.25!important;
}
body.slr-home-social .slr-community-post .slr-social-post-author strong {
  font-size:14px!important;
  line-height:1.25!important;
}
body.slr-home-social .slr-community-post.is-single .slr-community-post-body,
body.slr-home-social .slr-community-post.is-single .slr-community-post-body p {
  font-size:18px!important;
  line-height:1.5!important;
}

@media (max-width:760px) {
  body.slr-social-notifications-page .slr-social-notification-row {
    grid-template-columns:31px 40px minmax(0,1fr) 18px;
    gap:10px;
    padding:16px 12px;
  }
  body.slr-social-notifications-page .slr-social-notification-copy {
    font-size:14px!important;
    line-height:1.42!important;
  }
  body.slr-social-notifications-page .slr-social-notification-copy time {
    font-size:12px!important;
  }
  body.slr-social-notifications-page .slr-social-notification-copy small {
    font-size:13px!important;
    line-height:1.42!important;
  }
  body.slr-social-notifications-page .slr-social-notification-avatar,
  body.slr-social-notifications-page .slr-social-notification-avatar :is(img,b) {
    width:39px!important;
    height:39px!important;
  }
  body.slr-social-notifications-page .slr-social-notification-type {
    width:29px!important;
    height:29px!important;
  }
  body.slr-social-notifications-page .slr-social-notification-type svg {
    width:24px!important;
    height:24px!important;
  }
  body.slr-home-social .slr-community-post-body,
  body.slr-home-social .slr-community-post-body p {
    font-size:15px!important;
    line-height:1.46!important;
  }
  body.slr-home-social .slr-community-post .slr-social-post-author,
  body.slr-home-social .slr-community-post .slr-social-post-author strong {
    font-size:13.5px!important;
  }
  body.slr-home-social .slr-community-post.is-single .slr-community-post-body,
  body.slr-home-social .slr-community-post.is-single .slr-community-post-body p {
    font-size:17px!important;
  }
}

/* V9.496 HF3 — Partite: contrasto selettore squadra in tema Giorno/Notte.
   minimal-palette assegna il colore accent allo stato attivo; sui chip gialli
   questo rendeva il testo invisibile soprattutto in tema Notte. Il chip attivo
   conserva quindi sfondo giallo e testo scuro, inclusi hover/focus e WebKit. */
html[data-slr-theme] body.slr-site.slr-home-social.slr-social-matches-page
  .slr-roma-team-switch :is(a,button).is-active,
html[data-slr-theme] body.slr-site.slr-home-social.slr-social-matches-page
  .slr-roma-team-switch :is(a,button).is-active:is(:hover,:focus-visible,:active){
  background:#f4ba00!important;
  border-color:#f4ba00!important;
  color:#171008!important;
  -webkit-text-fill-color:#171008!important;
  opacity:1!important;
}
html[data-slr-theme] body.slr-site.slr-home-social.slr-social-matches-page
  .slr-roma-team-switch :is(a,button).is-active *{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
