.legal-section {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(15, 76, 92, .08);
}

.legal-section:last-of-type {
    border-bottom: none;
}

.legal-h {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--color-brand-dark);
    margin-bottom: .75rem;
}

.legal-p {
    color: #475569;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: .95rem;
}

.legal-p:last-child {
    margin-bottom: 0;
}

.legal-li {
    color: #475569;
    font-weight: 300;
    line-height: 1.8;
    font-size: .95rem;
    margin-bottom: .35rem;
}

.toc-link {
    display: block;
    padding: .35rem 0;
    color: var(--color-brand);
    text-decoration: none;
    font-size: .875rem;
    border-bottom: 1px solid rgba(15, 76, 92, .08);
    transition: padding-left .2s;
}

.toc-link:hover {
    padding-left: .5rem;
    color: var(--color-brand-light);
}