.terms-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

.terms-section {
    margin-bottom: 2rem;
}

.terms-section h3 {
    color: #7c3aed;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.terms-section h4 {
    color: #495057;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.terms-list {
    padding-left: 1.5rem;
}

.terms-list li {
    margin-bottom: 0.8rem;
}

.highlight {
    background-color: #f8f9fa;
    padding: 1rem;
    border-left: 4px solid #7c3aed;
    margin: 1rem 0;
}

.definition-list {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.definition-item {
    margin-bottom: 1rem;
}

.definition-term {
    font-weight: 600;
    color: #7c3aed;
}

.last-updated {
    text-align: center;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 2rem;
}