.legal-page .container {
    max-width: 1180px;
}
.legal-page .content-copy h5[id] {
    scroll-margin-top: 110px;
}

.legal-page-toc-wrap {
    margin-top: 24px;
}

.legal-page-toc {
    position: sticky;
    top: 110px;
    background: #f7fbff;
    border: 1px solid #d9e8f2;
    border-radius: 12px;
    padding: 22px 22px 18px;
}

.legal-page-toc-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #225374;
    margin-bottom: 14px;
}

.legal-page-toc ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.legal-page-toc li {
    margin-bottom: 8px;
}

.legal-page-toc a {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.legal-page-toc a:hover {
    color: #0098ff;
}

@media (max-width: 991px) {
    .legal-page-toc {
        position: static;
        margin-top: 12px;
    }
}
