.custom-comment-action {
  padding: 0 4px;
  line-height: 24px;
  border-radius: 2px;
  background: transparent;
  transition: all 0.1s ease;
  color: var(--color-text-1);
  cursor: pointer;
  display: inline-block;
  border: none;
}

.custom-comment-action:focus-visible {
  box-shadow: inset 0 0 0 2px var(--color-primary-light-3);
}

.custom-comment-action:hover {
  background: var(--color-fill-3);
}
