.custom-toc {
    background-color: #31253F; /* Hafif gri, siteyle uyumlu arka plan */
    border: 1px solid #ffffff; /* Yumuşak gri kenarlık */
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.toc-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6; /* Uyumlu alt çizgi */
    padding-bottom: 5px;
    color: #ffffff; /* Koyu metin rengi */
}
.toc-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.toc-list li {
    margin-bottom: 5px;
}
.toc-list a {
    text-decoration: none;
    color: #ffffff; /* Mavi link rengi, tavsiye sitelerine uygun */
}
.toc-list a:hover {
    text-decoration: underline;
    color: #0056b3; /* Hover'da koyu mavi */
}
.toc-sublist {
    list-style-type: none;
    padding-left: 20px;
    margin: 5px 0;
}

/* Opsiyonel: Smooth scroll için */
html {
    scroll-behavior: smooth;
}