.hubgta-wiki-link,
.article-content a[href^="/"],
.article-content a[href^="https://hubgta.com/"],
.character-copy a[href^="/"],
.character-copy a[href^="https://hubgta.com/"] {
  color: #ffbd00;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color .18s ease, text-decoration-color .18s ease, background .18s ease;
}

.hubgta-wiki-link:hover,
.hubgta-wiki-link:focus-visible,
.article-content a[href^="/"]:hover,
.article-content a[href^="/"]:focus-visible,
.article-content a[href^="https://hubgta.com/"]:hover,
.article-content a[href^="https://hubgta.com/"]:focus-visible,
.character-copy a[href^="/"]:hover,
.character-copy a[href^="/"]:focus-visible,
.character-copy a[href^="https://hubgta.com/"]:hover,
.character-copy a[href^="https://hubgta.com/"]:focus-visible {
  color: #ffd24a;
  text-decoration-color: #ffbd00;
  background: rgba(255, 189, 0, .08);
  outline: none;
}
