.legal-nav-wrapper-1c143124 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    --ln-primary: #cca45c;
    font-family: sans-serif;
}

.legal-nav-sidebar-1c143124 {
    flex: 0 0 250px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.ln-sidebar-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--ln-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ln-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ln-menu-item {
    border-bottom: 1px solid #eaeaea;
}

.ln-menu-item a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.ln-menu-item.active a,
.ln-menu-item a:hover {
    color: #000;
}

.ln-num {
    color: var(--ln-primary);
    margin-right: 15px;
    font-weight: 500;
}

.legal-nav-content-1c143124 {
    flex: 1;
    min-width: 300px;
}

.ln-section {
    margin-bottom: 60px;
    padding-top: 40px; /* Offset for scroll */
}

.ln-section-title {
    font-size: 32px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.ln-section-num {
    color: var(--ln-primary);
    font-size: 42px;
    font-weight: 700;
    margin-right: 15px;
    opacity: 0.8;
}

.ln-section-body {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .legal-nav-sidebar-1c143124 {
        position: relative;
        top: 0;
        flex: 1 1 100%;
        margin-bottom: 40px;
    }
}
