Thanks! I managed to get the AST manipulated accordingly using a lua filter as follows
function Strong(el) return pandoc.Span(el.content, {["custom-style"] = "test"}) end
This assigns a custom style to all bold elements.