.terms-section {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.terms-section h1 {
    color: #1a1a1a;
    font-size: 2.5rem;
    margin: 2rem 0 1.5rem 0;
    text-align: center;
    border-bottom: 3px solid #3498db;
    padding-bottom: 1rem;
}

.terms-section h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #eaeaea;
}

.terms-section h4 {
    color: #34495e;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-block {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.sub-content {
    padding-left: 2rem;
}

.policy-list {
    list-style-type: none;
    padding-left: 0;
}

.policy-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.6;
}

.policy-list li:last-child {
    border-bottom: none;
}

.policy-list li strong {
    color: #2c3e50;
    margin-right: 0.5rem;
}

p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

.contact-info {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin: 0;
    width: auto;
}

.contact-info p {
    margin: 0;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

.commitment-section {
    background: #e8f4fc;
    padding: 1rem;
    border-radius: 8px;
    margin: 0;
    width: auto;
}

.commitment-section p {
    margin: 0;
}

@media (max-width: 768px) {
    .terms-section {
        padding: 1rem;
        margin: 1rem;
    }

    .content-block {
        padding-left: 1rem;
    }

    .sub-content {
        padding-left: 1rem;
    }

    .terms-section h1 {
        padding-top: 10px;
    }
}