/* next.css — 子頁底部的「接著看」（build_next.py 注入的區塊用） */
.next-up{max-width:900px;margin:3em auto 0;padding:2em 0 0;border-top:2px solid #E8E0D6;
  font-family:'Noto Sans TC',-apple-system,sans-serif}
.next-up .nu-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;
  flex-wrap:wrap;margin-bottom:16px}
.next-up h2{font-family:'Noto Serif TC',serif;font-size:1.25rem;font-weight:700;color:#2C2825;margin:0}
.next-up .nu-group{font-size:.9rem;color:#756C66}
.next-up .nu-group a{color:#A0481C;text-decoration:none;font-weight:600}
.next-up .nu-group a:hover{text-decoration:underline}
.next-up .nu-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.next-up .nu-item{display:flex;flex-direction:column;background:#fff;border:1px solid #E8E0D6;
  border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;
  box-shadow:0 1px 3px rgba(44,40,37,.06);transition:transform .2s,box-shadow .2s}
.next-up .nu-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(44,40,37,.08),0 16px 40px rgba(44,40,37,.06)}
.next-up .nu-thumb{width:100%;height:150px;overflow:hidden;background:#EFE9E1}
.next-up .nu-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.next-up .nu-body{padding:14px 16px 16px}
.next-up .nu-title{font-size:1rem;font-weight:700;line-height:1.5;color:#2C2825;margin:0 0 4px}
.next-up .nu-why{font-size:.875rem;line-height:1.6;color:#5A534D;margin:0}
.next-up .nu-item:hover .nu-title{color:#A0481C}
@media(max-width:600px){.next-up{margin-top:2.4em;padding-top:1.6em}.next-up .nu-thumb{height:130px}}
