/* Comprehensive CSS to hide all Follow buttons and Follower counts */

/* Target for Knowledge Base Article Pages */
.KBArticleRightContainer__userFollowOption, 
.KBArticleRightContainer__followerCount,
.ArticleDetailRightContainer__followContentLow,

/* Target for Category and Section Lists */
.articleList .SubscribeDepart__subs,
.SubscribeDepart__followContent,
.SubscribeDepart__followCount,

/* Generic/Common Zoho Selectors */
.kb-follow-button, 
.Follow__button,
.zc-follow-btn {
    display: none !important;
}

/* Optional: Hide the Sign In link in the header */
.Header__nav li:has(a[href*="signin"]), 
#portal_tabSignIn {
    display: none !important;
}
