/* ============================================
   手机游戏网 — 前沿新闻页样式
   ============================================ */

/* --- 新闻列表空状态 --- */
.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;
}

/* --- 侧边栏 widget 空状态 --- */
.empty-state-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--sp-6) 0;
}

.empty-state-widget__img {
  width: 80px;
  height: auto;
  margin-bottom: var(--sp-3);
  opacity: 0.6;
}

.empty-state-widget__text {
  font-size: var(--text-xs);
  color: var(--c-text-3);
  line-height: 1.5;
}
