/* HonduGo Marketing — brand assets approved 2026-09-06.
   App/login icon: marketing-app-icon.svg
   Dashboard/internal mark: marketing-dashboard-brand.svg */

/* Login: use the application icon supplied for Marketing, without duplicating the name. */
.login-brand-lockup .login-brand-text {
  display: block !important;
  width: 220px !important;
  height: 220px !important;
  min-width: 0 !important;
  background: url("/marketing-app-icon.svg") center / contain no-repeat !important;
}

.login-brand-lockup .login-brand-text > img,
.login-brand-lockup .login-brand-text > strong {
  display: none !important;
}

.login-mobile-brand .login-brand-text {
  width: 172px !important;
  height: 172px !important;
  margin-inline: auto !important;
}

/* Dashboard: replace the old HonduGo application icon + split text lockup
   with the Marketing mark supplied for the inside of the platform. */
.sidebar-brand .sidebar-logo-frame {
  width: 184px !important;
  height: 82px !important;
  flex: 0 0 184px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("/marketing-dashboard-brand.svg") center / 155% auto no-repeat !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.sidebar-brand .sidebar-logo-frame > img,
.sidebar-brand > div {
  display: none !important;
}

@media (max-width: 760px) {
  .login-brand-lockup .login-brand-text {
    width: 172px !important;
    height: 172px !important;
  }

  .sidebar-brand .sidebar-logo-frame {
    width: 170px !important;
    height: 76px !important;
    flex-basis: 170px !important;
  }
}
