.content-table {
    max-width: 416px;
    z-index: 5 !important;
}

.content-table {
    background-color: #ffffff;
}

.content-table h4.toc-title {
    overflow: hidden;
    color: var(--Rebrand-Charcoal, #2D3032);
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content-table p.toc-item {
    font-size: 18px !important;
}

.content-table p.toc-item.active {
    background-color: #E6F5FE !important;
}

.content-table a.toc-link {
    color: var(--Rebrand-Steel-Blue, #0F69A0) !important;
    font-feature-settings: 'liga' off;
    font-family: "Source Sans 3" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

@media only screen and (max-width: 991px) {
    .single-post .content-table {
        position: static !important;
    }
}

.wp-block-group__inner-container {
    /*position: relative;*/
}