ul.custom-toc {
    list-style: none; 
}
.custom-toc ul {
    display: none;
    list-style: none;
    padding-left: 10px;
}

.custom-toc li {
    margin-bottom: 5px;
}

.custom-toc ul.expanded {
    display: block;
}

.custom-toc .expanded > a::after {
    /*content: " \25bc";*/ /* стрелка вниз */
}

.custom-toc a::after {
    /*content: " \25b6";*/ /* стрелка вправо */
    /*margin-left: 5px;*/
}

.custom-toc a {
    text-decoration: none;
}
