Thank you for your reply! ??
As far as I can see, the capacity is added as;
<span class="ahb_slot_availability">
<span class="p">1</span>
<span class="t">1</span>
</span>
and although it does show the capacity, it doesn’t allow for individual styling because it is content not markup.
Would it be possible to request the capacity being added as a class to the parent element? ??
ie. as below “ahb_slot_availability_1_of_4”
<div class="availableslot ahb_slot_availability_1_of_4">
<a s="0" href="" d="2023-10-18" h1="11" m1="0" h2="12" m2="0">11:00
<span class="ahb_slot_availability">
<span class="p">1</span>
<span class="t">4</span>
</span>
</a>
</div>
Thank you! ??