/* Right sidebar TOC */
.widget-toc {
    font-size: 14px;
    line-height: 1.8;
    max-height: 70vh;
    overflow-y: auto;
}

.widget-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget-toc ul ul {
    padding-left: 1em;
}

.widget-toc li {
    margin: 4px 0;
}

.widget-toc a {
    color: #555;
    text-decoration: none;
}

.widget-toc a:hover {
    color: #c05b4d;
}
