/* Style the toggle icon */
.toggle-icon {
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}

/* Optionally, hide sections by default */
.wpf_item .wpf_hierachy, .wpf_autocomplete {
    display: none;
}

.wpf_items_wrapper{
    margin-top:50px!important;
}

/* Optionally, add some transition effect for smooth collapse/expand */
.wpf_item .wpf_hierachy {
    transition: all 0.3s ease;
}

@media only screen and (max-width: 768px){
.wpf_item{
    padding:0!important;
    margin:0!important;
}
.wpf_item .wpf_item_name{ margin:0.4em 0!important;}
.wpf_hierachy, .wpf_autocomplete{margin: 20px 0!important;}


    
}



