/* Neutralize legacy UOL chrome links that still point off-site */
.pb-legacy-header-hidden .blackBar a[href="#"],
.pb-legacy-header-hidden .blackBar a[href^="https://assine"],
.pb-legacy-header-hidden .blackBar a[href^="https://uolhost"],
.pb-legacy-header-hidden .blackBar a[href^="https://batepapo"],
.pb-legacy-header-hidden a.hyperlink[href="#"] {
  pointer-events: none;
  opacity: 0.45;
  cursor: default;
}

a[href^="https://noticias.uol"],
a[href^="https://economia.uol"],
a[href^="https://educacao.uol"] {
  text-decoration: line-through;
  opacity: 0.65;
}
