.fpl-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:12px;box-sizing:border-box;width:100%}.fpl-player-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.fpl-list-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#37003c;flex-shrink:0;border:1px solid #cbd5e0}.fpl-list-avatar img{width:100%;height:100%;object-fit:cover}.fpl-player-details{display:flex;flex-direction:column;min-width:0}.fpl-player-meta{font-size:11px;color:#718096;margin-top:2px}.fpl-tag-badge{display:inline-block;font-size:9px;font-weight:800;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:#e2e8f0;color:#37003c;margin-bottom:2px;width:fit-content}.fpl-tag-badge.top-pick{background:#00ff87;color:#37003c}.fpl-stat-block{display:flex;flex-direction:column;text-align:center}.fpl-stat-label{font-size:9px;color:#a0aec0;text-transform:uppercase}.fpl-stat-val{font-size:12px;font-weight:700;color:#2d3748}.fpl-score-block{background:#37003c;color:#00ff87;padding:5px 8px;border-radius:6px;text-align:center;min-width:52px;flex-shrink:0}.fpl-score-val{font-size:13px;font-weight:800;line-height:1}.fpl-score-lbl{font-size:8px;text-transform:uppercase;color:#fff;margin-top:2px;display:block}@media (max-width:480px){.fpl-list-item{flex-wrap:wrap;padding:10px;gap:8px}.fpl-player-info{width:100%}.fpl-stat-block{text-align:left}}