.fg-figure-detail-comment-action-button {
  background: transparent;
  border: none;
  outline: none;

  font-size: 20px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-figure-detail-comment-item-edit-btn {
  color: #08b58e;
}

.fg-figure-detail-comment-item-delete-btn {
  color: #5C68A4;
}

.fg-figure-detail-comment-item-delete-btn:hover {
  color: #EA4335;
}
