.highlighted-span {
  background: #ffe082;    /* Light yellow, customize as needed */
  transition: background 0.2s;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ffd54f inset;
  cursor: pointer;
}