.legal-content { max-width: 820px; }
.legal-updated { color: #999; font-size: 14px; margin-bottom: 30px; }

.legal-content h2 { font-size: 26px; color: #333; margin: 40px 0 16px; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { font-size: 19px; color: #333; margin: 26px 0 10px; }
.legal-content p  { font-size: 16px; line-height: 1.8; color: #666; margin-bottom: 16px; }
.legal-content ul,
.legal-content ol {
    margin: 0 0 16px 22px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: #4CAF50; text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: #333; }

.legal-content table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.legal-content table th,
.legal-content table td {
    text-align: left;
    padding: 10px 16px 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #666;
}
.legal-content table th { color: #333; font-weight: 600; }
