/* CODSHIPX AI CRM R73-R9 TOPBAR LOGIN RIGHT EDGE
   Logged-out topbar only. Keeps native login action and all other controls intact. */

.topbar-right > .cx-r19-top-login {
  order: 999 !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Keep the native search in its normal flow; do not let login styling pull it left/right. */
.topbar-right > .cx-r65-search-wrap {
  order: 0;
}

/* Native notification button stays immediately before the login button. */
.topbar-right > .round-button {
  order: 10;
}

@media (max-width: 900px) {
  .topbar-right > .cx-r19-top-login {
    order: 999 !important;
  }
}
