.terms-body { 
    display: flex; 
    flex-direction: column; 
    gap: 0; 
}

.terms-section {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f5fb;
}

.terms-section:last-of-type { 
    border-bottom: none; 
}

.terms-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #edf4ff;
    border: 1px solid #dbe4f0;
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.terms-section h6 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.terms-section p, .terms-section li {
    font-size: 0.85rem;
    color: #5c6d80;
    line-height: 1.7;
    margin-bottom: 6px;
}

.terms-section ul {
    padding-left: 18px;
    margin-bottom: 8px;
}

.terms-section li { 
    margin-bottom: 4px; 
}

.terms-section a { 
    color: #0d6efd; 
    text-decoration: none; 
}

.terms-section a:hover { 
    text-decoration: underline; 
}

/* Optional: if you use the .terms-caps class in either file */
.terms-caps {
    font-size: 0.82rem !important;
    background: #f8fbff;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: 12px 14px !important;
    color: #374151 !important;
}

.terms-footer {
    margin-top: 20px;
    padding: 14px 18px;
    background: #edf4ff;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    font-size: 0.83rem;
    font-weight: 500;
    color: #0d6efd;
}

/* Privacy Policy*/
.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e7edf5;
    border-radius: 12px;
    background: #f8fbff;
}

.privacy-check a {
    font-weight: 600;
    text-decoration: none;
}

.privacy-check a:hover {
    text-decoration: underline;
}