.LinkButton {
  background: transparent;
  border: 0;
  color: var(--ga-orange-dark);
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.LinkButton:hover {
  text-decoration: underline;
}
