.toc-container {
    border-radius: 16px;
    border: 1px solid #E8E8EA;
}
#toc-h {
    color: #111223;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    background: #E6F1F8;
    padding: 16px;
    justify-content: center;
    border-radius: 16px 16px 0 0;
}
.toc-item {
    padding: 8px 16px;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    border-bottom: 1px solid #E8E8EA;
}
.toc-item a {
    color: #40414F;
}
.toc-item:last-of-type {
    border-bottom: 0;
}
