.main-container .gt-main-content a.auto-anchor {
  visibility: hidden;
  text-decoration-color: transparent !important;
  text-decoration: none !important;
}

a.auto-anchor:before {
  background-color: var(--gt-black);
  font-family: 'FontAwesome';
  visibility: visible;
  color: var(--gt-white);
  padding: .25rem;
  border-radius: 9px;
  font-size: 80%;
  content: "\f0c1";
  opacity: 90%;
  text-decoration-color: transparent !important;
}

.text__white a.auto_anchor:before {
  background-color: var(--gt-white) !important;
  color: var(--gt-black) !important;
}

a.auto-anchor:hover:before {
  opacity: 100%;
}


