/* Table of Contents CSS */
.wpbakery-toc-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.wpbakery-toc h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.wpbakery-toc {
    list-style-type: none;
    padding-left: 0;
}

.wpbakery-toc li {
    margin-bottom: 5px;
}

.wpbakery-toc li a {
    text-decoration: none;
    color: #0073aa;
}

.wpbakery-toc li a:hover {
    text-decoration: underline;
}
