/* 侠客支付品牌标识：logo + 名称一体 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@500;700;900&display=swap");

#topnav a.logo.brand-logo,
a.brand-logo,
a.logo.brand-logo,
.logo-footer.brand-logo {
  float: left;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 8px;
  text-decoration: none !important;
  line-height: 1 !important;
  height: 40px;
  margin-top: 15px;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
}

#topnav a.logo.brand-logo img,
a.brand-logo img,
a.logo.brand-logo img,
.logo-footer.brand-logo img {
  height: 34px !important;
  width: auto !important;
  max-height: 34px;
  display: block !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

#topnav a.logo.brand-logo .brand-name,
a.brand-logo .brand-name,
a.logo.brand-logo .brand-name,
.logo-footer.brand-logo .brand-name {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #3a3f4b !important;
  white-space: nowrap;
  line-height: 1 !important;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none !important;
  -webkit-text-fill-color: #3a3f4b;
  position: relative;
  top: 0;
}

/* 页脚深色底：名称改白色 */
.footer a.brand-logo .brand-name,
.footer .logo-footer.brand-logo .brand-name {
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}

.footer a.brand-logo,
.footer .logo-footer.brand-logo {
  float: none;
  height: 36px;
}

.footer a.brand-logo img,
.footer .logo-footer.brand-logo img {
  height: 30px !important;
  max-height: 30px;
}

@media (max-width: 768px) {
  #topnav a.logo.brand-logo,
  a.brand-logo,
  a.logo.brand-logo {
    height: 36px;
    gap: 6px;
  }
  #topnav a.logo.brand-logo img,
  a.brand-logo img,
  a.logo.brand-logo img {
    height: 28px !important;
    max-height: 28px;
  }
  #topnav a.logo.brand-logo .brand-name,
  a.brand-logo .brand-name,
  a.logo.brand-logo .brand-name {
    font-size: 17px;
    letter-spacing: 0.04em;
  }
}
