.woo-categories-wrapper-ecf19cdc {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.woo-categories-title-ecf19cdc {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}
.woo-categories-list-ecf19cdc {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woo-categories-list-ecf19cdc li {
    margin-bottom: 10px;
}
.woo-categories-list-ecf19cdc li:last-child {
    margin-bottom: 0;
}
.woo-categories-list-ecf19cdc a {
    text-decoration: none;
    color: #555;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    padding: 5px 0;
}
.woo-categories-list-ecf19cdc a:hover {
    color: #000;
    padding-left: 5px;
}
.woo-cat-count-ecf19cdc {
    font-size: 0.9em;
    color: #999;
}
