body.simple-shell[data-page="newsroom"] .section-band,
body.simple-shell[data-page="newsroom-detail"] .section-band{
  background: linear-gradient(135deg, rgba(240,249,255,.96), rgba(186,230,253,.68));
}
body.simple-shell[data-page="newsroom"] .section-band::before,
body.simple-shell[data-page="newsroom-detail"] .section-band::before{
  content:'';
  position:absolute;
  right:-22px;
  top:-22px;
  width:180px;
  height:180px;
  background: url('../../img/illust/news.svg') no-repeat center/contain;
  opacity:.9;
  pointer-events:none;
  z-index:1;
}
body.simple-shell[data-page="newsroom"] .band-inner,
body.simple-shell[data-page="newsroom-detail"] .band-inner{padding-right:132px}
@media (max-width:640px){
  body.simple-shell[data-page="newsroom"] .band-inner,
  body.simple-shell[data-page="newsroom-detail"] .band-inner{padding-right:0}
  body.simple-shell[data-page="newsroom"] .section-band::before,
  body.simple-shell[data-page="newsroom-detail"] .section-band::before{display:none}
}

body.simple-shell[data-page="newsroom"] .newsroom-toolbar{
  margin-top: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(229,231,235,.9);
}
body.simple-shell[data-page="newsroom"] .list-sub{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.newsroom-toolbar .grid{display:flex;flex-direction:column;gap:10px}
.pill-row{display:flex;flex-direction:column;gap:10px}
.pill-group{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.pill{border:1px solid rgba(229,231,235,.9);background:rgba(255,255,255,.9);color:var(--color-text-main);border-radius:9999px;padding:7px 12px;font-weight:700;font-size:13px;line-height:1;cursor:pointer;transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease}
.pill:hover{transform:translateY(-1px);box-shadow: var(--shadow-lg)}
.pill.active{background:rgba(37,99,235,.10);border-color:rgba(37,99,235,.38);color:rgba(30,64,175,1)}
.pill:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}
@media (max-width: 640px){
  .pill-group{flex-wrap:wrap;overflow-x:visible;-webkit-overflow-scrolling:auto;padding-bottom:0}
  .pill{white-space:nowrap;min-height:44px;padding:10px 13px;font-size:13px}
}

.newsroom-tags{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.newsroom-view-toggle{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.newsroom-view.hidden{display:none}
.btn.btn-toggle{background:rgba(255,255,255,.86);border:1px solid rgba(229,231,235,.9)}
.btn.btn-toggle.active{background:rgba(37,99,235,.10);border-color:rgba(37,99,235,.35)}
.newsroom-content{margin-top:12px;line-height:1.75}
.newsroom-content h2{font-size:18px;margin:16px 0 10px;font-weight:900}
.newsroom-content h3{font-size:16px;margin:14px 0 8px;font-weight:900}
.newsroom-content p{margin:10px 0}
.newsroom-content ul{padding-left:18px;margin:10px 0}
.newsroom-content li{margin:6px 0}
.newsroom-content a{color: var(--color-primary)}
.faq-list{margin-top:12px;border-top:1px solid rgba(229,231,235,.9)}
.faq-item{padding:10px 0;border-bottom:1px solid rgba(229,231,235,.9)}
.faq-q{cursor:pointer;font-weight:900;line-height:1.4;list-style:none}
.faq-q::-webkit-details-marker{display:none}
.faq-a{margin-top:8px;color:var(--color-text-muted);line-height:1.75;white-space:pre-wrap}
.faq-link{display:block;padding:10px 0;border-bottom:1px solid rgba(229,231,235,.9);text-decoration:none;color:var(--color-text-main);font-weight:800;line-height:1.4}
.faq-link:hover{background: rgba(249,250,251,.7)}
