
/* ===== V67 KEY INTEL REBUILD：今日关键情报 PC终端列表版 ===== */

.wx-home-intel.wx-v67-intel{
  margin-top:0!important;
  background:#fff!important;
  border:1px solid #E5E7EB!important;
  border-radius:18px!important;
  padding:18px 20px!important;
  min-height:318px!important;
  box-shadow:none!important;
}

.wx-v67-intel .wx-v67-intel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-bottom:14px!important;
}

.wx-v67-intel .wx-v67-intel-head h2{
  margin:0!important;
  color:#0F172A!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:1000!important;
}

.wx-v67-intel .wx-v67-intel-head a{
  color:#2563EB!important;
  font-size:13px!important;
  font-weight:950!important;
  text-decoration:none!important;
}

.wx-v67-intel-list{
  display:grid!important;
  gap:0!important;
}

.wx-v67-intel-row{
  min-height:44px!important;
  display:grid!important;
  grid-template-columns:58px 48px 1fr 24px!important;
  align-items:center!important;
  gap:10px!important;
  border-bottom:1px solid #EEF2F7!important;
}

.wx-v67-intel-row:last-child{
  border-bottom:0!important;
}

.wx-v67-time{
  color:#475569!important;
  font-size:13px!important;
  font-weight:850!important;
}

.wx-v67-tag{
  width:40px!important;
  height:23px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:5px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:1000!important;
}

.wx-v67-tag.good{
  color:#fff!important;
  background:#DC2626!important;
}

.wx-v67-tag.bad{
  color:#fff!important;
  background:#16A34A!important;
}

.wx-v67-tag.warn{
  color:#fff!important;
  background:#F59E0B!important;
}

.wx-v67-tag.focus{
  color:#fff!important;
  background:#7C3AED!important;
}

.wx-v67-title{
  color:#0F172A!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.wx-v67-hot{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#EF4444!important;
  font-size:16px!important;
  font-weight:1000!important;
}

.wx-v67-hot.muted{
  color:#64748B!important;
}

/* 覆盖旧卡片式样式残留 */
.wx-home-intel.wx-v67-intel .wx-home-intel-list,
.wx-home-intel.wx-v67-intel .wx-home-intel-item{
  display:contents!important;
}

@media(max-width:1180px){
  .wx-home-intel.wx-v67-intel{
    min-height:auto!important;
  }

  .wx-v67-intel-row{
    grid-template-columns:54px 44px 1fr!important;
  }

  .wx-v67-hot{
    display:none!important;
  }
}

