.nodeProfileUrl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
  color: inherit;
}

.nodeProfileUrl:hover {
  background-color: #eeeef199;
}

.nodeProfileUrl svg {
  width: 24px;
  height: 24px;
}
