#table-of-contents {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ddd; /* Màu viền từ tùy chọn */
    background-color: #f9f9f9; /* Màu nền từ tùy chọn */
}

#table-of-contents h2 {
    margin: 0 0 10px 0;
    color: #000; /* Màu chữ từ tùy chọn */
}

#table-of-contents ul {
    list-style-type: none;
    padding: 0;
}

#table-of-contents ul li {
    margin: 5px 0;
}

#table-of-contents ul li a {
    text-decoration: none;
    color: #000; /* Màu link từ tùy chọn */
}

#table-of-contents ul li.h2-item {
    font-weight: bold;
}

#table-of-contents ul li.h3-item {
    margin-left: 20px;
}

#table-of-contents ul li.h4-item {
    margin-left: 40px;
}
