/* Custom highlight style */
::highlight(yellow-highlight) {
  background-color: yellow;
  color: black; /* ensures text is readable */
}