/* ======================
== toc ================= */

.toc-h2 {
    margin-top: 80px;
}

.toc-h2 a {
    color: #5C7D76;
    padding: 1em 0;
}

.toc-h2 > li {
    border-top: 1px dotted #5C7D76;
}

.toc-h2 > li:last-child {
    border-bottom: 1px dotted #5C7D76
}

.toc-h2 > li > a {
    display: block;
    position: relative;
    padding: 1.5em 1em;
}

.toc-h2 svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #5C7D76;
    stroke-width: 10;
    opacity: 0.8;
}

.toc-h2 > li.toc-sub::after {
    top: 1em;
}

.toc-h2 > li > a:hover {
    background: rgba(233, 244, 235,0.3);
    background-color: #FFFFF0;
    font-weight: bold;
}

@media (min-width: 768px){
    .toc {
        max-width: 800px;
        margin: 4em auto;
    }

    .toc-h2 {
        padding: 0 1.5em;
    }
}