/* Wrapper 外框 */
.tos-wrapper {
    padding: 20px;
    color: #333;
    line-height: 1.7;
}

.tos-title,
.tos-wrapper h2{
    font-family: Baloo2, var(--backup-family);
}

/* 主标题 */
.tos-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 10px;
}

/* 更新日期 */
.tos-update-date {
    text-align: center;
    color: #888;
    margin-bottom: 40px;
}

/* 每个 Section 的标题 */
.tos-wrapper h2 {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}

/* 段落间距 */
.tos-wrapper p {
    margin-bottom: 18px;
    font-size: 16px;
    color: #444;
}

/* 列表样式 */
.tos-wrapper ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.tos-wrapper li {
    margin-bottom: 10px;
}

/* 链接样式（保持你网站风格） */
.tos-wrapper a {
    color: #f36d21;
    font-weight: 600;
    text-decoration: none;
}

.tos-wrapper a:hover {
    text-decoration: underline;
}
