@media (max-width: 991px) {
  img.mobileLogoAuto {
    width: auto !important;
    height: 40px !important;
  }
}

/* ── Topbar Layout ── */
.theme-topbar-not-in-header-05 .zpcontainer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}
 
/* Keep contact info (email/phone) on the left */
.theme-topbar-not-in-header-05 .data-topbarinfo-position {
  display: flex !important;
  align-items: center !important;
  gap: 16px;
}
 
/* ── Portal Login Position (top right) ── */
.theme-portal-non-responsive {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
}
 
.theme-portal-login-header-04 {
  margin-left: auto !important;
}
 
.theme-portal-login-header-04 .theme-portal-login {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
 
/* ── Portal Login Text Color ── */
.theme-portal-login-header-04,
.theme-portal-login-header-04 a,
.theme-portal-login-header-04 .theme-portal-login,
.theme-portal-login-header-04 .theme-portal-content,
.theme-portal-login-header-04 span,
.theme-portal-login-header-04 button {
  color: #ffffff !important;
}
 
/* Hover state */
.theme-portal-login-header-04 a:hover,
.theme-portal-login-header-04 button:hover {
  color: #cccccc !important;
}
 
/* ── Fix separator color between Sign In / Sign Up ── */
.theme-portal-container .theme-portal-content:last-child {
  border-inline-start: 1px dotted #ffffff !important;
}


.theme-username-dropdown-list li a {
  color: #333333 !important;
}
 
.theme-username-dropdown-list li a:hover {
  color: #000000 !important;
  background-color: #f0f0f0 !important;
}