/* 中文站：顶栏 / 游戏导航条下方一条推广链接（全宽条，类名避免含 ad） */
body.zh-site {
  margin: 0;
  min-height: 100vh;
}

.zh-site-promo-bar {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 18px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.hub-header + .zh-site-promo-bar {
  border-top: 1px solid #f0f0f0;
}

.zh-site-promo-link {
  display: inline-block;
  max-width: min(100%, 42rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
  line-height: 1.45;
  text-align: center;
}

.zh-site-promo-link:hover {
  color: #1e40af;
}

.zh-page-shell .zh-site-promo-bar {
  max-width: none;
  margin-top: 2px;
  border-radius: 0 0 8px 8px;
}

/* Partner promo strip: tablet / desktop / laptop only — hide on phones */
@media (max-width: 767.98px) {
  .zh-site-promo-bar {
    display: none !important;
  }
}

@media (max-width: 932px) and (max-height: 500px) {
  .zh-site-promo-bar {
    display: none !important;
  }
}
