.category-menu-e5f19caf {
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}
.category-menu-e5f19caf .category-menu-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: bold;
}
.category-menu-e5f19caf ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.category-menu-e5f19caf ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.category-menu-e5f19caf ul li:last-child {
    margin-bottom: 0;
}
.category-menu-e5f19caf ul.children {
    padding-left: 15px;
    margin-top: 10px;
    border-left: 2px solid #eaeaea;
}
.category-menu-e5f19caf a {
    text-decoration: none;
    transition: color 0.3s ease;
}
.category-menu-e5f19caf .cat-item {
    color: #777; /* for the counts */
}
