/* HLB V5.4.1v - AJAX like/follow */
.hlb-social-action-pop {
  animation: hlbSocialActionPop .24s cubic-bezier(.2,.8,.2,1);
}
@keyframes hlbSocialActionPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.post-like-form button,
.feed-suggestion form button {
  transition: transform .16s ease, opacity .16s ease, background .16s ease, color .16s ease;
}
.post-like-form button:disabled,
.feed-suggestion form button:disabled {
  opacity: .7;
}
.feed-suggestion form button.following,
.feed-suggestion.hlb-followed-suggestion form button {
  background: #24272e !important;
  color: #d8dbe2 !important;
  border-color: #3a3e47 !important;
}
