.landing-page .nav a[href="/login.html"] {
  display: none;
}

.landing-page {
  background: #ffffff !important;
}

.landing-page:before,
body.landing-page:before {
  display: none !important;
  content: none !important;
}

.landing-page .landing-topbar.home-topbar {
  border-color: rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.96);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center;
  gap: 10px;
}

.landing-page .home-topbar .brand {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0;
  overflow: hidden;
}

.landing-page .home-topbar .home-menu-toggle,
.landing-page .home-topbar > .nav-wrap {
  display: none !important;
}

.landing-page .home-topbar .home-account-actions {
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 720px) {
  .landing-page .home-topbar .home-brand-phone {
    display: none;
  }

  .landing-page .home-topbar .brand-copy strong {
    max-width: 100%;
  }

  .landing-page .home-topbar .home-account-actions .button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.82rem;
  }
}

@media (max-width: 920px) {
  .landing-page .nav a[href="/landlord-listing.html"] {
    display: inline-flex;
  }
}

@media (min-width: 921px) {
  .landing-page .home-topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .landing-page .home-topbar .home-menu-toggle,
  .landing-page .home-topbar > .nav-wrap {
    display: none !important;
  }
}
