
/* V284 - Texto automático na barra superior quando o fundo for claro */

/*
  O JS adiciona .topbar-light-v284 no body quando a cor da barra superior
  for branca ou clara. A partir disso, força texto/links/ícones para preto.
*/
body.topbar-light-v284 .top-strip,
body.topbar-light-v284 .top-bar,
body.topbar-light-v284 .topbar,
body.topbar-light-v284 .site-topbar{
  color:#0f172a!important;
}

body.topbar-light-v284 .top-strip *,
body.topbar-light-v284 .top-bar *,
body.topbar-light-v284 .topbar *,
body.topbar-light-v284 .site-topbar *{
  color:#0f172a!important;
  border-color:rgba(15,23,42,.14)!important;
}

body.topbar-light-v284 .top-strip a,
body.topbar-light-v284 .top-bar a,
body.topbar-light-v284 .topbar a,
body.topbar-light-v284 .site-topbar a{
  color:#0f172a!important;
}

body.topbar-light-v284 .top-strip a:hover,
body.topbar-light-v284 .top-bar a:hover,
body.topbar-light-v284 .topbar a:hover,
body.topbar-light-v284 .site-topbar a:hover{
  color:var(--primary,#0f6cad)!important;
}

body.topbar-light-v284 .top-strip svg,
body.topbar-light-v284 .top-bar svg,
body.topbar-light-v284 .topbar svg,
body.topbar-light-v284 .site-topbar svg{
  color:#0f172a!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}

body.topbar-light-v284 .top-strip .social-svg-v239,
body.topbar-light-v284 .top-bar .social-svg-v239,
body.topbar-light-v284 .topbar .social-svg-v239,
body.topbar-light-v284 .site-topbar .social-svg-v239{
  color:#0f172a!important;
}

/* Caso tenha badges/bolinhas na barra superior, ficam discretos no fundo claro */
body.topbar-light-v284 .top-strip .badge,
body.topbar-light-v284 .top-bar .badge,
body.topbar-light-v284 .topbar .badge,
body.topbar-light-v284 .site-topbar .badge{
  background:rgba(15,23,42,.08)!important;
  color:#0f172a!important;
}
