.list-item {
  padding-left: 5px;
  
  &.selected {
    background-color: #f15c2f;
    color: white;
  }
}