.category-tree {
    list-style: none;
    padding-left: 0;
}
.category-tree .toggle-arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
  justify-content: space-between;
}
.category-tree .toggle-arrow-icon {
    display: inline-flex;
    align-items: center;
}
.category-tree .children {
    padding-left: 20px;
}
.category-tree a ,
.category-tree .parent-category {
	font-size:14px !important;
}
.category-tree li {
	margin-bottom: 3px !important;
    margin-top: 5px !important;
    line-height: 1em !important;
}