Text element out of alignment when changing colour

I am changing the colour of a text element but the alignment also changes. I’ve tried to correct it by including ‘vertical-align’ in my code, but doesn’t work. Would appreciate any advise.

export function headerEmail_mouseIn(event, $w) {
    $w("#headerEmail").html = '<p style="color:#FF5E14"><span style="vertical-align:baseline"><span style="letter-spacing:0.03em"><span style="font-family:open-sans,sans-serif"><span style="font-size:14px"></span></span></span></span> click to send your message</p>';
}