/* 用户协议页面专属样式 */

.agreement-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0A192F;
}

.agreement-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #0A192F;
}

.agreement-content p {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: #374151;
}

.agreement-content ul {
    margin-left: 1.5rem;
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

.agreement-content li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    color: #374151;
}
