72% of retail CFD accounts lose money

/* Theme Name: Foxiz Child Template: foxiz Version: 1.0.0 */ /* Paste the custom CSS style.css code here */ .tc-author-verifier-wrap { display: flex; flex-wrap: wrap; gap: 30px; margin: 20px 0; align-items: center; } .tc-av-card { display: flex; align-items: center; gap: 12px; background: transparent; padding: 0; min-width: 250px; } .tc-av-avatar { flex-shrink: 0; } .tc-av-avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; display: block; } .tc-av-info { display: flex; flex-direction: column; } .tc-av-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #888; margin-bottom: 2px; line-height: 1; } .tc-av-name { font-size: 16px; font-weight: 700; color: #111; text-decoration: none; line-height: 1.2; transition: color 0.2s ease; } .tc-av-name:hover { color: #f7a224; } .tc-av-tagline { font-size: 12px; color: #666; margin-top: 2px; line-height: 1.2; } [data-theme='dark'] .tc-av-name { color: #eee; } [data-theme='dark'] .tc-av-tagline { color: #aaa; } @media (max-width: 768px) { .tc-author-verifier-wrap { gap: 15px; flex-direction: column; align-items: flex-start; } }