.tp-body-lg { font-size: 18px; line-height: 1.8; color: var(--tp-text-secondary); margin-bottom: 16px; }
.tp-body { font-size: 16px; line-height: 1.7; color: var(--tp-text-secondary); margin-bottom: 14px; }
.tp-body-sm { font-size: 14px; line-height: 1.6; color: var(--tp-text-muted); }
.tp-flex { display: flex; align-items: center; }
.tp-gap-sm { gap: 8px; }
