Outlook doesn't respect duplicated modules' link styles
Developer here. I created a custom email template. In order for Outlook-on-Windows (OOW) to respect links styles, I target these links with ID selector in custom stylesheet. It works great across multiple clients, until a user duplicates a module. When a user decides they want to drag in a duplicate module of a particular type, the Marketo editor shows the link styling working great (of course), but OOW shows default blue/normal weight/underline link, and doesn't respect our custom link styling. (If I use a class selector instead of ID selector, OOW doesn't read any of it). Again, link styles on ancestral modules work great. It's the duplicated modules posing an issue. Thoughts here? Not sure why Marketo isn't extending module-specific custom styles across duplicated modules, and I'm hoping it's something I can fix on my end.
As a side note, I understand adding inline styling to the links will solve the issue, but this isn't an easy task to ask of my users (who are marketers, not developers, and this opens up the door to user error).