.legal-page {
    background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.legal-shell {
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.legal-content {
    line-height: 1.8;
    font-size: 0.96rem;
    color: #334155;
}

.legal-content h2 {
    color: #162032;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    font-size: 1.125rem;
    font-weight: 700;
}

.legal-content h2:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.legal-content h3 {
    color: #334155;
    font-size: 1rem;
    font-weight: 700;
}

.legal-content ul {
    padding-left: 1.3rem;
}

.legal-content a {
    color: #b8860b;
    text-decoration: none;
}

.legal-content a:hover,
.legal-content a:focus {
    text-decoration: underline;
}
