body.simple-shell[data-page="news"] .section-band{
  background: linear-gradient(135deg, rgba(240,249,255,.96), rgba(186,230,253,.68));
}
body.simple-shell[data-page="news"] .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="news"] .band-inner{padding-right:132px}
@media (max-width:640px){
  body.simple-shell[data-page="news"] .band-inner{padding-right:0}
  body.simple-shell[data-page="news"] .section-band::before{display:none}
}

body.simple-shell[data-page="news"] .news-toolbar{
  margin-top: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(229,231,235,.9);
}
