.category-list-b9ee23be {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list-b9ee23be li {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-list-b9ee23be li a {
    text-decoration: none;
    transition: color 0.3s ease;
}
.category-list-b9ee23be li a:hover {
    text-decoration: underline;
}
.category-list-b9ee23be .cat-count {
    opacity: 0.7;
    font-size: 0.9em;
}
