/* ============================================
   News List Component - 资讯列表组件样式
   ============================================ */

/* 移动端空状态 */
.m-news-empty {
  text-align: center;
  padding: 80px 20px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.m-news-empty-icon {
  font-size: 64px;
  margin-bottom: 16px;
  opacity: .5;
}

.m-news-empty-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.m-news-empty-desc {
  font-size: 14px;
  color: #6c757d;
}

/* 移动端浏览量图标 */
.m-news-views-icon {
  width: 12px;
  height: 12px;
  fill: var(--text-light);
}

/* 移动端热门阅读链接 */
.m-hot-item {
  text-decoration: none;
  color: inherit;
}

/* PC端无图片占位 */
.news-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  font-size: 14px;
}

/* PC端空状态 */
.pc-news-empty {
  text-align: center;
  padding: 80px 20px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.pc-news-empty-icon {
  font-size: 64px;
  margin-bottom: 16px;
  opacity: .5;
}

.pc-news-empty-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.pc-news-empty-desc {
  font-size: 14px;
  color: #6c757d;
}
