.nav-launch-badge {
  flex: 0 0 auto;
  height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  padding: 0 18px;
  border: 1.5px solid rgba(237, 243, 234, .22);
  border-radius: 11px;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .9);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  white-space: nowrap;
}

.nav-launch-badge-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.nav-launch-badge-mark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.nav-launch-badge-mark::before {
  content: "";
  width: 1px;
  height: 28px;
  flex: 0 0 1px;
  background: rgba(237, 243, 234, .32);
}

.mobile-drawer-launch-badge {
  display: none;
}

@media (max-width: 1100px) {
  .nav-launch-badge {
    display: none !important;
  }

  .site-mobile-nav-head,
  .mobile-nav-head {
    justify-content: flex-end !important;
  }

  .mobile-drawer-launch-badge {
    flex: 0 0 auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: auto;
    padding: 0 14px;
    border: 1.5px solid rgba(237, 243, 234, .22);
    border-radius: 11px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .9);
    white-space: nowrap;
  }
}

@media (min-width: 601px) and (max-width: 900px) and (orientation: portrait),
       (min-width: 601px) and (max-width: 1100px) and (min-height: 600px) and (orientation: landscape) and (pointer: coarse) {
  .mobile-drawer-launch-badge {
    margin-bottom: 20px;
  }
}
