/* Privacy Policy Styles */
.privacy-policy-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    direction: rtl;
    text-align: right;
}

.privacy-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.privacy-section:last-of-type {
    border-bottom: none;
}

.privacy-section h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.privacy-section p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.privacy-section ul {
    padding-right: 20px;
    margin-bottom: 15px;
}

.privacy-section li {
    margin-bottom: 8px;
    color: #555;
}

.privacy-policy-content h1 {
    color: #2c3e50;
    font-weight: 700;
}

.privacy-policy-content strong {
    color: #333;
    font-weight: 600;
}

@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 20px;
        margin: 20px 10px;
    }
}
