
    .cozylil-privacy-policy {
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #444;
        line-height: 1.8;
    }
    .pp-header {
        text-align: center;
        margin-bottom: 50px;
        border-bottom: 2px solid #fecb2e;
        padding-bottom: 20px;
    }
    .pp-header h1 {
        font-size: 32px;
        color: #000;
        margin-bottom: 10px;
    }
    .pp-section {
        margin-bottom: 35px;
    }
    .pp-section h2 {
        font-size: 22px;
        color: #000;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .pp-section h2::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 20px;
        background: #fecb2e;
        margin-right: 12px;
        border-radius: 2px;
    }
    .pp-section p, .pp-section ul {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .pp-section ul li {
        margin-bottom: 8px;
    }
    /* 跳转按钮样式 */
    .cookie-link-box {
        background: #f9f9f9;
        border: 1px solid #eee;
        padding: 25px;
        border-radius: 12px;
        text-align: center;
        margin: 40px 0;
    }
    .cookie-btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #000;
        color: #fff !important;
        text-decoration: none !important;
        border-radius: 50px;
        font-weight: bold;
        transition: all 0.3s ease;
        margin-top: 15px;
    }
    .cookie-btn:hover {
        background-color: #fecb2e;
        color: #000 !important;
        transform: translateY(-2px);
    }
    .contact-box {
        border: 1px dashed #ccc;
        padding: 20px;
        border-radius: 8px;
        background-color: #fff;
    }
    @media (max-width: 600px) {
        .pp-header h1 { font-size: 26px; }
        .pp-section h2 { font-size: 19px; }
    }
