.thumbs-up-wrapper {
  margin: 10px 0;
  display: inline-block;
}

.thumbs-up-link {
  text-decoration: none;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.thumbs-up-link:hover {
  color: #007bff;
}

.thumbs-up-link.liked {
  color: #007bff;
}

.thumbs-up-link i {
  font-size: 1.2rem;
}

.likes-count {
  font-weight: bold;
}
