/* HLB V5.4.1w - AJAX Feed Comments */
.post-comments {
  transition: opacity .18s ease, transform .18s ease;
}
.hlb-comment-refresh-pop {
  animation: hlbCommentRefresh .3s ease;
}
@keyframes hlbCommentRefresh {
  from { opacity:.55; transform:translateY(3px); }
  to   { opacity:1; transform:none; }
}
.hlb-comment-busy {
  opacity:.72;
}
.hlb-comment-removing {
  opacity:.38;
  transform:scale(.985);
  transition:opacity .18s ease, transform .18s ease;
}

@media (max-width: 900px) {
  .post-comment-form input[name="comment_body"] {
    font-size:16px !important; /* avoid iOS focus zoom */
  }
}
