﻿.privacy-policy {
    margin-top: 15px;
}

/* 开头说明 */
.privacy-intro {
    font-size: 1em;
    color: #444;
    line-height: 1.6em;
    margin-bottom: 25px; /* 与第一个标题间距 */
}

/* 每条小标题 */
.privacy-title {   
    color: #222; /* 深灰色突出标题 */
    margin-top: 25px;
    margin-bottom: 10px;
}

/* 标题下的正文内容 */
.privacy-content {
    font-weight: normal;  
    color: #555;
    line-height: 1.6em;
    margin-bottom: 15px;
}

    /* 可选：段落首行缩进 */
    .privacy-content p {
        text-indent: 1.2em;
        margin: 0 0 10px 0;
    }
