@import url("/assets/index-DPj0Cqvo-popupads-20260812-headercompact-20260812.css");

/* 搜索框保留原 React 结构，仅在视觉上贴合游戏标题与卡片区域。 */
.portal-content > .search-box {
  position: relative;
  z-index: 3;
  margin-bottom: -43px;
  transform: translateY(77px) !important;
}

.portal-content > .game-section .section-heading {
  margin-bottom: 69px;
}

@media (max-width: 420px) {
  .portal-content > .search-box {
    transform: translateY(74px) !important;
  }
}

/* 删除无内容的探索分隔带，压缩 PG 分类与游戏区之间的空白。 */
.more-divider {
  display: none !important;
}

/* 移除游戏区标题，让分类 TAB 与搜索框直接衔接。 */
.portal-content > .search-box {
  margin-top: 8px;
  margin-bottom: 0;
  transform: none !important;
}

.portal-content > .game-section {
  margin-top: 14px;
}

.portal-content > .game-section .section-heading {
  display: none !important;
  margin: 0 !important;
}
