/* Comment count display badge jisme counts show hota hai */
.like-count {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 12px;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 6px;
    min-width: 20px;
    text-align: center;
}