.ml-sections-list-min {margin:0px 0 3px 0;display:block;overflow:hidden;
    border-top: 1px solid #F9F9F9;
    padding:0;
    padding-top:10px;
}
.ml-sections-list-min .name {display:inline-block;font-size:14px;line-height:19px;float:left;}
.ml-sections-list-min .name a {border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 20px;
    display:inline-block;text-decoration:none;color: #1A1A18;padding:8px 16px;
    margin:3px 6px 3px 0px;
}
.ml-sections-list-min .name a:hover {color: #FCBF23;border: 1px solid #FCBF23;}
.ml-sections-list-min .name a.active {color: #FCBF23;border: 1px solid #FCBF23;}
.ml-sections-list-min .name a i {color: #818181;font-style: normal;margin-left:5px;}

.ml-sections-list-min-desctop {
    max-height: 98px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom:10px;
}
.show-hide-toggler {height: auto;max-height:100%;}
.ml-sections-list-min-desctop-wrap {width:100%;display:block;white-space: nowrap;}
@media (max-width: 767px) {
    .ml-sections-list-min-desctop-wrap {padding-bottom:5px;}
    .ml-sections-list-min-desctop {overflow-y: scroll;}
    .ml-sections-list-min .name {float:none;}
}

.ml-sections-list-min-b-more a {text-decoration: none;}
.ml-sections-list-min-b-more {display:none;}