In the past, I have created emails using HTML and inline CSS. Recently, I made the decision to incorporate media queries into my designs in order to improve mobile-friendliness. Now, I am curious about whether the inline styling (CSS) will override the media query when it comes to displaying the email. For example, if I create a media query specifically for iPhones, will the email layout follow the styles defined in the media query or the inline CSS? Thank you!