/* News pages generated from news_publish.csv */
.news-breadcrumb{display:flex;gap:.65rem;align-items:center;font-size:.78rem;letter-spacing:.08em;color:rgba(255,255,255,.68)}
.news-breadcrumb a{color:rgba(255,255,255,.9);text-decoration:none}.news-breadcrumb a:hover{color:#fff}
.news-list{display:grid}.news-list-item{list-style:none;border-bottom:1px solid #e2e8f0}.news-list-item:last-child{border-bottom:0}
.news-list-link{display:grid;grid-template-columns:8.2rem 6.2rem 1fr;gap:1rem;align-items:center;padding:1.25rem .25rem;text-decoration:none}.news-list-link:hover .news-list-title{color:#c70026}
.news-list-date{font-size:.9rem;font-weight:700;letter-spacing:.08em;color:#64748b}
.news-category{display:inline-flex;align-items:center;justify-content:center;width:5.8rem;border-radius:999px;padding:.42rem .7rem;font-size:.78rem;font-weight:700;letter-spacing:.08em}.news-category-info{background:#eef4ff;color:#0b1e63}.news-category-event{background:#fff1f2;color:#c70026}
.news-list-title{font-size:1rem;font-weight:700;line-height:1.8;color:#0f172a;transition:color .2s ease}
.news-archive-select label{display:block;font-size:.78rem;font-weight:800;letter-spacing:.18em;color:#c70026;text-transform:uppercase}.news-archive-select select{margin-top:.8rem;width:100%;border-radius:999px;border:1px solid #cbd5e1;background:#fff;padding:.85rem 1rem;font-size:.95rem;font-weight:700;color:#0f172a}
.news-archive-link{display:flex;align-items:center;justify-content:space-between;border-radius:1rem;padding:.8rem 1rem;font-size:.9rem;font-weight:700;color:#334155;text-decoration:none}.news-archive-link:hover,.news-archive-link.is-current{background:#f3f5f8;color:#c70026}
.news-detail-card{border-radius:1.5rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 20px 60px rgba(7,18,59,.10)}.news-detail-meta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
.news-body{font-size:1rem;line-height:2;color:#334155}.news-body p{margin:1.2rem 0}.news-body a{color:#0b1e63;font-weight:700;text-decoration:underline;text-underline-offset:.18em}

/* Detail body image optimization
   - Do not stretch low-resolution WordPress images to the full article width.
   - Large images are capped to a readable size and centered.
*/
.news-body img{display:block;width:auto!important;max-width:min(100%,640px)!important;height:auto!important;margin:1.8rem auto;border-radius:.75rem}
.news-body a:has(img){display:block;text-decoration:none}
.news-body p:has(img){text-align:center}
.news-body .aligncenter,.news-body .alignnone{margin-left:auto;margin-right:auto}

.news-body ul,.news-body ol{margin:1.2rem 0 1.2rem 1.4rem}.news-body li{margin:.45rem 0}

/* Detail body table optimization */
.news-body table{width:100%!important;height:auto!important;border-collapse:separate;border-spacing:0;margin:1.8rem 0;border:1px solid #dbe3ee;border-radius:.85rem;overflow:hidden;background:#fff}
.news-body th,.news-body td{border:0;border-right:1px solid #dbe3ee;border-bottom:1px solid #dbe3ee;padding:1.05rem 1.15rem;vertical-align:top;line-height:1.9;color:#334155}
.news-body tr:last-child th,.news-body tr:last-child td{border-bottom:0}.news-body th:last-child,.news-body td:last-child{border-right:0}
.news-body th{background:#f8fafc;font-weight:800;color:#0f172a}.news-body td:first-child{width:8.5rem;background:#f8fafc;font-weight:800;color:#334155;white-space:nowrap}
.news-body td p,.news-body th p{margin:.15rem 0}.news-body td img{max-width:min(100%,260px)!important;margin:.25rem auto}.news-body iframe{max-width:100%}

@media(max-width:767px){.news-list-link{grid-template-columns:1fr;gap:.55rem;padding:1.15rem 0}.news-category{justify-content:flex-start;width:max-content}.news-detail-card{border-radius:1.25rem}.news-body{font-size:.96rem;line-height:1.9}.news-body img{max-width:100%!important;margin:1.4rem auto}.news-body{overflow-wrap:anywhere}.news-body table{display:block;overflow-x:auto;border-radius:.75rem}.news-body th,.news-body td{min-width:7rem;padding:.9rem;line-height:1.75}.news-body td:first-child{width:auto;min-width:6.5rem}}
