.list-item {
  padding: 8px;

  &:hover {
    cursor: pointer;
    background-color:  var(--color-background-inverse-hovered);
  }
}
