I have this dictionary value, something like this:
@Umbraco.GetDictionaryValue("BookingStep1_ClosedPickup")
in it I have a sentence that says something like:
The location Closing hour is 16 and in the dict value i have defigned hours like so [hours] so it shows the user "16".
the question is how to style just that part of the dict value? I want it to be red, bold or whatever. I cant seem to find any way to target it.