.footballLeagueTableList{display:flex;flex-direction:column;width:100%;background:var(--background-light);border-radius:8px;overflow:hidden}.footballLeagueTableList .tableHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:12px}.footballLeagueTableList .tableHeader .tableTabs{display:flex;align-items:center;gap:0;background:var(--color-light);border-radius:6px;padding:4px}.footballLeagueTableList .tableHeader .tableTabs .tabBtn{padding:8px 20px;border:none;background:rgba(0,0,0,0);color:var(--color-dark);font-size:14px;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s ease}.footballLeagueTableList .tableHeader .tableTabs .tabBtn:hover{background:rgba(227,6,19,.1)}.footballLeagueTableList .tableHeader .tableTabs .tabBtn.active{background:#e30613;color:#fff}.footballLeagueTableList .tableHeader .tableDropdowns{display:flex;align-items:center;gap:12px}.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper{position:relative;display:flex;align-items:center}.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 36px 10px 16px;border:1px solid var(--border-color);border-radius:6px;background:var(--background-light);color:var(--color-dark);font-size:14px;font-weight:500;cursor:pointer;min-width:160px;outline:none;transition:border-color .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown:focus,.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown:hover{border-color:#e30613}.footballLeagueTableList .tableContent{width:100%;overflow-x:auto}.footballLeagueTableList .tableContent .loading{padding:40px;text-align:center;color:var(--text-color-secondary);font-size:14px}.footballLeagueTableList .tableContent table{width:100%;border-collapse:collapse}.footballLeagueTableList .tableContent table thead tr{background:#e30613}.footballLeagueTableList .tableContent table thead tr th{color:#fff;font-size:14px;font-weight:600;text-align:center;padding:12px 8px;white-space:nowrap}.footballLeagueTableList .tableContent table thead tr th:first-child{width:40px;text-align:center}.footballLeagueTableList .tableContent table thead tr th:nth-child(2){text-align:left;padding-left:16px}.footballLeagueTableList .tableContent table thead tr th:nth-child(3){text-align:center;min-width:100px}.footballLeagueTableList .tableContent table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.footballLeagueTableList .tableContent table tbody tr:last-child{border-bottom:none}.footballLeagueTableList .tableContent table tbody tr:hover{background:var(--color-light)}.footballLeagueTableList .tableContent table tbody tr td{color:var(--color-dark);font-size:14px;font-weight:400;text-align:center;padding:12px 8px}.footballLeagueTableList .tableContent table tbody tr td.teamCell{text-align:left;padding-left:16px}.footballLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo{display:flex;align-items:center;gap:10px}.footballLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo img{width:24px;height:24px;object-fit:contain}.footballLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges{display:flex;align-items:center;justify-content:center;gap:4px}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.win{border:2px solid #06e351;color:#06e351}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.draw{border:2px solid #f5a623;color:#f5a623}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.lose{border:2px solid #e30613;color:#e30613}.footballLeagueTableList .tableContent table tbody tr td.points{font-weight:700;color:#e30613}.footballLeagueTableList .tableLegend{padding:16px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px 16px;gap:8px 16px;width:60%}@media(max-width:991px){.footballLeagueTableList .tableLegend{width:100%}}.footballLeagueTableList .tableLegend .legendRow{display:contents}.footballLeagueTableList .tableLegend .legendRow .legendItem{font-size:14px;color:var(--text-color-secondary);display:flex;align-items:center}.footballLeagueTableList .tableLegend .legendRow .legendItem strong{color:var(--color-dark);margin-right:4px;width:30px;display:flex}@media screen and (max-width:991px){.footballLeagueTableList .tableHeader{flex-direction:column;align-items:flex-start}.footballLeagueTableList .tableHeader .tableTabs{width:100%;justify-content:center}.footballLeagueTableList .tableHeader .tableTabs .tabBtn{flex:1 1;padding:8px 12px;font-size:13px;text-align:center}.footballLeagueTableList .tableHeader .tableDropdowns{width:100%;justify-content:space-between}.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper{flex:1 1}.footballLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown{width:100%;min-width:auto;font-size:13px;padding:8px 32px 8px 12px}.footballLeagueTableList .tableContent table tbody tr td,.footballLeagueTableList .tableContent table thead tr th{font-size:12px;padding:10px 6px}.footballLeagueTableList .tableContent table tbody tr td:first-child,.footballLeagueTableList .tableContent table thead tr th:first-child{width:30px}.footballLeagueTableList .tableContent table tbody tr td.teamCell,.footballLeagueTableList .tableContent table thead tr th.teamCell{padding-left:8px}.footballLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo,.footballLeagueTableList .tableContent table thead tr th.teamCell .teamInfo{gap:6px}.footballLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo img,.footballLeagueTableList .tableContent table thead tr th.teamCell .teamInfo img{width:20px;height:20px}.footballLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox,.footballLeagueTableList .tableContent table thead tr th.formCell .formBadges .formBox{width:20px;height:20px;font-size:10px}.footballLeagueTableList .tableContent table tbody tr td:nth-child(8),.footballLeagueTableList .tableContent table tbody tr td:nth-child(9),.footballLeagueTableList .tableContent table thead tr th:nth-child(8),.footballLeagueTableList .tableContent table thead tr th:nth-child(9){display:none}.footballLeagueTableList .tableLegend{padding:12px;grid-template-columns:repeat(2,1fr)}.footballLeagueTableList .tableLegend .legendRow .legendItem{font-size:11px}}