.category-list {
  list-style: none;
  padding-left: 10px;
}
.category-list li {
  margin: 3px 0;
}
.category-list a {
  color: #333;
  text-decoration: none;
}
.category-list a:hover {
  color: #e91e63;
}


.category-list li.active-category > a,
.single-category.active-category > strong > a {
  color: #19191b;
  font-weight: bold;
}