/* HECH additions intentionally reuse NewsPress 1.8.x class names and design tokens. */
.hech-np-category-badge{display:inline-flex;width:max-content;margin-bottom:.55rem;text-decoration:none}
.hech-np-network-grid .np-widget-grid-body .np-meta{margin-top:auto}
.hech-np-slider .np-slide-thumb .np-img{width:100%;height:100%;object-fit:cover;display:block}
.hech-np-slider .np-slide-thumb .np-img-placeholder{display:grid;place-items:center;background:var(--np-soft,#f3f4f6);color:var(--np-muted,#6b7280)}

/* Index shortcode: only layout gaps not already supplied by NewsPress. */
.hech-index-filter{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(140px,1fr)) auto auto;gap:10px;align-items:center;margin:0 0 18px}
.hech-index-filter input,.hech-index-filter select{width:100%;min-height:40px;margin:0}
.hech-index-submit{min-height:40px}
.hech-index-reset{font-size:.85rem;text-decoration:none}
.hech-index-summary{margin:0 0 12px;color:var(--np-muted,#66788a);font-size:.85rem}
.hech-index .posts-container{display:grid;gap:14px}
.hech-index-title{margin:.35rem 0 .45rem;font-size:1.05rem;line-height:1.35}
.hech-index-title a{color:inherit;text-decoration:none}
.hech-index-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;font-size:.85rem}
@media(max-width:800px){.hech-index-filter{grid-template-columns:1fr 1fr}.hech-index-search{grid-column:1/-1}.hech-index-submit{width:100%}}
@media(max-width:520px){.hech-index-filter{grid-template-columns:1fr}.hech-index-search{grid-column:auto}.hech-index-pagination{justify-content:space-between}}
