.playlist--list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 0.95;
  color: #565D64;
}
.playlist--list li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  cursor: pointer;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #dbe3e8;
  border-top: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.playlist--list li:first-child {
  border-top: 1px solid #dbe3e8;
}
.playlist--list li:hover {
  background-color: #3498db;
  color: #ffffff;
}
.playlist--list li.active {
  background-color: #CCDADE;
  color: #565D64;
}