/* ============================================
   手机游戏网 — 行业动态页样式
   ============================================ */

/* --- Industry Page Layout --- */
.industry-page {
  display: block;
}

.industry-page .section {
  padding-top: var(--sp-8);
}

.industry-page .content-wrap {
  display: block;
}

.industry-page .lead-card {
  margin-bottom: var(--sp-8);
}

/**
 * 焦点行业卡图片区
 * 固定宽高比并让图片脱离文档流，避免图片加载完成后撑开容器
 */
.industry-page .lead-card .card-img {
  height: auto;
  min-height: 260px;
  aspect-ratio: 16 / 9;
}

.industry-page .lead-card .card-img img {
  position: absolute;
  inset: 0;
}

.industry-page .grid-1-1 {
  margin-bottom: var(--sp-8);
}

/* --- 列表空状态 --- */
.empty-state-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--sp-16) 0;
}

.empty-state-list__img {
  width: 120px;
  height: auto;
  margin-bottom: var(--sp-4);
  opacity: 0.6;
}

.empty-state-list__text {
  font-size: var(--text-sm);
  color: var(--c-text-3);
  line-height: 1.5;
}
