.shared-header-mobile-login {
  display: none;
}

.shared-brand-logo-link {
  align-items: center;
  display: flex;
  height: 1.875rem;
  justify-content: flex-start;
  padding: 0;
  width: min(10rem, 32vw);
}

.shared-brand-wordmark {
  display: block;
  filter: none;
  height: auto;
  max-height: 1.875rem;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.footer-form .text-field,
.footer-form .button-arrow {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.footer-form .button-arrow_bg {
  pointer-events: none;
}

.shared-brand-footer-logo {
  display: block;
  height: auto;
  max-width: 9.5rem;
  object-fit: contain;
  object-position: left center;
  width: min(9.5rem, 100%);
}

@media screen and (max-width: 991px) {
  .shared-brand-logo-link {
    width: min(9rem, 44vw);
  }

  .shared-header-desktop-login {
    display: none !important;
  }

  .shared-header-mobile-login {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_mobile.w-nav-menu {
    max-height: calc(100dvh - 5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav_mobile .nav_links.w--current {
    color: #131313 !important;
  }
}

@media screen and (min-width: 992px) {
  .shared-header-mobile-login {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .shared-header-desktop-login {
    display: none !important;
  }
}
/* GleamyAI first-party shared header styles. */
