.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.category-list a:hover {
  color: #007bff;
}

.category-count {
  color: #6c757d;
  font-size: 0.875rem;
}
