/* ============================================================
   WIKIBIZ BREADCRUMBS
   Compact, clean and aligned with the main content rail.
   ============================================================ */

.wbz-bcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  min-height:34px;
  margin:0 auto 12px;
  padding:8px 0 4px;
  color:var(--wbz-mut);
  font-family:var(--wbz-font-body);
  font-size:12px;
  line-height:1.4;
}

.wbz-bcrumb a{
  display:inline-flex;
  align-items:center;
  color:var(--wbz-mut);
  text-decoration:none;
  border:0;
  background:transparent;
  transition:color .15s ease;
}

.wbz-bcrumb a:hover,
.wbz-bcrumb a:focus-visible{
  color:var(--wbz-brand);
  text-decoration:none;
}

.wbz-bcrumb .sep{
  color:var(--wbz-line-strong);
  opacity:1;
  user-select:none;
}

.wbz-bcrumb .cur{
  color:var(--wbz-ink2);
  font-weight:500;
}

/* Chips "Другие банки". */
.wbz-otherbanks{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 24px;
  font-family:var(--wbz-font-body);
}

.wbz-otherbanks .lbl{
  margin-right:2px;
  color:var(--wbz-mut);
  font-size:13px;
}

.wbz-otherbanks a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 13px;
  border:1px solid var(--wbz-line);
  border-radius:var(--wbz-radius-pill);
  background:var(--wbz-surface);
  color:var(--wbz-ink2);
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  transition:border-color .15s ease,color .15s ease,background-color .15s ease;
}

.wbz-otherbanks a:hover,
.wbz-otherbanks a:focus-visible{
  border-color:var(--wbz-brand);
  background:var(--wbz-tint);
  color:var(--wbz-brand);
  text-decoration:none;
}

@media(max-width:600px){
  .wbz-bcrumb{
    gap:5px;
    min-height:30px;
    margin-bottom:10px;
    padding-top:7px;
    font-size:11px;
  }
}
