.landing-support .support-grid .ant-card-body {
  min-height: 184px;
}

.contact-wechat {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-wechat img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #fff;
}

.contact-wechat p {
  margin: 0;
  color: #566174;
  font-size: 15px;
  line-height: 1.7;
}

.contact-mail {
  color: #14213d;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .contact-wechat {
    align-items: flex-start;
    flex-direction: column;
  }
}

.longtee-extra-menu {
  border-top: 1px solid #edf1f7;
  margin: 0 12px;
  padding: 10px 0 0;
}

.longtee-extra-menu-item {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #334155;
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-height: 46px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.longtee-extra-menu-item:hover {
  background: #eef4ff;
  color: #3563e9;
}

.longtee-extra-menu-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.longtee-extra-menu-icon svg {
  height: 18px;
  width: 18px;
}

.longtee-extra-menu-text strong,
.longtee-extra-menu-text small {
  display: block;
}

.longtee-extra-menu-text strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.longtee-extra-menu-text small {
  color: #8b95a7;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
}

.longtee-member-badge {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  padding: 0 12px;
}

.longtee-member-badge.is-login {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #047857;
}
