.nexus-rankings-section {
    margin-bottom: 2rem;
}

/* .nexus-rankings-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
} */

.nexus-rankings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.nexus-rankings-table th,
.nexus-rankings-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.nexus-rankings-table th {
    background-color: #555;
    color: white;
    font-weight: 600;
}

.nexus-rankings-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.nexus-rankings-table tbody tr:hover {
    background-color: #e9e9e9;
}

.nexus-rankings-table .team-rank {
    font-weight: bold;
    text-align: center;
    width: 40px;
}

.nexus-rankings-table .team-name {
    font-weight: 500;
}

.nexus-rankings-table .team-division {
    color: #666;
    font-size: 0.8rem;
}

.nexus-rankings-table .team-record {
    text-align: center;
    white-space: nowrap;
}

.nexus-rankings-table .team-percentage {
    text-align: center;
    font-weight: 500;
}

.percentage-badge {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.75rem;
    margin-left: 5px;
}

.percentage-badge.success {
    background-color: #d4edda;
    color: #155724;
}

.percentage-badge.danger {
    background-color: #f8d7da;
    color: #721c24;
}

.nexus-rankings-loading {
    padding: 20px;
    text-align: center;
    color: #666;
}

.nexus-rankings-error {
    padding: 20px;
    text-align: center;
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .nexus-rankings-table {
        font-size: 0.8rem;
    }
    
    .nexus-rankings-table th,
    .nexus-rankings-table td {
        padding: 6px 8px;
    }
    
    .hide-mobile {
        display: none;
    }
}
