.toc {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 3rem;
}

.toc h2 {
    color: #e94560;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.toc-section {
    margin-bottom: 1.5rem;
}

.toc-section > a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #e94560;
    display: block;
    margin-bottom: 0.5rem;
}

.toc-questions {
    margin-left: 1.5rem;
    list-style: disc;
}

.toc-questions li {
    margin-bottom: 0.5rem;
    color: #fff; /* This ensures bullets are visible */
}

.toc-questions a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.8;
}

.toc-questions a:hover {
    color: #e94560;
}