.lpv-categories-wrapper {
    /*font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;*/
}

.lpv-category-tree {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.lpv-category-tree li {
    margin: 0.25em 0;
}

/*
.lpv-cat-toggle {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    user-select: none;
    transform-origin: 50% 50%;
}
*/

.lpv-cat-toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #777;
}
.lpv-cat-toggle:hover::before {
    border-left-color: #000;
}

.lpv-cat-children {
    margin-left: 1em;
    border-left: 1px dashed #ccc;
    padding-left: 0.8em;
}


.lpv-category-tree ul {
  margin-left: 15px;
}

.lpv-category-tree li.open > .lpv-cat-children {
  display: block !important;
}

.lpv-category-tree li.active > a {
  font-weight: bold;
  color: #000;
}

/*
.lpv-category-tree li.open > .lpv-cat-toggle {
  transform: rotate(90deg);
}
*/
