
.bje-toc-container {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bje-toc-title {
    font-size: 1.2rem;
}

.bje-toc-container .list-group-item {
    border: none;
    padding: 0;
    font-size: 1rem;
}

.bje-toc-link {
    color: #007bff;
    text-decoration: none;
}

.bje-toc-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.bje-toc-container .list-group-item {
    background-color: transparent;
    padding-left: 0;
}

.bje-toc-container .list-group-item a::before {
    content: '\2022';
    font-size: 20px;
    color: #007bff;
    margin-right: 0.5rem;
}