/* TopStats - avatar + nick + data */
.topstats-widget .ts-list { margin: 0; padding: 0; list-style: none; }
.topstats-widget .ts-item { display: flex; align-items: center; padding: 8px 6px; border-bottom: 2px solid #2ecc71; }
.topstats-widget .ts-item:last-child { border-bottom: none; }

.topstats-widget .ts-left { flex: 0 0 40px; display:flex; align-items:center; justify-content:center; padding-right:8px; }
.topstats-widget .ts-left .ts-avatar { width:36px; height:36px; border-radius:3px; object-fit:cover; display:block; }

.topstats-widget .ts-right { flex: 1 1 auto; min-width:0; } /* min-width:0 ważne dla ellipsis */
.topstats-widget .ts-subject { font-size:13px; line-height:1.1; margin-bottom:4px; text-align:center; }
.topstats-widget .ts-subject a { color: #cfe6ff; text-decoration: none; display:block; width:100%; }
.topstats-widget .ts-meta { font-size:11px; color:#bfcbd6; text-align:center; }
.topstats-widget .ts-date { color: #bfcbd6; font-weight:400; margin-left:6px; }

@media (max-width:480px) {
  .topstats-widget .ts-item { padding:6px 4px; }
  .topstats-widget .ts-left { flex-basis:32px; }
  .topstats-widget .ts-left .ts-avatar { width:28px; height:28px; }
  .topstats-widget .ts-subject { font-size:12px; }
}




.topstats-widget .ts-username.group_4  { color: #ff0000 !important; } /* Admin */
.topstats-widget .ts-username.group_6  { color: #66ccff !important; } /* Moderator */
.topstats-widget .ts-username.group_2  { color: #cfe6ff !important; } /* Member / Registered */
.topstats-widget .ts-username.group_7  { color: #8cff00 !important; } /* VIP */
.topstats-widget .ts-username.group_3  { color: #ff8c8c !important; } /* Inna grupa */
.topstats-widget .ts-username.group_8  { color: #c18cff !important; } /* Inna grupa */
.topstats-widget .ts-username.group_0  { color: #bfcbd6 !important; } /* fallback */
