/* Legal Pages Styles (Privacy Policy & Terms of Service) */

.legal-section {
    padding: 20px 0;
    background: #fff;
}

.legal-content {
    max-width: 900px;
    margin: 40px auto;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.legal-content ol {
    margin: 15px 0;
    padding-left: 20px;
}

.legal-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.legal-content table th,
.legal-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.legal-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.effective-date {
    font-size: 14px;
    color: #888;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}