/* ========================================== */
/* FILE: /css/terms_and_conditions.css        */
/* ========================================== */
.tc-content {
    max-width: 800px;
    margin: 2rem auto;
    line-height: 1.6;
    color: var(--text-muted);
}
.tc-content section {
    margin-bottom: 2rem;
}
.tc-content h3 {
    color: var(--text-main);
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.5rem;
}
.tc-content ul {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}
.tc-content li {
    margin-bottom: 0.5rem;
}