For the data-category, I'd say meddle around with the divs you're using. Otherwise you can define the forum by an nth-child so something like
/*Changing the first forum row, you can change the value 1 to whichever order the forum row you're wanting to change is*/
.lkAreaCategory.cForumRow:nth-child(1) {
box-shadow: 0px 0px 13px 1px rgba(194,148,50,1);
}
Other than that ^ again just look at the divs you're looking to change. If you need further help, mention me on the WebFlake discord.