.simple-toc {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin: 40px;
    box-sizing: border-box;
}

.toc-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
}

.toc-list {
    margin: 0;
    padding: 0;
}

.toc-list:first-child {
    margin-top: 0;
}

.toc-list li {
    margin: 8px 0;
    list-style: none;
    padding-left: 0;
}

/* Fix indentation for different heading levels */
.toc-list .toc-h1,
li.toc-h1 {
    margin-left: 0;
}

.toc-list .toc-h2,
li.toc-h2 {
    margin-left: 20px;
}

.toc-list .toc-h3,
li.toc-h3 {
    margin-left: 40px;
}

.toc-list .toc-h4,
li.toc-h4 {
    margin-left: 60px;
}

/* Fix link styling to match theme */
.toc-list a:where(:not(.wp-element-button)),
.simple-toc a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--secondary);
    text-decoration: underline;
}

.toc-list a:where(:not(.wp-element-button)):hover,
.simple-toc a:where(:not(.wp-element-button)):hover {
    text-decoration: none;
}