.legal-page {
    min-height: 100vh;
    background: #ffffff;
    color: #333;
}

.legal-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 20px 40px;
    box-sizing: border-box;
}

.legal-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.legal-meta {
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height: 1.8;
}

.legal-section {
    margin-top: 24px;
}

.legal-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.legal-subsection-title {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin: 16px 0 8px;
}

.legal-section-content {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 10px;
}

.legal-links {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    text-align: center;
}

.legal-links a {
    color: #c0392b;
    text-decoration: none;
}

.legal-links a + a {
    margin-left: 16px;
}
