To Highlight the search term result in Search Result Page. Like this.
You can use this to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
/* search page */
.sqs-search-container-item em {
color: red;
border-bottom: 1px solid red;
}