I managed to work around this issue by changing the shortcode format from:
<div class=”… [slp_location featured]”>
to
<div class=”…” data-featured=”[slp_location data.featured]”>
then adding the CSS
.results_entry[data-featured=”1″] { … }
Not a perfect solution, but works for me.