To ensure better compatibility across email clients, use simple selectors such as class and id. Inline styles are also a good option, as they are more likely to be interpreted correctly by most email clients. For instance, instead of using div > p.article .highlight, you can directly style the element with an inline style like <p class="highlight" style="color: red;">.