Would it be possible to add the ID of marker category into the class of item list ?
For instance, "catid-10" for category_id = 10 :
<div class="hs-tab-list-item catid-10" id="hs-hotspot-id-67" data-id="67">
<div class="hs-place-summary">
<h3>Marker name</h3>
<div class="hs-hotspots-overview-short">
(...)
</div>
</div>
</div>
This would allow us to set a particular style to category
Thanks