// fix styles with chevron for link to be styled but the ListItem is as well.
.menu-link {
  color: #1c1f21;
  display: block;
  font-size: 1.071rem;
  line-height: 3.214rem;
  padding: 0 0.7143rem;
  text-decoration: none;

  &:hover {
    background: linear-gradient(-90deg, #fff, #f1f1f2);
  }

  &[aria-current='true'] {
    background-image: linear-gradient(-270deg, #fff, #e8e9ea);
    box-shadow: inset 0.5rem 0 0 0 #007cc3;
    padding: 0 1.214rem;
  }
}
