/* Mobile Responsive Fixes for Leaderboard Table */
@media (max-width: 768px) {
    .point-table {
        border-radius: 12px !important;
        border-width: 2px !important;
    }

    .table-header {
        padding: 1.2rem !important;
        font-size: 1rem !important;
    }

    .table-row {
        grid-template-columns: 70px 1fr 70px 90px !important;
        font-size: 0.8rem !important;
        padding: 1rem !important;
        gap: 0.5rem !important;
    }

    .rank-badge {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.4rem !important;
        border-radius: 10px !important;
    }

    .rank-badge.gold,
    .rank-badge.silver,
    .rank-badge.bronze {
        font-size: 1.6rem !important;
    }

    .user-avatar {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.95rem !important;
    }

    .user-name {
        font-size: 0.85rem !important;
    }

    .user-joined {
        display: none !important;
    }

    .stat {
        font-size: 0.8rem !important;
    }

    .points {
        font-size: 1.1rem !important;
    }

    .points-badge {
        padding: 0.3rem 0.5rem !important;
        font-size: 0.85rem !important;
    }

    .points-icon {
        font-size: 1rem !important;
    }
}
