.custom-block-like-button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  color: #ccc;
  transition: color 0.3s ease;
}

.custom-block-like-button.liked {
  color: red;
}
