.tc-widget   { font-family: inherit; max-width: 100%; }
.tc-count    { font-size: .95em; color: #555; margin-bottom: 12px; }
.tc-list     { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ddd; }
.tc-item     { display: flex; align-items: center; padding: 12px 8px; border-bottom: 1px solid #ddd; gap: 12px; }
.tc-logo     { width: 80px; flex-shrink: 0; }
.tc-logo img { max-width: 100%; height: auto; display: block; }
.tc-title    { flex: 1; }
.tc-title a  { color: #2a7fc1; text-decoration: none; font-size: 1em; }
.tc-title a:hover { text-decoration: underline; }
.tc-apply    { flex-shrink: 0; }
.tc-apply a  { color: #2a7fc1; text-decoration: none; font-size: .95em; white-space: nowrap; }
.tc-apply a:hover { text-decoration: underline; }
.tc-empty    { color: #777; font-size: .95em; padding: 12px 0; }
.tc-error    { color: #c0392b; font-size: .9em; padding: 8px 0; }
