/*
 * 神机妙算 · 首页资料条与置顶条同高补丁
 * 只处理 .sjm-home-posts 首页资料条。
 * 目标：整个外框（左标签 + 右标题）固定为紧凑单行条，不再随着原先标题区留白变高。
 */
.posts.sjm-home-posts a.post-list-row,
.posts.sjm-home-posts a.post-list-row:link,
.posts.sjm-home-posts a.post-list-row:visited{
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin:0 0 6px!important;
  align-items:center!important;
}
.posts.sjm-home-posts .post-list-badge-cell{
  flex:0 0 58px!important;
  width:58px!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  padding:0 4px!important;
}
.posts.sjm-home-posts .post-list-badge{
  min-width:40px!important;
  max-width:40px!important;
  width:40px!important;
  height:40px!important;
  font-size:10px!important;
  line-height:1!important;
}
.posts.sjm-home-posts .post-list-title,
.posts.sjm-home-posts .post-list-title-link{
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  font-size:clamp(12px,2.65vw,15px)!important;
  line-height:1!important;
  text-align:center!important;
}
.posts.sjm-home-posts .post-list-title > *{
  white-space:nowrap!important;
  line-height:1!important;
}

/* 手机也保持一行紧凑条；长度极少数超出时以省略号收尾，外框绝不再变高。 */
@media(max-width:420px){
  .posts.sjm-home-posts{margin:6px 8px 10px!important;}
  .posts.sjm-home-posts a.post-list-row,
  .posts.sjm-home-posts a.post-list-row:link,
  .posts.sjm-home-posts a.post-list-row:visited{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin-bottom:5px!important;
  }
  .posts.sjm-home-posts .post-list-badge-cell{
    flex-basis:54px!important;
    width:54px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
  .posts.sjm-home-posts .post-list-badge{
    min-width:38px!important;
    max-width:38px!important;
    width:38px!important;
    height:38px!important;
    font-size:10px!important;
  }
  .posts.sjm-home-posts .post-list-title,
  .posts.sjm-home-posts .post-list-title-link{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    padding:0 6px!important;
    font-size:clamp(11px,3.15vw,13px)!important;
  }
}
