article .toc::before,
article .toc::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #333;
    margin: 10px 0;
}


article .toc {
    padding-top: 20px; 
    overflow: auto;
}
