﻿/* Privacy policy custom styles extracted from jinao Blade template */

.theme-privacy-page {
            background: #f9f9f9;
            padding: 56px 0 72px;
        }
        .theme-privacy-card {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            color: #333;
            line-height: 1.8;
        }
        .theme-privacy-card h1 {
            color: #2c3e50;
            border-bottom: 2px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 22px;
            font-size: 34px;
            line-height: 1.2;
        }
        .theme-privacy-card h2 {
            color: #2980b9;
            margin: 28px 0 12px;
            font-size: 22px;
            line-height: 1.3;
        }
        .theme-privacy-card p {
            margin-bottom: 15px;
            font-size: 15px;
        }
        .theme-privacy-card ul {
            margin: 0 0 16px 22px;
            padding: 0;
        }
        .theme-privacy-card li {
            margin-bottom: 10px;
            font-size: 15px;
        }
        .theme-privacy-footer {
            margin-top: 40px;
            font-size: 13px;
            color: #7f8c8d;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }
        @media (max-width: 767px) {
            .theme-privacy-page {
                padding: 34px 0 44px;
            }
            .theme-privacy-card {
                padding: 26px 20px;
                border-radius: 0;
            }
            .theme-privacy-card h1 {
                font-size: 28px;
            }
            .theme-privacy-card h2 {
                font-size: 20px;
            }
        }
