/* ============================================================
   НОВОСТИ: лента, карточки, блоки «Свежее»
   ============================================================ */
.wbz-nfeed-head{margin:0 0 18px;font-family:var(--wbz-font)}
.wbz-nfeed-h{font-size:clamp(24px,3vw,32px);font-weight:500;color:var(--wbz-head);margin:0 0 8px}
.wbz-nfeed-lead{font-size:16px;line-height:1.6;color:var(--wbz-ink2);max-width:660px;margin:0}

/* Переключатель тем */
.wbz-nfilters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.wbz-nfilters a{font-size:13.5px;font-weight:500;color:var(--wbz-ink2);background:var(--wbz-surface);border:1px solid var(--wbz-line);padding:8px 15px;border-radius:999px;text-decoration:none;transition:.15s}
.wbz-nfilters a:hover{border-color:var(--wbz-acc);color:var(--wbz-acc)}
.wbz-nfilters a.is-active{background:var(--wbz-acc);border-color:var(--wbz-acc);color:var(--wbz-acc-ink)}

/* Единая карточка новости */
.wbz-nlist{display:grid;gap:16px;font-family:var(--wbz-font)}
.wbz-nc{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  min-width:0;
  overflow:hidden;
  padding:0;
  background:var(--wbz-surface);
  border:1px solid var(--wbz-line);
  border-radius:16px;
  transition:border-color .16s,box-shadow .16s,transform .16s
}
.wbz-nc:hover{border-color:var(--wbz-line-strong);box-shadow:0 12px 30px rgba(16,21,40,.08);transform:translateY(-1px)}
html[data-theme="dark"] .wbz-nc:hover{box-shadow:0 12px 30px rgba(0,0,0,.34)}
.wbz-nc.has-cover{grid-template-columns:260px minmax(0,1fr)}
.wbz-nc-media{display:block;position:relative;min-height:188px;overflow:hidden;background:var(--wbz-bg2)}
.wbz-nc-image{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .26s ease}
.wbz-nc:hover .wbz-nc-image{transform:scale(1.025)}
.wbz-nc-body{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px 25px}
.wbz-nc-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px;margin:0 0 11px;font-size:12px;color:var(--wbz-mut)}
.wbz-nc-fresh{display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;border-radius:999px;background:var(--wbz-tint);color:var(--wbz-acc);font-size:10px;font-weight:800;line-height:1;letter-spacing:.045em;text-transform:uppercase}
.wbz-nc-chip{font-size:11.5px;font-weight:650;color:var(--wbz-acc);background:var(--wbz-tint);padding:3px 9px;border-radius:999px;text-decoration:none}
.wbz-nc-chip.is-bank{color:var(--wbz-ink2);background:var(--wbz-bg2)}
.wbz-nc-chip:hover{text-decoration:none}
.wbz-nc-h{max-width:780px;margin:0;font-size:clamp(21px,2.2vw,28px);font-weight:620;line-height:1.18;letter-spacing:-.025em}
.wbz-nc-h a{color:var(--wbz-ink);text-decoration:none}
.wbz-nc-h a:hover{color:var(--wbz-acc)}
.wbz-nc-sum{max-width:720px;margin:10px 0 0;font-size:14px;line-height:1.58;color:var(--wbz-ink2)}
.wbz-nc-more{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-top:14px;color:var(--wbz-acc);font-size:12.5px;font-weight:800;text-decoration:none}
.wbz-nc-more span{transition:transform .16s ease}
.wbz-nc-more:hover{color:var(--wbz-acc)}
.wbz-nc-more:hover span{transform:translateX(3px)}
.wbz-nc:hover .wbz-nc-h a,
.wbz-nc:hover .wbz-nc-more{color:var(--wbz-acc)}

/* Compact cards remain compact on home/bank widgets and do not pull covers. */
.wbz-nc.is-compact{display:block}
.wbz-nc.is-compact .wbz-nc-body{padding:13px 15px}
.wbz-nc.is-compact .wbz-nc-meta{margin-bottom:7px;font-size:11.5px}
.wbz-nc.is-compact .wbz-nc-fresh{min-height:20px;padding:3px 7px;font-size:9px}
.wbz-nc.is-compact .wbz-nc-h{font-size:15px;line-height:1.35;letter-spacing:0}

.wbz-nempty{font-size:15px;color:var(--wbz-ink2);background:var(--wbz-bg2);border:1px solid var(--wbz-line);border-radius:12px;padding:18px 20px}
.wbz-npagi{margin:22px 0 0;display:flex;gap:8px;flex-wrap:wrap}
.wbz-npagi .page-numbers{font-size:14px;color:var(--wbz-ink2);background:var(--wbz-surface);border:1px solid var(--wbz-line);border-radius:9px;padding:8px 13px;text-decoration:none}
.wbz-npagi .page-numbers.current{background:var(--wbz-acc);border-color:var(--wbz-acc);color:var(--wbz-acc-ink)}

/* Блок «Свежее» на хабе, странице банка и главной. */
.wbz-nblock{max-width:var(--wbz-container);margin:34px auto 0;font-family:var(--wbz-font)}
body.home .wbz-nblock{margin-top:42px;padding-bottom:26px}
.wbz-nb-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 14px}
.wbz-nb-h{font-size:20px;font-weight:500;color:var(--wbz-head);margin:0}
.wbz-nb-more{font-size:13.5px;font-weight:600;color:var(--wbz-acc);text-decoration:none;white-space:nowrap}
.wbz-nb-more:hover{text-decoration:none}
.wbz-nlist.is-compact{grid-template-columns:1fr 1fr}

@media(max-width:760px){
  .wbz-nlist.is-compact{grid-template-columns:1fr}
  .wbz-nc.has-cover{grid-template-columns:1fr}
  .wbz-nc-media{min-height:0;aspect-ratio:16/9}
  .wbz-nc-body{padding:19px 20px 21px}
  .wbz-nc-h{font-size:22px;line-height:1.2}
}

/* News 1.0 provenance */
.wbz-news-single-head{margin-bottom:28px}.wbz-news-single-head .entry-title{margin:8px 0 12px}.wbz-news-provenance{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:18px;padding:14px 16px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-bg2);color:var(--wbz-ink2);font-size:12px}.wbz-news-provenance b{color:var(--wbz-head)}.wbz-news-provenance a{margin-left:auto;color:var(--wbz-acc);font-weight:700;text-decoration:none}@media(max-width:640px){.wbz-news-provenance{display:grid}.wbz-news-provenance a{margin-left:0}}

/* ============================================================
   NEWS 1.1 — аккуратная статья
   ============================================================ */
.wbz-news-article-page{padding-top:26px}.wbz-news-article-shell{max-width:1120px;margin:0 auto}.wbz-news-single{font-family:var(--wbz-font)}.wbz-news-hero{max-width:920px;margin:22px 0 30px}.wbz-news-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:var(--wbz-mut);font-size:13px}.wbz-news-meta-row .wbz-nc-chip{display:inline-flex}.wbz-news-hero .entry-title{max-width:900px;margin:16px 0 12px;font-size:clamp(34px,5vw,56px);line-height:1.06;letter-spacing:-.035em;color:var(--wbz-head)}.wbz-news-dek{max-width:760px;margin:0;color:var(--wbz-ink2);font-size:clamp(17px,2vw,21px);line-height:1.55}.wbz-news-byline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:14px 16px;border:1px solid var(--wbz-line);border-radius:14px;background:var(--wbz-bg2)}.wbz-news-byline>div{display:flex;align-items:center;gap:10px;min-width:0}.wbz-news-byline-mark{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:var(--wbz-tint);color:var(--wbz-acc);font-weight:900}.wbz-news-byline b,.wbz-news-byline small{display:block}.wbz-news-byline b{color:var(--wbz-head);font-size:13px}.wbz-news-byline small{margin-top:2px;color:var(--wbz-mut);font-size:11.5px}.wbz-news-byline>a{white-space:nowrap;color:var(--wbz-acc);font-weight:700;text-decoration:none}.wbz-news-cover{margin:26px 0 0;overflow:hidden;border:1px solid var(--wbz-line);border-radius:18px;background:var(--wbz-bg2)}.wbz-news-cover img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}.wbz-news-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(250px,1fr);gap:46px;align-items:start}.wbz-news-main{min-width:0}.wbz-news-body{font-size:17px;line-height:1.78;color:var(--wbz-ink2)}.wbz-news-body>p:first-child{font-size:18px;color:var(--wbz-ink)}.wbz-news-body h2{margin:36px 0 13px;font-size:28px;line-height:1.2;color:var(--wbz-head)}.wbz-news-body h3{margin:28px 0 11px;font-size:22px;line-height:1.25;color:var(--wbz-head)}.wbz-news-body p{margin:0 0 18px}.wbz-news-body ul,.wbz-news-body ol{margin:0 0 22px;padding-left:25px}.wbz-news-body li{margin:7px 0}.wbz-news-body blockquote{margin:26px 0;padding:18px 20px;border-left:4px solid var(--wbz-acc);border-radius:0 14px 14px 0;background:var(--wbz-bg2);color:var(--wbz-ink)}.wbz-news-body figure{margin:28px 0}.wbz-news-body img{max-width:100%;height:auto;border-radius:14px}.wbz-news-body figcaption{margin-top:8px;color:var(--wbz-mut);font-size:12px;text-align:center}.wbz-news-body a{color:var(--wbz-acc);font-weight:600}.wbz-news-article-footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px 28px;margin-top:40px;padding:18px 0;border-top:1px solid var(--wbz-line);border-bottom:1px solid var(--wbz-line)}.wbz-news-article-footer>div span,.wbz-news-article-footer>div b{display:block}.wbz-news-article-footer>div span{font-size:11px;color:var(--wbz-mut);text-transform:uppercase;letter-spacing:.05em}.wbz-news-article-footer>div b{margin-top:3px;color:var(--wbz-head);font-size:13px}.wbz-news-article-footer>a{margin-left:auto;color:var(--wbz-acc);font-weight:700;text-decoration:none}.wbz-news-aside{display:grid;gap:14px;position:sticky;top:92px}.wbz-news-side-card{padding:18px;border:1px solid var(--wbz-line);border-radius:15px;background:var(--wbz-surface)}.wbz-news-side-kicker{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--wbz-acc)}.wbz-news-side-card h2{margin:7px 0 8px;font-size:18px;color:var(--wbz-head)}.wbz-news-side-card p{margin:0 0 12px;color:var(--wbz-ink2);font-size:13px;line-height:1.55}.wbz-news-side-card>a{color:var(--wbz-acc);font-size:13px;font-weight:700;text-decoration:none}.wbz-news-related{display:grid}.wbz-news-related a{display:grid;gap:4px;padding:11px 0;border-top:1px solid var(--wbz-line);text-decoration:none}.wbz-news-related a:first-child{border-top:0;padding-top:3px}.wbz-news-related time{font-size:11px;color:var(--wbz-mut)}.wbz-news-related b{font-size:13px;line-height:1.35;color:var(--wbz-head)}.wbz-news-related a:hover b{color:var(--wbz-acc)}
@media(max-width:900px){.wbz-news-layout{grid-template-columns:1fr;gap:28px}.wbz-news-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.wbz-news-hero{max-width:none}.wbz-news-byline{align-items:flex-start}.wbz-news-byline>a{white-space:normal}}
@media(max-width:640px){.wbz-news-article-page{padding-top:16px}.wbz-news-hero .entry-title{font-size:34px}.wbz-news-byline{display:grid}.wbz-news-dek{font-size:17px}.wbz-news-body{font-size:16px}.wbz-news-aside{grid-template-columns:1fr}.wbz-news-article-footer{display:grid}.wbz-news-article-footer>a{margin-left:0}.wbz-news-cover{border-radius:13px}}

/* ============================================================
   NEWS ARCHIVE 1.1.3 — compact editorial feed
   ============================================================ */
.wbz-news-archive-page{background:var(--wbz-bg)}
.wbz-news-index{
  width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  margin-inline:auto;
  padding:30px 0 72px;
  font-family:var(--wbz-font)
}
.wbz-news-index>.wbz-bcrumb{
  width:auto;
  max-width:none;
  margin:0 0 30px
}
.wbz-news-index-head{max-width:820px;margin:0 0 22px}
.wbz-news-index-kicker{
  margin:0 0 10px;
  color:var(--wbz-acc);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}
.wbz-news-index-head h1{
  margin:0 0 12px;
  color:var(--wbz-head);
  font-size:clamp(36px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:650
}
.wbz-news-index-head p{
  max-width:720px;
  margin:0;
  color:var(--wbz-ink2);
  font-size:17px;
  line-height:1.65
}
.wbz-news-index-filters{margin:0 0 26px}
.wbz-news-index-latest{margin-top:0}
.wbz-news-index-latest>.wbz-nlist{grid-template-columns:1fr;gap:16px}
.wbz-news-index-pagination{margin-top:26px}
.wbz-news-index-empty{padding:34px;border:1px dashed var(--wbz-line-strong);border-radius:18px;background:var(--wbz-surface)}
.wbz-news-index-empty strong{display:block;color:var(--wbz-head);font-size:20px}
.wbz-news-index-empty p{margin:8px 0 0;color:var(--wbz-ink2)}

@media(max-width:900px){
  .wbz-news-index{width:min(calc(100% - 36px),var(--wbz-container));padding-top:24px}
}
@media(max-width:600px){
  .wbz-news-index{width:min(calc(100% - 28px),var(--wbz-container));padding:18px 0 48px}
  .wbz-news-index>.wbz-bcrumb{margin-bottom:22px}
  .wbz-news-index-head h1{font-size:36px}
  .wbz-news-index-head p{font-size:15px}
  .wbz-news-index-filters{margin-bottom:20px}
}

/* ============================================================
   NEWS POLISH 1.1.4 — cleaner provenance + denser feed cards
   ============================================================ */

/* ---------- Public article: organization info lives in one place ---------- */
.wbz-news-meta-row{
  gap:8px 10px;
}
.wbz-news-provenance-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:24px;
  padding:16px 18px;
  border:1px solid var(--wbz-line);
  border-radius:16px;
  background:var(--wbz-surface);
}
.wbz-news-provenance-card.is-official{
  background:linear-gradient(90deg,var(--wbz-tint),var(--wbz-surface) 46%);
}
.wbz-news-provenance-main{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.wbz-news-provenance-mark{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--wbz-tint);
  color:var(--wbz-acc);
  font-size:18px;
  font-weight:900;
}
.wbz-news-provenance-kicker{
  display:block;
  margin:0 0 3px;
  color:var(--wbz-acc);
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wbz-news-provenance-main strong{
  display:block;
  color:var(--wbz-head);
  font-size:14px;
  line-height:1.3;
}
.wbz-news-provenance-main p{
  max-width:620px;
  margin:4px 0 0;
  color:var(--wbz-mut);
  font-size:11.5px;
  line-height:1.5;
}
.wbz-news-provenance-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  color:var(--wbz-acc);
  font-size:12.5px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.wbz-news-provenance-link span{
  transition:transform .16s ease;
}
.wbz-news-provenance-link:hover span{
  transform:translateX(3px);
}

/* No empty second column when there are no related articles. */
.wbz-news-layout{
  display:block;
  max-width:820px;
}
.wbz-news-layout.has-aside{
  display:grid;
  max-width:none;
  grid-template-columns:minmax(0,760px) minmax(250px,1fr);
  gap:46px;
  align-items:start;
}

/* ---------- Archive card: stronger image/text balance ---------- */
.wbz-news-index-latest>.wbz-nlist{
  gap:18px;
}
.wbz-nc:not(.is-compact){
  min-height:188px;
  border-radius:18px;
}
.wbz-nc:not(.is-compact).has-cover{
  grid-template-columns:minmax(285px,34%) minmax(0,1fr);
}
.wbz-nc:not(.is-compact) .wbz-nc-media{
  min-height:188px;
}
.wbz-nc:not(.is-compact) .wbz-nc-body{
  justify-content:space-between;
  gap:18px;
  padding:21px 24px 19px;
}
.wbz-nc-copy{
  min-width:0;
}
.wbz-nc:not(.is-compact) .wbz-nc-meta{
  margin-bottom:9px;
}
.wbz-nc:not(.is-compact) .wbz-nc-h{
  max-width:680px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:clamp(21px,2.1vw,27px);
  line-height:1.17;
}
.wbz-nc:not(.is-compact) .wbz-nc-sum{
  max-width:670px;
  display:-webkit-box;
  overflow:hidden;
  margin-top:9px;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--wbz-ink2);
  font-size:13.5px;
  line-height:1.52;
}
.wbz-nc-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-width:0;
  padding-top:13px;
  border-top:1px solid var(--wbz-line);
}
.wbz-nc-origin{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  color:var(--wbz-ink2);
  text-decoration:none;
}
.wbz-nc-origin-mark{
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:9px;
  background:var(--wbz-tint);
  color:var(--wbz-acc);
  font-size:12px;
  font-weight:900;
}
.wbz-nc-origin b,
.wbz-nc-origin small{
  display:block;
}
.wbz-nc-origin b{
  overflow:hidden;
  color:var(--wbz-head);
  font-size:12px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wbz-nc-origin small{
  margin-top:2px;
  color:var(--wbz-mut);
  font-size:9.5px;
  line-height:1.2;
}
a.wbz-nc-origin:hover b{
  color:var(--wbz-acc);
}
.wbz-nc:not(.is-compact) .wbz-nc-more{
  flex:0 0 auto;
  margin-top:0;
  font-size:12px;
}

/* Text-only cards keep a deliberate accent instead of looking unfinished. */
.wbz-nc:not(.is-compact):not(.has-cover){
  border-left:3px solid var(--wbz-acc);
}

@media(max-width:900px){
  .wbz-news-layout.has-aside{
    grid-template-columns:1fr;
    gap:28px;
  }
  .wbz-news-provenance-card{
    align-items:flex-start;
  }
}

@media(max-width:760px){
  .wbz-nc:not(.is-compact).has-cover{
    grid-template-columns:1fr;
  }
  .wbz-nc:not(.is-compact) .wbz-nc-media{
    aspect-ratio:16/9;
    min-height:0;
  }
  .wbz-nc:not(.is-compact) .wbz-nc-body{
    gap:15px;
    padding:19px 20px 18px;
  }
  .wbz-nc-foot{
    align-items:flex-end;
  }
}

@media(max-width:640px){
  .wbz-news-provenance-card{
    display:grid;
    gap:14px;
    padding:15px;
  }
  .wbz-news-provenance-link{
    padding-left:53px;
    white-space:normal;
  }
  .wbz-nc-foot{
    align-items:center;
  }
  .wbz-nc-origin small{
    display:none;
  }
}


/* ============================================================
   NEWS POLISH 1.1.5 — one-line provenance + cleaner archive head
   ============================================================ */

/* The breadcrumbs already say that this is News; do not repeat a brand kicker. */
.wbz-news-index-head{
  margin-top:0;
}

/* Date and provenance now live together in one compact row. */
.wbz-news-provenance-card{
  justify-content:flex-start;
  gap:12px;
  min-height:58px;
  padding:12px 16px;
}
.wbz-news-provenance-card.is-official{
  background:linear-gradient(90deg,var(--wbz-tint),var(--wbz-surface) 42%);
}
.wbz-news-provenance-mark{
  flex:0 0 32px;
  width:32px;
  height:32px;
  border-radius:10px;
  font-size:15px;
}
.wbz-news-provenance-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  min-width:0;
  color:var(--wbz-ink2);
  font-size:13px;
  line-height:1.35;
}
.wbz-news-provenance-org{
  color:var(--wbz-head);
  font-weight:800;
  text-decoration:none;
}
a.wbz-news-provenance-org:hover{
  color:var(--wbz-acc);
}
.wbz-news-provenance-sep{
  color:var(--wbz-mut);
}
.wbz-news-provenance-type{
  color:var(--wbz-ink2);
}
.wbz-news-provenance-date{
  flex:0 0 auto;
  margin-left:auto;
  color:var(--wbz-mut);
  font-size:12px;
  white-space:nowrap;
}

/* Legacy 1.1.4 provenance details are no longer rendered. */
.wbz-news-provenance-main,
.wbz-news-provenance-kicker,
.wbz-news-provenance-link{
  display:none;
}

@media(max-width:640px){
  .wbz-news-provenance-card{
    display:flex;
    align-items:flex-start;
    gap:10px;
  }
  .wbz-news-provenance-line{
    flex:1 1 auto;
    font-size:12.5px;
  }
  .wbz-news-provenance-date{
    margin-left:0;
    padding-top:2px;
    font-size:11px;
  }
}

@media(max-width:520px){
  .wbz-news-provenance-card{
    flex-wrap:wrap;
  }
  .wbz-news-provenance-date{
    width:100%;
    padding-left:42px;
  }
}

/* ============================================================
   BANK NEWS INTEGRATION 1.1.6 — one content source, page-aware cards
   ============================================================ */

/* Bank overview gracefully expands the remaining card when no News exists. */
.wbz-bank-overview-three-col--one{
  grid-template-columns:minmax(0,1fr);
}

/* ---------- Compact News inside the bank overview ---------- */
.wbz-bank-news-mini{
  min-height:0;
}
.wbz-bank-news-mini__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.wbz-bank-news-mini__head>a{
  flex:0 0 auto;
  color:var(--wbz-brand);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.wbz-bank-news-mini__list{
  display:grid;
  gap:0;
  margin-top:12px;
}
.wbz-bank-news-mini__item{
  display:grid;
  gap:6px;
  padding:12px 0;
  border-top:1px solid var(--wbz-line);
}
.wbz-bank-news-mini__item:first-child{
  padding-top:0;
  border-top:0;
}
.wbz-bank-news-mini__item>div{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  color:var(--wbz-mut);
  font-size:10.5px;
  line-height:1.3;
}
.wbz-bank-news-mini__item>div span{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:2px 7px;
  border-radius:999px;
  background:var(--wbz-tint);
  color:var(--wbz-brand);
  font-weight:750;
}
.wbz-bank-news-mini__item>a{
  color:var(--wbz-head);
  font-size:13.5px;
  font-weight:750;
  line-height:1.35;
  text-decoration:none;
}
.wbz-bank-news-mini__item>a:hover{
  color:var(--wbz-brand);
}

/* ---------- Full contextual block on bank/product pages ---------- */
.wbz-bank-news-section{
  margin:24px 0;
  padding:24px;
  border:1px solid var(--wbz-line);
  border-radius:20px;
  background:var(--wbz-surface);
}
.wbz-bank-news-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:16px;
}
.wbz-bank-news-head>div>span,
.wbz-product-news-head>div>span{
  display:block;
  margin-bottom:6px;
  color:var(--wbz-brand);
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.wbz-bank-news-head h2,
.wbz-product-news-head h2{
  margin:0;
  color:var(--wbz-head);
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.wbz-bank-news-head p{
  max-width:620px;
  margin:7px 0 0;
  color:var(--wbz-ink2);
  font-size:13px;
  line-height:1.5;
}
.wbz-bank-news-head>a,
.wbz-product-news-head>a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  color:var(--wbz-brand);
  font-size:12.5px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.wbz-bank-news-head>a span,
.wbz-product-news-head>a span{
  transition:transform .16s ease;
}
.wbz-bank-news-head>a:hover span,
.wbz-product-news-head>a:hover span{
  transform:translateX(3px);
}
.wbz-bank-news-list{
  display:grid;
  gap:12px;
}
.wbz-bnews-card{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  overflow:hidden;
  min-width:0;
  border:1px solid var(--wbz-line);
  border-radius:var(--wbz-radius-lg);
  background:var(--wbz-bg2);
  transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.wbz-bnews-card.has-cover{
  grid-template-columns:160px minmax(0,1fr);
}
.wbz-bnews-card:hover{
  border-color:var(--wbz-line-strong);
  box-shadow:var(--wbz-shadow-sm);
  transform:translateY(-1px);
}
.wbz-bnews-card__media{
  display:block;
  position:relative;
  min-height:132px;
  overflow:hidden;
  background:var(--wbz-surface);
}
.wbz-bnews-card__image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .24s ease;
}
.wbz-bnews-card:hover .wbz-bnews-card__image{
  transform:scale(1.025);
}
.wbz-bnews-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:16px 18px 15px;
}
.wbz-bnews-card__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px 9px;
  margin-bottom:7px;
  color:var(--wbz-mut);
  font-size:10.5px;
  line-height:1.3;
}
.wbz-bnews-fresh{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:2px 7px;
  border-radius:999px;
  background:var(--wbz-tint);
  color:var(--wbz-brand);
  font-size:9px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.wbz-bnews-scope{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:2px 7px;
  border:1px solid var(--wbz-line);
  border-radius:999px;
  background:var(--wbz-surface);
  color:var(--wbz-ink2);
  font-weight:700;
}
.wbz-bnews-scope.is-bank-wide{
  border-color:transparent;
  background:var(--wbz-tint);
  color:var(--wbz-brand);
}
.wbz-bnews-card h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
  letter-spacing:-.015em;
}
.wbz-bnews-card h3 a{
  color:var(--wbz-head);
  text-decoration:none;
}
.wbz-bnews-card h3 a:hover{
  color:var(--wbz-brand);
}
.wbz-bnews-card__excerpt{
  display:-webkit-box;
  overflow:hidden;
  margin:7px 0 0;
  color:var(--wbz-ink2);
  font-size:12.5px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.wbz-bnews-card__more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  align-self:flex-start;
  margin-top:auto;
  padding-top:10px;
  color:var(--wbz-brand);
  font-size:11.5px;
  font-weight:800;
  text-decoration:none;
}
.wbz-bnews-card__more span{
  transition:transform .16s ease;
}
.wbz-bnews-card__more:hover span{
  transform:translateX(3px);
}
.wbz-bnews-card.no-cover{
  border-left:3px solid var(--wbz-brand);
}

/* ---------- Product hubs across banks ---------- */
.wbz-product-news-section{
  width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  margin:28px auto 54px;
  padding:24px;
  border:1px solid var(--wbz-line);
  border-radius:20px;
  background:var(--wbz-surface);
}
.wbz-product-news-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
.wbz-product-news-section>.wbz-nlist{
  grid-template-columns:1fr;
  gap:12px;
}

@media(max-width:760px){
  .wbz-bank-news-section{
    padding:19px;
    border-radius:17px;
  }
  .wbz-bank-news-head,
  .wbz-product-news-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .wbz-bank-news-head h2,
  .wbz-product-news-head h2{
    font-size:21px;
  }
  .wbz-bnews-card.has-cover{
    grid-template-columns:120px minmax(0,1fr);
  }
  .wbz-bnews-card__media{
    min-height:124px;
  }
  .wbz-bnews-card__body{
    padding:14px 15px;
  }
  .wbz-bnews-card__excerpt{
    -webkit-line-clamp:1;
  }
  .wbz-product-news-section{
    width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
    padding:19px;
  }
}

@media(max-width:520px){
  .wbz-bnews-card.has-cover{
    grid-template-columns:1fr;
  }
  .wbz-bnews-card__media{
    min-height:0;
    aspect-ratio:16/8.5;
  }
  .wbz-bnews-card__excerpt{
    -webkit-line-clamp:2;
  }
}

/* ============================================================
   BANK NEWS SYSTEM 1.1.7 — product grids + contextual filters
   ============================================================ */

/* Human wording everywhere: the empty product scope is "О банке". */
.wbz-bank-news-mini__item>div span,
.wbz-bnews-scope{
  white-space:nowrap;
}

/* ---------- Bank product page: title + filters, no repeated explanation ---------- */
.wbz-bank-news-section{
  margin:28px 0;
  padding:22px 24px 24px;
}
.wbz-bank-news-head{
  align-items:center;
  margin-bottom:14px;
}
.wbz-bank-news-head h2{
  margin:0;
  font-size:23px;
}
.wbz-bank-news-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
}
.wbz-bank-news-filters button{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 14px;
  border:1px solid var(--wbz-line);
  border-radius:999px;
  background:var(--wbz-bg2);
  color:var(--wbz-ink2);
  font:inherit;
  font-size:12px;
  font-weight:750;
  line-height:1;
  cursor:pointer;
  transition:border-color .15s ease,background-color .15s ease,color .15s ease,transform .15s ease;
}
.wbz-bank-news-filters button:hover:not(:disabled){
  border-color:var(--wbz-brand);
  color:var(--wbz-brand);
  transform:translateY(-1px);
}
.wbz-bank-news-filters button.is-active{
  border-color:var(--wbz-brand);
  background:var(--wbz-brand);
  color:var(--wbz-brand-ink,var(--wbz-acc-ink));
}
.wbz-bank-news-filters button:disabled{
  opacity:.42;
  cursor:not-allowed;
}
.wbz-bank-news-list [hidden]{
  display:none;
}

/* Slightly more editorial balance inside a concrete bank/product page. */
.wbz-bnews-card.has-cover{
  grid-template-columns:176px minmax(0,1fr);
}
.wbz-bnews-card__media{
  min-height:136px;
}
.wbz-bnews-card__body{
  padding:15px 18px 14px;
}
.wbz-bnews-card h3{
  font-size:17px;
}
.wbz-bnews-card__excerpt{
  max-width:670px;
}

/* ---------- Product hubs: two-column magazine tiles ---------- */
.wbz-product-news-section{
  width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  margin:34px auto 58px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.wbz-product-news-head{
  align-items:center;
  margin-bottom:18px;
}
.wbz-product-news-head h2{
  margin:0;
  color:var(--wbz-head);
  font-size:clamp(24px,3vw,31px);
  line-height:1.14;
  letter-spacing:-.03em;
}
.wbz-product-news-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.wbz-phnews-card{
  display:flex;
  min-width:0;
  overflow:hidden;
  flex-direction:column;
  border:1px solid var(--wbz-line);
  border-radius:18px;
  background:var(--wbz-surface);
  transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease;
}
.wbz-phnews-card:hover{
  border-color:var(--wbz-line-strong);
  box-shadow:var(--wbz-shadow-sm);
  transform:translateY(-2px);
}
.wbz-phnews-card__media{
  display:block;
  position:relative;
  overflow:hidden;
  aspect-ratio:16/8.6;
  background:var(--wbz-bg2);
}
.wbz-phnews-card__image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}
.wbz-phnews-card:hover .wbz-phnews-card__image{
  transform:scale(1.025);
}
.wbz-phnews-card__body{
  display:flex;
  min-height:190px;
  flex:1 1 auto;
  flex-direction:column;
  padding:18px 20px 19px;
}
.wbz-phnews-card__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px 9px;
  margin:0 0 10px;
  color:var(--wbz-mut);
  font-size:11px;
  line-height:1.3;
}
.wbz-phnews-fresh{
  display:inline-flex;
  align-items:center;
  min-height:21px;
  padding:3px 7px;
  border-radius:999px;
  background:var(--wbz-tint);
  color:var(--wbz-brand);
  font-size:9px;
  font-weight:850;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.wbz-phnews-bank{
  display:inline-flex;
  align-items:center;
  min-height:21px;
  padding:3px 8px;
  border-radius:999px;
  background:var(--wbz-bg2);
  color:var(--wbz-head);
  font-weight:750;
  text-decoration:none;
}
a.wbz-phnews-bank:hover{
  color:var(--wbz-brand);
}
.wbz-phnews-card h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--wbz-head);
  font-size:21px;
  line-height:1.22;
  letter-spacing:-.02em;
}
.wbz-phnews-card h3 a{
  color:inherit;
  text-decoration:none;
}
.wbz-phnews-card h3 a:hover{
  color:var(--wbz-brand);
}
.wbz-phnews-card__excerpt{
  display:-webkit-box;
  overflow:hidden;
  margin:9px 0 0;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:var(--wbz-ink2);
  font-size:13px;
  line-height:1.5;
}
.wbz-phnews-card__more{
  display:inline-flex;
  align-items:center;
  gap:7px;
  align-self:flex-start;
  margin-top:auto;
  padding-top:15px;
  color:var(--wbz-brand);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.wbz-phnews-card__more span{
  transition:transform .16s ease;
}
.wbz-phnews-card__more:hover span{
  transform:translateX(3px);
}
.wbz-phnews-card.no-cover{
  border-top:3px solid var(--wbz-brand);
}
.wbz-phnews-card.no-cover .wbz-phnews-card__body{
  min-height:230px;
}

@media(max-width:900px){
  .wbz-product-news-grid{
    gap:14px;
  }
  .wbz-phnews-card h3{
    font-size:19px;
  }
}

@media(max-width:760px){
  .wbz-bank-news-section{
    padding:19px;
  }
  .wbz-bank-news-head{
    align-items:flex-start;
  }
  .wbz-bank-news-filters{
    margin-bottom:14px;
  }
  .wbz-bnews-card.has-cover{
    grid-template-columns:128px minmax(0,1fr);
  }
  .wbz-product-news-section{
    width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  }
  .wbz-product-news-grid{
    grid-template-columns:1fr;
  }
  .wbz-phnews-card__media{
    aspect-ratio:16/8.8;
  }
  .wbz-phnews-card__body{
    min-height:170px;
  }
}

@media(max-width:520px){
  .wbz-bank-news-head{
    gap:8px;
  }
  .wbz-bank-news-head h2{
    font-size:20px;
  }
  .wbz-bank-news-filters{
    gap:6px;
  }
  .wbz-bank-news-filters button{
    min-height:32px;
    padding:6px 11px;
    font-size:11px;
  }
  .wbz-bnews-card.has-cover{
    grid-template-columns:1fr;
  }
  .wbz-bnews-card__media{
    min-height:0;
    aspect-ratio:16/8.5;
  }
  .wbz-product-news-section{
    width:min(calc(100% - 28px),var(--wbz-container));
    margin-top:28px;
  }
  .wbz-product-news-head{
    align-items:flex-start;
  }
}

/* ============================================================
   NEWS SINGLE 1.3.31 — one article column + useful post-content
   ============================================================ */
.wbz-news-single .wbz-news-layout{
  display:block;
  max-width:820px;
  margin:0 auto;
}
.wbz-news-single .wbz-news-main{width:100%}
.wbz-news-single .wbz-news-hero{
  max-width:920px;
  margin:22px auto 34px;
}
.wbz-news-single .wbz-news-article-footer{
  margin-top:44px;
}
.wbz-news-after{
  margin:58px 0 0;
  padding-top:34px;
  border-top:1px solid var(--wbz-line);
}
.wbz-news-after-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}
.wbz-news-after-head span,
.wbz-news-subscribe-copy>span{
  display:block;
  margin-bottom:7px;
  color:var(--wbz-acc);
  font-size:10.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.wbz-news-after-head h2,
.wbz-news-subscribe h2{
  margin:0;
  color:var(--wbz-head);
  font-size:clamp(24px,3vw,32px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.wbz-news-after-head>a{
  flex:0 0 auto;
  color:var(--wbz-acc);
  font-size:13px;
  font-weight:750;
  text-decoration:none;
}
.wbz-news-after-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.wbz-news-after-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--wbz-line);
  border-radius:16px;
  background:var(--wbz-surface);
  transition:border-color .16s,transform .16s,box-shadow .16s;
}
.wbz-news-after-card:hover{
  border-color:var(--wbz-line-strong);
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(16,21,40,.07);
}
html[data-theme="dark"] .wbz-news-after-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.28)}
.wbz-news-after-media{
  display:grid;
  place-items:center;
  aspect-ratio:16/9;
  overflow:hidden;
  background:linear-gradient(135deg,var(--wbz-tint),var(--wbz-bg2));
  color:var(--wbz-acc);
  text-decoration:none;
  font-size:26px;
  font-weight:850;
}
.wbz-news-after-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.wbz-news-after-card:hover .wbz-news-after-media img{transform:scale(1.025)}
.wbz-news-after-copy{padding:16px 17px 18px}
.wbz-news-after-copy time{
  color:var(--wbz-mut);
  font-size:11px;
}
.wbz-news-after-copy h3{
  margin:7px 0 8px;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.015em;
}
.wbz-news-after-copy h3 a{
  color:var(--wbz-head);
  text-decoration:none;
}
.wbz-news-after-copy h3 a:hover{color:var(--wbz-acc)}
.wbz-news-after-copy p{
  margin:0;
  color:var(--wbz-ink2);
  font-size:12.5px;
  line-height:1.55;
}
.wbz-news-subscribe{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:34px;
  align-items:start;
  margin:34px 0 64px;
  padding:28px 30px;
  border:1px solid var(--wbz-line);
  border-radius:18px;
  background:linear-gradient(135deg,var(--wbz-tint),var(--wbz-surface) 52%);
}
.wbz-news-subscribe-copy p{
  max-width:520px;
  margin:10px 0 0;
  color:var(--wbz-ink2);
  font-size:14px;
  line-height:1.6;
}
.wbz-news-subscribe-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:start;
}
.wbz-news-subscribe-form>input[type="email"]{
  width:100%;
  height:44px;
  padding:0 14px;
  border:1px solid var(--wbz-line-strong);
  border-radius:11px;
  background:var(--wbz-bg);
  color:var(--wbz-ink);
  font:inherit;
  font-size:13px;
}
.wbz-news-subscribe-form>button{
  min-height:44px;
  padding:0 18px;
  border:1px solid var(--wbz-acc);
  border-radius:11px;
  background:var(--wbz-acc);
  color:var(--wbz-acc-ink);
  font:inherit;
  font-size:13px;
  font-weight:750;
  cursor:pointer;
}
.wbz-news-subscribe-form .wbz-newsletter-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.wbz-news-subscribe-form .wbz-newsletter-consent,
.wbz-news-subscribe-form .wbz-newsletter-notice{
  grid-column:1/-1;
}
.wbz-news-subscribe-form .wbz-newsletter-consent{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:var(--wbz-mut);
  font-size:10.5px;
  line-height:1.45;
}
.wbz-news-subscribe-form .wbz-newsletter-consent input{margin-top:2px}
.wbz-news-subscribe-form .wbz-newsletter-consent a{color:var(--wbz-acc)}
.wbz-news-subscribe-form .wbz-newsletter-notice{
  padding:9px 11px;
  border-radius:9px;
  background:var(--wbz-bg2);
  color:var(--wbz-ink2);
  font-size:11px;
}
@media(max-width:900px){
  .wbz-news-after-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wbz-news-after-card:last-child:nth-child(odd){grid-column:1/-1}
  .wbz-news-subscribe{grid-template-columns:1fr;gap:20px}
}
@media(max-width:640px){
  .wbz-news-single .wbz-news-hero{margin-top:16px}
  .wbz-news-after{margin-top:44px;padding-top:28px}
  .wbz-news-after-head{align-items:flex-start;flex-direction:column;gap:10px}
  .wbz-news-after-grid{grid-template-columns:1fr}
  .wbz-news-after-card:last-child:nth-child(odd){grid-column:auto}
  .wbz-news-subscribe{margin:26px 0 46px;padding:20px 18px;border-radius:15px}
  .wbz-news-subscribe-form{grid-template-columns:1fr}
  .wbz-news-subscribe-form>button{width:100%}
}

/* ========================================================================== */
/* NEWS SINGLE 1.3.32 — traffic article + editorial rail                    */
/* ========================================================================== */
.wbz-news-single .wbz-news-hero{
  max-width:1120px;
  margin:26px auto 0;
}
.wbz-news-single .entry-title,
.wbz-news-single .wbz-news-dek,
.wbz-news-single .wbz-news-provenance-card{
  max-width:920px;
}
.wbz-news-single .wbz-news-cover{
  max-width:1120px;
  margin:26px 0 0;
  overflow:hidden;
  border:1px solid var(--wbz-line);
  border-radius:20px;
  background:var(--wbz-bg2);
}
.wbz-news-single .wbz-news-cover img{
  display:block;
  width:100%;
  height:auto;
  max-height:650px;
  object-fit:cover;
}
.wbz-news-provenance-dates{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:5px 14px;
  margin-left:auto;
  color:var(--wbz-mut);
  font-size:11px;
  line-height:1.4;
}
.wbz-news-single .wbz-news-layout.has-aside{
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(260px,300px);
  gap:42px;
  align-items:start;
  max-width:1120px;
  margin:34px auto 0;
}
.wbz-news-single .wbz-news-main{
  min-width:0;
  max-width:none;
  margin:0;
}
.wbz-news-single .wbz-news-body{
  max-width:none;
  margin:0;
}
.wbz-news-aside{
  position:sticky;
  top:92px;
  display:grid;
  gap:14px;
  min-width:0;
}
.wbz-news-side-card{
  padding:20px;
  border:1px solid var(--wbz-line);
  border-radius:16px;
  background:var(--wbz-surface);
  box-shadow:0 12px 34px rgba(16,24,40,.045);
}
.wbz-news-side-card h2{
  margin:4px 0 13px;
  color:var(--wbz-head);
  font-size:19px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.wbz-news-side-card p{
  margin:0;
  color:var(--wbz-ink2);
  font-size:12.5px;
  line-height:1.55;
}
.wbz-news-side-kicker{
  color:var(--wbz-acc);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wbz-news-facts ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.wbz-news-facts li{
  position:relative;
  margin:0;
  padding:0 0 0 15px;
  color:var(--wbz-ink2);
  font-size:12.5px;
  line-height:1.5;
}
.wbz-news-facts li::before{
  content:"";
  position:absolute;
  top:.62em;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--wbz-acc);
}
.wbz-news-aside .wbz-news-related{
  display:grid;
  gap:0;
}
.wbz-news-aside .wbz-news-related a{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:11px 0;
  border-top:1px solid var(--wbz-line);
  color:var(--wbz-head);
  text-decoration:none;
  font-size:12px;
  line-height:1.35;
}
.wbz-news-aside .wbz-news-related a:first-child{border-top:0;padding-top:2px}
.wbz-news-aside .wbz-news-related a span{color:var(--wbz-acc)}
.wbz-news-aside .wbz-news-related a:hover b{color:var(--wbz-acc)}
.wbz-news-side-card.is-follow{
  background:linear-gradient(145deg,var(--wbz-tint),var(--wbz-surface) 64%);
}
.wbz-news-side-card.is-follow a{
  display:inline-block;
  margin-top:13px;
  color:var(--wbz-acc);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.wbz-news-editorial-block{
  margin:34px 0 0;
  padding:24px 26px;
  border:1px solid var(--wbz-line);
  border-radius:16px;
  background:var(--wbz-bg2);
}
.wbz-news-editorial-block>span{
  color:var(--wbz-acc);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wbz-news-editorial-block h2{
  margin:5px 0 12px;
  color:var(--wbz-head);
  font-size:23px;
  line-height:1.22;
  letter-spacing:-.025em;
}
.wbz-news-editorial-block p{
  margin:0 0 10px;
  color:var(--wbz-ink2);
  font-size:15px;
  line-height:1.75;
}
.wbz-news-editorial-block p:last-child{margin-bottom:0}
.wbz-news-editorial-block.is-impact{
  border-left:3px solid var(--wbz-acc);
}
.wbz-news-article-footer{
  max-width:none;
  margin-top:38px;
}
.wbz-news-after{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.wbz-news-subscribe{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:960px){
  .wbz-news-single .wbz-news-layout.has-aside{
    grid-template-columns:1fr;
    gap:24px;
  }
  .wbz-news-aside{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .wbz-news-side-card.is-follow{grid-column:1/-1}
}
@media(max-width:680px){
  .wbz-news-single .wbz-news-layout.has-aside{margin-top:24px}
  .wbz-news-aside{grid-template-columns:1fr}
  .wbz-news-side-card.is-follow{grid-column:auto}
  .wbz-news-provenance-dates{width:100%;justify-content:flex-start;margin:8px 0 0}
  .wbz-news-editorial-block{padding:20px 18px}
  .wbz-news-editorial-block h2{font-size:21px}
}

/* ========================================================================
   NEWS SINGLE 1.3.53 — continuous reading / wide editorial article
   ======================================================================== */
.wbz-news-article-page .content-container{max-width:1180px}
.wbz-news-article-shell{max-width:1160px;margin:0 auto}
.wbz-news-stream{display:block}
.wbz-news-stream-unit{position:relative;padding:8px 0 56px}
.wbz-news-stream-unit.is-continuation{padding-top:22px}
.wbz-news-stream-hero{max-width:980px;margin:24px auto 0}
.wbz-news-stream-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.wbz-news-read-time{color:var(--wbz-mut);font-size:12px;font-weight:700}
.wbz-news-stream-title{max-width:930px;margin:0;color:var(--wbz-head);font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}
.wbz-news-stream-unit.is-continuation .wbz-news-stream-title{font-size:clamp(34px,4.6vw,54px)}
.wbz-news-stream-dek{max-width:850px;margin:18px 0 0;color:var(--wbz-ink2);font-size:clamp(18px,2vw,22px);line-height:1.48}
.wbz-news-byline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:17px 0;border-top:1px solid var(--wbz-line);border-bottom:1px solid var(--wbz-line)}
.wbz-news-byline-author{display:flex;align-items:center;gap:11px;min-width:0}
.wbz-news-byline-mark{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:var(--wbz-tint);color:var(--wbz-acc);font-weight:900;font-size:13px}
.wbz-news-byline-author>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 8px}
.wbz-news-byline-author strong,.wbz-news-byline-author a{color:var(--wbz-head);font-size:13px;font-weight:800;text-decoration:none}
.wbz-news-byline-author a:hover{color:var(--wbz-acc)}
.wbz-news-byline-author span{color:var(--wbz-mut);font-size:12px}
.wbz-news-byline-dates{display:flex;align-items:flex-end;flex-direction:column;gap:3px;color:var(--wbz-mut);font-size:11px;white-space:nowrap}
.wbz-news-stream-cover{max-width:1080px;margin:30px -50px 0;border-radius:20px;overflow:hidden;background:var(--wbz-bg2)}
.wbz-news-stream-cover img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}
.wbz-news-stream-reading{max-width:800px;margin:34px auto 0}
.wbz-news-stream-highlights{display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px;margin:0 0 34px;padding:22px 24px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-bg2)}
.wbz-news-stream-highlights>div>span{color:var(--wbz-acc);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wbz-news-stream-highlights h3{margin:5px 0 0;color:var(--wbz-head);font-size:22px;line-height:1.15}
.wbz-news-stream-highlights ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.wbz-news-stream-highlights li{position:relative;padding-left:18px;color:var(--wbz-ink2);font-size:14px;line-height:1.5}
.wbz-news-stream-highlights li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--wbz-acc)}
.wbz-news-stream-body{max-width:none}
.wbz-news-stream-body>p,.wbz-news-stream-body>ul,.wbz-news-stream-body>ol,.wbz-news-stream-body>blockquote{font-size:17px;line-height:1.78}
.wbz-news-stream-body>p{margin:0 0 20px}
.wbz-news-stream-body h2{margin:42px 0 16px;color:var(--wbz-head);font-size:30px;line-height:1.18;letter-spacing:-.025em}
.wbz-news-stream-body h3{margin:34px 0 14px;color:var(--wbz-head);font-size:24px;line-height:1.22}
.wbz-news-stream-reading .wbz-news-editorial-block{margin-top:34px}
.wbz-news-stream-reading .wbz-news-editorial-block h3{margin:5px 0 12px;color:var(--wbz-head);font-size:23px;line-height:1.22;letter-spacing:-.025em}
.wbz-news-stream-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:42px;padding-top:20px;border-top:1px solid var(--wbz-line)}
.wbz-news-stream-footer-links,.wbz-news-stream-footer-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px}
.wbz-news-stream-footer a{color:var(--wbz-ink2);font-size:12px;font-weight:800;text-decoration:none}
.wbz-news-stream-footer a:hover{color:var(--wbz-acc)}
.wbz-news-stream-footer-links a{padding:7px 10px;border:1px solid var(--wbz-line);border-radius:999px;background:var(--wbz-surface)}
.wbz-news-stream-separator{display:flex;align-items:center;gap:14px;max-width:980px;margin:6px auto 38px;color:var(--wbz-mut);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wbz-news-stream-separator::before,.wbz-news-stream-separator::after{content:"";height:1px;flex:1;background:var(--wbz-line)}
.wbz-news-stream-ad{max-width:980px;margin:0 auto 34px}
.wbz-news-stream-controls{display:grid;justify-items:center;gap:12px;max-width:800px;margin:0 auto 28px;text-align:center}
.wbz-news-stream-sentinel{width:100%;height:1px}
.wbz-news-stream-status{min-height:20px;margin:0;color:var(--wbz-mut);font-size:13px}
.wbz-news-stream-more{min-height:44px;padding:0 20px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-surface);color:var(--wbz-head);font:inherit;font-size:14px;font-weight:800;cursor:pointer}
.wbz-news-stream-more:hover{border-color:var(--wbz-acc);color:var(--wbz-acc)}
.wbz-news-stream-all{color:var(--wbz-acc);font-size:13px;font-weight:800;text-decoration:none}
.wbz-news-stream-subscribe{max-width:980px;margin-top:34px}
@media(max-width:1180px){.wbz-news-stream-cover{margin-left:0;margin-right:0}}
@media(max-width:760px){
  .wbz-news-stream-unit{padding-bottom:44px}
  .wbz-news-stream-hero{margin-top:18px}
  .wbz-news-stream-title,.wbz-news-stream-unit.is-continuation .wbz-news-stream-title{font-size:clamp(34px,10vw,46px);line-height:1.07}
  .wbz-news-stream-dek{font-size:17px;line-height:1.55}
  .wbz-news-byline{align-items:flex-start;flex-direction:column;gap:11px}
  .wbz-news-byline-dates{align-items:flex-start}
  .wbz-news-stream-cover{margin-top:22px;border-radius:14px}
  .wbz-news-stream-reading{margin-top:26px}
  .wbz-news-stream-highlights{grid-template-columns:1fr;gap:14px;padding:19px 18px}
  .wbz-news-stream-body>p,.wbz-news-stream-body>ul,.wbz-news-stream-body>ol,.wbz-news-stream-body>blockquote{font-size:16px;line-height:1.75}
  .wbz-news-stream-body h2{font-size:27px}
  .wbz-news-stream-body h3{font-size:22px}
  .wbz-news-stream-footer{align-items:flex-start;flex-direction:column}
  .wbz-news-stream-separator{margin-bottom:28px}
}

/* ========================================================================
   NEWS SINGLE 1.3.54 — centered reading rail + sequential stream
   ======================================================================== */
.wbz-news-article-page{
  padding-top:22px;
}
.wbz-news-article-page .content-container{
  width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  max-width:var(--wbz-container);
  margin-inline:auto;
  padding:0;
}
.wbz-news-article-shell{
  width:100%;
  max-width:var(--wbz-container);
  margin-inline:auto;
}
.wbz-news-article-shell>.wbz-bcrumb{
  width:100%;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.wbz-news-stream-unit{
  width:100%;
  max-width:980px;
  margin-inline:auto;
}
.wbz-news-stream-hero{
  width:100%;
  max-width:900px;
  margin:24px auto 0;
}
.wbz-news-stream-title{
  max-width:900px;
  font-size:clamp(38px,4.6vw,56px);
  line-height:1.055;
}
.wbz-news-stream-unit.is-continuation .wbz-news-stream-title{
  font-size:clamp(34px,4.2vw,50px);
}
.wbz-news-stream-dek{
  max-width:800px;
  font-size:clamp(18px,1.8vw,21px);
}
.wbz-news-stream-cover{
  width:100%;
  max-width:980px;
  margin:28px auto 0;
}
.wbz-news-stream-reading{
  width:100%;
  max-width:800px;
  margin:32px auto 0;
}
.wbz-news-stream-separator,
.wbz-news-stream-ad{
  max-width:900px;
}
.wbz-news-stream-controls{
  max-width:800px;
}
.wbz-news-stream-sentinel{display:none}
@media(max-width:760px){
  .wbz-news-article-page{padding-top:14px}
  .wbz-news-article-page .content-container{width:calc(100% - 32px)}
  .wbz-news-article-shell>.wbz-bcrumb{max-width:none}
  .wbz-news-stream-unit,.wbz-news-stream-hero,.wbz-news-stream-reading{max-width:none}
  .wbz-news-stream-title,.wbz-news-stream-unit.is-continuation .wbz-news-stream-title{font-size:clamp(32px,10vw,44px)}
}

/* ========================================================================
   NEWS SINGLE 1.3.57 — unified article metadata rail
   ======================================================================== */
.wbz-news-stream-meta{display:none}
.wbz-news-byline{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:18px 24px;
  margin-top:24px;
  padding:14px 16px;
  border:1px solid var(--wbz-line);
  border-radius:14px;
  background:var(--wbz-bg2);
}
.wbz-news-byline-author{min-width:0}
.wbz-news-byline-author>div{align-items:center}
.wbz-news-byline-tech{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px 10px;
  min-width:0;
  color:var(--wbz-mut);
  font-size:11.5px;
  font-weight:700;
}
.wbz-news-byline-chip{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 9px;
  border:1px solid color-mix(in srgb,var(--wbz-acc) 22%,var(--wbz-line));
  border-radius:999px;
  background:var(--wbz-tint);
  color:var(--wbz-head);
  font-size:11px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.wbz-news-byline-chip:hover{border-color:var(--wbz-acc);color:var(--wbz-acc)}
.wbz-news-byline-chip.is-muted{background:var(--wbz-surface);color:var(--wbz-ink2)}
.wbz-news-byline-read-time{white-space:nowrap;color:var(--wbz-mut)}
.wbz-news-byline-dates{justify-self:end;text-align:right}
@media(max-width:900px){
  .wbz-news-byline{grid-template-columns:minmax(0,1fr) auto}
  .wbz-news-byline-tech{grid-column:1/-1;grid-row:2;justify-content:flex-start;padding-left:45px}
}
@media(max-width:620px){
  .wbz-news-byline{grid-template-columns:1fr;gap:10px;padding:14px}
  .wbz-news-byline-tech{grid-column:auto;grid-row:auto;justify-content:flex-start;padding-left:45px}
  .wbz-news-byline-dates{justify-self:start;align-items:flex-start;padding-left:45px;text-align:left;white-space:normal}
}


/* ========================================================================
   NEWS SINGLE 1.3.58 — transparent multi-source provenance
   ======================================================================== */
.wbz-news-stream-footer-actions{position:relative}
.wbz-news-sources{position:relative}
.wbz-news-sources>summary{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;color:var(--wbz-ink2);font-size:12px;font-weight:800;user-select:none}
.wbz-news-sources>summary::-webkit-details-marker{display:none}
.wbz-news-sources>summary::after{content:"⌄";font-size:13px;line-height:1;transition:transform .15s ease}
.wbz-news-sources[open]>summary::after{transform:rotate(180deg)}
.wbz-news-sources>summary span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border:1px solid var(--wbz-line);border-radius:999px;background:var(--wbz-surface);font-size:10px}
.wbz-news-sources-popover{position:absolute;right:0;bottom:calc(100% + 12px);z-index:12;width:min(430px,calc(100vw - 32px));padding:16px;border:1px solid var(--wbz-line);border-radius:14px;background:var(--wbz-surface);box-shadow:0 18px 50px rgba(0,0,0,.18)}
.wbz-news-sources-popover>strong{display:block;margin-bottom:8px;color:var(--wbz-head);font-size:13px}
.wbz-news-sources-popover ul{display:grid;gap:0;margin:0;padding:0;list-style:none}
.wbz-news-sources-popover li{display:grid;grid-template-columns:126px minmax(0,1fr);gap:2px 10px;padding:10px 0;border-top:1px solid var(--wbz-line)}
.wbz-news-sources-popover li:first-child{border-top:0;padding-top:4px}
.wbz-news-sources-popover li>span{grid-row:1/3;color:var(--wbz-mut);font-size:10px;font-weight:800;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}
.wbz-news-sources-popover li>a{color:var(--wbz-head);font-size:12px;font-weight:800;line-height:1.4;text-decoration:none}
.wbz-news-sources-popover li>a:hover{color:var(--wbz-acc)}
.wbz-news-sources-popover li>small{color:var(--wbz-mut);font-size:10.5px;line-height:1.4}
@media(max-width:640px){.wbz-news-sources-popover{position:fixed;left:16px;right:16px;bottom:18px;width:auto;max-height:62vh;overflow:auto}.wbz-news-sources-popover li{grid-template-columns:1fr;gap:3px}.wbz-news-sources-popover li>span{grid-row:auto}}
