.misc-pub-section.misc-pub-sticky-comment .dashicons {
  color: #8c8f94;;
}

.sticky-comment-pin,
.sticky-comment-unpin {
  font-weight: 600;
  transition: 300ms ease !important;
}

.sticky-comment-pin {
  color: #18a34bcd;
}

.sticky-comment-pin:hover {
  color: #18a34a;
}

.sticky-comment-unpin {
  color: #ed0514c9;
}

.sticky-comment-unpin:hover {
  color: #ed0513;
}