.srj-sidebar {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 25px;
  position: sticky;
  top: 120px;
}

.srj-parent-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.srj-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.srj-category-list li {
  margin-bottom: 10px;
}

.srj-category-list li a {
  display: flex;

  justify-content: space-between;

  align-items: center;

  text-decoration: none;

  color: #333;

  padding: 14px 18px;

  border-radius: 8px;

  transition: 0.3s;

  border-left: 3px solid transparent;
}

.srj-category-list li a:hover {
  background: #faf7f1;

  color: #b8860b;
}

.srj-category-list li.active a {
  background: #b8860b;

  color: #fff;

  border-left: 3px solid #222;
}

.srj-count {
  font-size: 13px;

  opacity: 0.7;
}
