right-menu-item
/* Structure navigation using flex */
.header-menu, .z-nav-menu {
    display: flex;
    align-items: center;
}

/* Push Resident Login to the right */
.right-menu-item {
    margin-left: auto !important;
}

/* Optional: style Resident Login like a button */
.right-menu-item a {
    padding: 8px 14px;
    background-color: #0074FF; /* Change to brand color if needed */
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
}
