Enable bookmark icon on featured topics

Hi Discourse community!

I’m using boxes with featured topics as a subcategory list style. If you click on a category, you will see different boxes with different topics in them. The topics have a “document icon” in front of them.

image

I have now disabled the icon in the CSS settings:

.category-boxes-with-topics .featured-topics li .d-icon {
display: none;

Now the icons do not show anymore:
image

I wanted to ask if it is possible to now make the bookmark icon appear here for topics that were bookmarked?
image

Is there any CSS code that could make the icon show in front of the topics of the featured topics?

Would appreciate any help, thank you very much!