/* Terms Page Styles */
.terms-page {
    padding: 80px 0 60px 0;
    background: white;
}

.terms-page .section-title {
    margin-bottom: 3rem;
}

.terms-content {
    max-width: 800px;
    margin: 0 auto;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    margin-bottom: 20px;
}

.terms-section h3 {
    margin: 20px 0 10px 0;
}

.terms-section p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.terms-section ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

.terms-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Small body text for terms content */
.terms-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}