.page-inner a {
  padding: 0;
}

html:not(.tv-view) a:hover {
  outline: none;
  background-color: unset;
  text-decoration: underline;
}

a:focus {
  outline: none;
  background-color: unset;
}