.legal_page_wrapper
    ul
        li
            margin-bottom: 1rem
            position: relative
            &::marker
                font-size: 1.3rem

    .legal_toc_sidebar
        position: sticky
        top: 100px
        background-color: #F4F3FF
        padding: 1.5rem
        border-radius: 8px
        width: 95%
        ul
            list-style-type: none
            padding-left: 0
            li
                margin-bottom: 1rem
        .legal_toc
            color: #888888
            text-decoration: none
            pointer: relative
            &::before
                content: ''
                position: absolute
                left: 0
                top: 24px
                height: 2px
                background-color: #F4F3FF
                width: 80px
            &.active
                color: #000
                font-weight: 600
                &::before
                    background-color: #92278F      
    h4
        color: #000
        font-weight: 600
        &.toc-heading
            color: #92278F
