h2:hover::after,
h3:hover::after,
h4:hover::after {
  content: "🔗"; /* Or use a Unicode icon, SVG, or font icon */
  margin-left: 5px;
  font-size: 0.8em;
  vertical-align: middle;
  color: inherit;
}

h2:hover::after,
h3:hover::after,
h4:hover::after {
  cursor: pointer;
  opacity: 0.3; /* Fades icon slightly for visual effect */
}

h2::after,
h3::after,
h4::after {
  content: "";
}

h2:hover,
h3:hover,
h4:hover {
    cursor: pointer;
}

