/* Стили для страницы политики конфиденциальности */

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

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

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

.privacy-section h2 {
    color: #3498db;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.privacy-section ul {
    margin: 15px 0;
    padding-left: 20px;
}

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

.privacy-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #3498db;
    color: #6c757d;
}

@media (max-width: 768px) {
    .privacy-content {
        padding: 0 15px;
    }
    
    .privacy-section h2 {
        font-size: 1.2em;
    }
}
