/* WXSSC V68.6-I5B flash feed comfort tuning
   Visual only. No JS/API/SSE/filter changes.
*/

/* 普通行：64px -> 68px，稍微放松阅读空间 */
html body .wx55-feed .wx55-item,
html body.wx-v6568g-jin10-list .wx55-feed .wx55-item,
html body.wx-v6568h-jin10-list .wx55-feed .wx55-item{
  min-height:68px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

/* VIP 行：单独提高到 72px，避免按钮和摘要挤 */
html body .wx55-feed .wx55-item.wx-v6568h-vip,
html body .wx55-feed .wx55-item.wx-v6568g-vip,
html body .wx55-feed .wx55-item.wx-v6568h-vip-inline,
html body .wx55-feed .wx55-item.wx-v6568g-vip-inline{
  min-height:72px !important;
}

/* 摘要：line-height 1.42 -> 1.46，提升舒适度 */
html body .wx55-feed .wx55-summary,
html body.wx-v6568g-jin10-list .wx55-feed .wx55-summary,
html body.wx-v6568h-jin10-list .wx55-feed .wx55-summary{
  line-height:1.46 !important;
  max-height:37px !important;
}

/* meta 与摘要间距 +1px */
html body .wx55-feed .wx55-meta{
  margin-top:4px !important;
}

/* 标题保持紧凑，但略微增加呼吸感 */
html body .wx55-feed .wx55-title,
html body.wx-v6568g-jin10-list .wx55-feed .wx55-title,
html body.wx-v6568h-jin10-list .wx55-feed .wx55-title{
  line-height:1.38 !important;
}

/* VIP 解锁按钮垂直居中更稳定 */
html body .wx55-feed .wx-v6568h-vip-action,
html body .wx55-feed .wx-v6568g-vip-action{
  align-self:center !important;
}

/* 小屏保持不过度拉高 */
@media(max-width:760px){
  html body .wx55-feed .wx55-item{
    min-height:66px !important;
  }

  html body .wx55-feed .wx55-item.wx-v6568h-vip,
  html body .wx55-feed .wx55-item.wx-v6568g-vip{
    min-height:70px !important;
  }
}
