/* User Menu Alignment Fix - Override any centering rules */

#userMenu button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

#userMenu button i {
  flex-shrink: 0 !important;
}

#userMenuEmail {
  text-align: left !important;
  display: block !important;
}

#userMenuLoggedIn {
  text-align: left !important;
}

#userMenuLoggedOut {
  text-align: left !important;
}
