/* One balanced heading row; list rendering and update counts stay unchanged. */
.index-news>.title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px}
.index-news>.title::after{display:none}
.index-news>.title .news-type{float:none;display:flex;align-items:center;width:auto;min-width:0}
.index-news .news-type .home-latest-heading{display:inline-flex;align-items:center;gap:8px;color:#405a78;font-size:16px;font-weight:600;line-height:32px;white-space:nowrap}
.home-latest-heading i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#edf3fa;color:#5681b0;font-size:15px}
.index-news>.title .mun{float:none;display:inline-flex;align-items:center;gap:5px;flex-shrink:0;margin:0;padding:3px 10px;border:1px solid #e3eaf2;border-radius:8px;background:#f5f8fc;color:#6b7e94;font-size:13px;font-weight:400;line-height:26px;white-space:nowrap}
.index-news>.title .mun i{margin:0 2px 0 0;color:#7e96b0;font-size:13px}
.index-news>.title .mun b,.index-news>.title .mun b.new{color:#d83d42;font-size:16px;font-weight:600;font-variant-numeric:tabular-nums;line-height:26px}
body.night .index-news .news-type .home-latest-heading{color:#d6e4f4}
body.night .home-latest-heading i{background:#293b51;color:#9cbbdf}
body.night .index-news>.title .mun{background:#263345;border-color:#394c62;color:#b2c2d4}
body.night .index-news>.title .mun i{color:#91aac6}
body.night .index-news>.title .mun b,body.night .index-news>.title .mun b.new{color:#ff8589}
@media(max-width:480px){.index-news>.title{gap:8px}.index-news .news-type .home-latest-heading{font-size:15px;gap:6px}.index-news>.title .mun{padding:2px 8px;font-size:12px}.index-news>.title .mun b{font-size:15px}}
