/* TechVai Affiliates — minimal fallback styling.
   The TechVai theme's own utility classes (bg-surface-container, text-secondary,
   etc.) style this content when that theme is active. These rules are a plain
   safety net so the dashboard/registration form stay usable under any theme. */

.tva-status { padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }
.tva-status-pending { background: #fef3c7; color: #92400e; }
.tva-status-approved { background: #d1fae5; color: #065f46; }
.tva-status-rejected, .tva-status-suspended { background: #fee2e2; color: #991b1b; }
.tva-fraud-flag { background: #fee2e2; color: #991b1b; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
