.legal-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
}

.legal-header-small {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.legal-title {
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.legal-meta {
    font-size: 14px;
    margin-bottom: 30px;
}

.legal-meta a {
    color: #ff4d4d; /* Das Rot aus dem Screenshot */
    text-decoration: none;
}

.legal-meta a:hover {
    text-decoration: underline;
}

.legal-section-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content p {
    margin-bottom: 15px;
}

.legal-definition {
    margin-bottom: 20px;
}

.legal-definition strong {
    font-weight: 600;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}