.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; }
.legal-content h4 { font-size: 16px; color: #444; font-weight: 600; margin: 20px 0 8px; }
.legal-content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .92em;
    background: #f4f6f4;
    border-radius: 4px;
    padding: 1px 5px;
}
/* A süti-táblázat 3 hasábos – keskeny kijelzőn görgethető legyen, hogy ne
   feszítse szét az oldalt (a body sosem görgethet vízszintesen). */
@media (max-width: 640px) {
    .legal-content table { display: block; overflow-x: auto; white-space: nowrap; }
    .legal-content table td, .legal-content table th { white-space: normal; min-width: 140px; }
}
