﻿
.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.privacy-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #1b6ec2;
    padding-bottom: 20px;
}

    .privacy-header h1 {
        font-size: 28px;
        color: #1b6ec2;
        margin-bottom: 10px;
        font-weight: 600;
    }

.last-updated {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.privacy-content section {
    margin-bottom: 30px;
}

.privacy-content h2 {
    font-size: 18px;
    color: #1b6ec2;
    margin-bottom: 12px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

.privacy-content h3 {
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.privacy-content p {
    margin-bottom: 12px;
    font-size: 14px;
}

.privacy-content ul {
    margin-left: 20px;
    margin-bottom: 16px;
}

.privacy-content li {
    margin-bottom: 8px;
    font-size: 14px;
}

.privacy-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 13px;
}

.company-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.copyright-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.app-rights {
    font-size: 13px;
    color: #666;
}


