.agreement_wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.agreement_inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px;
}
.agreement_header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}
.agreement_header h1 {
    color: #333;
    margin-bottom: 10px;
}
.agreement_header a {
    color: #007bff;
    text-decoration: none;
}
.agreement_last_update {
    color: #666;
    font-size: 14px;
}
.agreement_content {
    color: #444;
}
.agreement_section {
    margin-bottom: 25px;
}
.agreement_section h2 {
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.agreement_section p {
    margin-bottom: 10px;
}
.agreement_section ul {
    margin-left: 20px;
    margin-bottom: 10px;
}
.agreement_section li {
    margin-bottom: 5px;
}
