

.plant-category-children{
    padding-left: 20px;
}

.plant-toggle-children{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.plant-toggle-children svg{
    width: 20px;
    height: 20px;
}

.plant-toggle-children.active{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
