/* ============ 最新消息頁 — 奶油底，文章列表 ============ */
.news-main{max-width:600px;margin:0 auto;padding:6px 0 40px;}
body.view-desktop .news-main{max-width:760px;}

/* 標題「最新消息」＋分隔線（與法會頁同款） */
.news-head{text-align:center;padding:38px 24px 4px;}
.news-head .nh-mark{width:68px;margin:0 auto 8px;}
.news-head .nh-mark img{width:100%;height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(120,90,70,.18));}
.news-head h1{color:var(--maroon);font-size:1.9rem;font-weight:700;letter-spacing:.3em;text-indent:.3em;margin-bottom:14px;}
.news-head .nh-divider{height:1px;background:linear-gradient(to right,transparent,rgba(122,78,73,.5),transparent);max-width:520px;margin:0 auto;}

/* 文章列表 */
.news-list{padding:18px 22px 0;}
.news-item{padding:24px 0;border-bottom:1px solid rgba(122,78,73,.16);}
.news-item:last-child{border-bottom:none;}
.news-date{color:var(--maroon);font-size:.85rem;letter-spacing:.08em;opacity:.85;margin-bottom:6px;}
.news-title{color:var(--maroon);font-family:"Noto Serif TC",serif;font-size:1.3rem;font-weight:700;line-height:1.5;margin-bottom:10px;}
.news-body{color:var(--ink);font-size:1rem;line-height:1.95;white-space:pre-wrap;}
body.view-desktop .news-body{font-size:.97rem;}

.news-empty,.news-loading{text-align:center;color:var(--ink);opacity:.7;padding:50px 20px;font-size:1rem;}
