/* legal-styles.css - Clean and professional look for legal pages */

.rgpd-nv-plus-legal-content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    color: #333;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.rgpd-nv-plus-legal-content h2 {
    color: #111;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
}

.rgpd-nv-plus-legal-content h3 {
    color: #444;
    margin-top: 1.5rem;
}

.rgpd-nv-plus-legal-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.rgpd-nv-plus-legal-content li {
    margin-bottom: 0.5rem;
}

.rgpd-nv-plus-disclaimer {
    background: #f9f9f9;
    padding: 1rem;
    border-left: 4px solid #f59e0b;
    margin-top: 2rem;
    font-size: 0.9rem;
}

.rgpd-nv-plus-disclaimer strong {
    color: #d97706;
}
