Don't display the replies count on mobile?

How can I disable the replies count on mobile with CSS? I did it on desktop, but on mobile I’m not finding what name it uses.

I tried this but it didn’t work:

.posts-map {
    display: none;
}

Can someone help me?

Click the mobile phone icon in the site customization

2 Likes