.rugbyLeagueTableList{display:flex;flex-direction:column;width:100%;background:var(--background-light);border-radius:8px;overflow:hidden}.rugbyLeagueTableList .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}.rugbyLeagueTableList .tableHeader .tableTabs{display:flex;align-items:center;gap:0;background:var(--color-light);border-radius:6px;padding:4px}.rugbyLeagueTableList .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}.rugbyLeagueTableList .tableHeader .tableTabs .tabBtn:hover{background:rgba(227,6,19,.1)}.rugbyLeagueTableList .tableHeader .tableTabs .tabBtn.active{background:#e30613;color:#fff}.rugbyLeagueTableList .tableHeader .tableDropdowns{display:flex;align-items:center;gap:12px}.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper{position:relative;display:flex;align-items:center}.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown{-webkit-appearance:none;-moz-appearance:none;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}.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown:focus,.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown:hover{border-color:#e30613}.rugbyLeagueTableList .tableContent{width:100%;overflow-x:auto}.rugbyLeagueTableList .tableContent .tableLoading{padding:40px;text-align:center;color:var(--text-color-secondary);font-size:14px}.rugbyLeagueTableList .tableContent table{width:100%;border-collapse:collapse}.rugbyLeagueTableList .tableContent table thead tr{background:#e30613}.rugbyLeagueTableList .tableContent table thead tr th{color:#fff;font-size:14px;font-weight:600;text-align:center;padding:12px 8px;white-space:nowrap}.rugbyLeagueTableList .tableContent table thead tr th:first-child{width:40px}.rugbyLeagueTableList .tableContent table thead tr th:nth-child(2){text-align:left;padding-left:16px}.rugbyLeagueTableList .tableContent table thead tr th:nth-child(3){min-width:100px}.rugbyLeagueTableList .tableContent table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s ease;height:48px}.rugbyLeagueTableList .tableContent table tbody tr:hover{background:var(--color-light)}.rugbyLeagueTableList .tableContent table tbody tr td{color:var(--color-dark);font-size:14px;text-align:center;padding:12px 8px;height:48px}.rugbyLeagueTableList .tableContent table tbody tr td.position{width:40px;font-weight:500}.rugbyLeagueTableList .tableContent table tbody tr td.teamCell{text-align:left;padding-left:16px}.rugbyLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo{display:flex;align-items:center;gap:10px}.rugbyLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo img{width:24px;height:24px;object-fit:contain}.rugbyLeagueTableList .tableContent table tbody tr td.teamCell .teamInfo span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.rugbyLeagueTableList .tableContent table tbody tr td.formCell .formBadges{display:flex;align-items:center;justify-content:center;gap:4px}.rugbyLeagueTableList .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}.rugbyLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.win{border:2px solid #06e351;color:#06e351}.rugbyLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.draw{border:2px solid #f5a623;color:#f5a623}.rugbyLeagueTableList .tableContent table tbody tr td.formCell .formBadges .formBox.lose{border:2px solid #e30613;color:#e30613}.rugbyLeagueTableList .tableContent table tbody tr td.points{font-weight:700;color:#e30613}.rugbyLeagueTableList .tableLegend{padding:16px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px 16px;gap:8px 16px;width:60%}@media(max-width:991px){.rugbyLeagueTableList .tableLegend{width:100%}}.rugbyLeagueTableList .tableLegend .legendRow{display:contents}.rugbyLeagueTableList .tableLegend .legendRow .legendItem{font-size:14px;color:var(--text-color-secondary);display:flex;align-items:center}.rugbyLeagueTableList .tableLegend .legendRow .legendItem strong{color:var(--color-dark);margin-right:4px;width:30px}@media screen and (max-width:991px){.rugbyLeagueTableList .tableHeader{flex-direction:column;align-items:flex-start}.rugbyLeagueTableList .tableHeader .tableTabs{width:100%}.rugbyLeagueTableList .tableHeader .tableTabs .tabBtn{flex:1 1;padding:8px 12px;font-size:13px}.rugbyLeagueTableList .tableHeader .tableDropdowns{width:100%}.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper{flex:1 1}.rugbyLeagueTableList .tableHeader .tableDropdowns .dropdownWrapper .tableDropdown{width:100%;font-size:13px;padding:8px 32px 8px 12px}.rugbyLeagueTableList .tableContent table tbody tr td,.rugbyLeagueTableList .tableContent table thead tr th{font-size:12px;padding:10px 6px}.rugbyLeagueTableList .tableContent table .formBox{width:20px;height:20px;font-size:10px}.rugbyLeagueTableList .tableContent table tbody tr td:nth-child(8),.rugbyLeagueTableList .tableContent table tbody tr td:nth-child(9),.rugbyLeagueTableList .tableContent table thead tr th:nth-child(8),.rugbyLeagueTableList .tableContent table thead tr th:nth-child(9){display:none}.rugbyLeagueTableList .tableLegend{grid-template-columns:repeat(2,1fr)}.rugbyLeagueTableList .tableLegend .legendItem{font-size:11px}}