<style>
/* Ensure the menu list fills the space */
.hs-menu-wrapper > ul {
    display: flex !important;
    width: 100%;
}

/* Push the last menu item to the right */
.hs-menu-wrapper > ul > li:last-child {
    margin-left: auto !important;
}
</style>