
.product-categories li {
    list-style: none;
    margin: 5px 0;
}

.product-categories .toggle-btn {
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
}

.product-categories ul {
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}
