/* General styles */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
} */

/* Container */
.privacy-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header */
.privacy-header {
    text-align: center;
    margin-bottom: 20px;
}

.privacy-header h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #007bff;
}

.privacy-header p {
    color: #777;
    font-size: 0.9rem;
}

/* Content */
.privacy-content h2, .privacy-content h3 {
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-content p {
    margin-bottom: 15px;
    color: #333;
}

.privacy-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-content ul li {
    list-style: disc;
    margin-bottom: 5px;
}
