.facet-item > a {
  text-decoration: none;
  color: inherit;

  &:hover {
    @media (hover: hover) {
      text-decoration: underline;
    }
  }
}
