/* Issue ID Prefix Heading Plugin Styles */

.subject h3 .issue-id-prefix-copyable {
  /* Style for the clickable issue ID prefix */
  display: inline;
  user-select: text;
}

.subject h3:hover {
  /* Visual feedback on hover */
  opacity: 0.8;
}
