/* GDPR Compliance Specific Styles */
.gdpr-content {
    padding: 120px 0 80px;
    background: white;
}

.gdpr-content h1 {
    color: #333;
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.gdpr-content h2 {
    color: #667eea;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.gdpr-content h3 {
    color: #333;
    margin: 1.5rem 0 0.5rem;
    font-size: 1.2rem;
}

.gdpr-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #666;
}

.gdpr-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.gdpr-content li {
    margin-bottom: 0.5rem;
    color: #666;
}

.gdpr-content .last-updated {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #667eea;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #764ba2;
}

.gdpr-content .highlight {
    background: #e8f5e8;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    border-left: 4px solid #4caf50;
}

.gdpr-content .warning {
    background: #fff3cd;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    border-left: 4px solid #ffc107;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.right-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.right-card h4 {
    color: #667eea;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.right-card p {
    margin-bottom: 0;
    font-size: 0.9rem;
} 