/* Wspólne elementy layoutu: stopka i podstrony informacyjne */
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 0;
  padding: 0;
  color: #56637a;
  border-top: 1px solid rgba(8,21,45,.08);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.7fr);
  gap: 46px;
  align-items: start;
  padding: 30px 0 22px;
}
.site-footer__brand,
.site-footer__col {
  min-width: 0;
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  color: #07145a;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 14px;
}
.site-footer__logo:hover {
  text-decoration: none;
}
.site-footer__logo-img {
  display: block;
  width: 176px;
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}
.site-footer__mark {
  display: none;
}
.site-footer__brand p,
.site-footer__nav p {
  margin: 0 0 12px;
  color: #56637a;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}
.site-footer__brand p:first-of-type {
  max-width: 420px;
  color: #3d4b63;
  font-weight: 500;
}
.site-footer__legal-note {
  max-width: 470px;
  margin-top: 10px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6a768d !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}
.site-footer__nav {
  display: grid !important;
  grid-template-columns: minmax(130px, .75fr) minmax(170px, .85fr) minmax(260px, 1.35fr);
  gap: 30px;
  align-items: start;
}
.site-footer__nav h2 {
  margin: 0 0 12px;
  color: #07145a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: none;
  letter-spacing: -.01em;
}
.site-footer__nav a {
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  color: #084a83;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}
.site-footer__col--small a {
  font-size: 13.5px;
  font-weight: 760;
}
.site-footer__nav a:hover,
.site-footer__bottom a:hover,
.cookie-notice a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__data {
  padding: 0;
}
.site-footer__data p {
  max-width: 360px;
  font-size: 13.5px;
  line-height: 1.72;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  padding: 16px 0 26px;
  border-top: 1px solid rgba(8,21,45,.08);
  font-size: 13px;
  color: #667085;
}
.site-footer__bottom a {
  color: #084a83;
  text-decoration: none;
  font-weight: 800;
}
.cookie-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  pointer-events: none;
}
.cookie-notice__inner {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 14px 16px;
  border: 1px solid rgba(8,21,45,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 55px rgba(8,21,45,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: auto;
}
.cookie-notice p {
  margin: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
}
.cookie-notice a {
  color: #084a83;
  font-weight: 800;
  text-decoration: none;
}
.cookie-notice__btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #084a83;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(8,74,131,.18);
}
.cookie-notice__btn:hover {
  background: #073d6d;
}
.legal-page {
  width: min(920px, calc(100% - 32px));
  margin: 28px auto 0;
}
.legal-page__hero,
.legal-page__content {
  background: #fff;
  border: 1px solid rgba(8,21,45,.08);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(8,21,45,.035);
}
.legal-page__hero {
  padding: 32px;
  margin-bottom: 18px;
}
.legal-page__hero .eyebrow {
  margin: 0 0 10px;
}
.legal-page__hero h1 {
  margin: 0 0 12px;
  color: #07145a;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.legal-page__hero p {
  margin: 0;
  color: #43516a;
  font-size: 17px;
  line-height: 1.7;
}
.legal-page__content {
  padding: 32px;
}
.legal-page__content h2 {
  margin: 28px 0 10px;
  color: #07145a;
  font-size: 22px;
  line-height: 1.25;
}
.legal-page__content h2:first-child {
  margin-top: 0;
}
.legal-page__content p,
.legal-page__content li {
  color: #26364f;
  font-size: 15px;
  line-height: 1.78;
}
.legal-page__content p {
  margin: 0 0 14px;
}
.legal-page__content ul {
  margin: 0 0 16px 20px;
  padding: 0;
}
.legal-page__notice {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid rgba(8,21,45,.08);
  border-radius: 16px;
  background: #f7f9fd;
  color: #26364f;
}
.legal-page__contact-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.legal-page__contact-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(8,21,45,.08);
  border-radius: 14px;
  background: #f7f9fd;
}
.legal-page__contact-row b {
  color: #07145a;
}
.legal-page__contact-row a {
  color: #084a83;
  font-weight: 850;
  text-decoration: none;
}
.legal-page__contact-row a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .site-footer {
    width: calc(100% - 28px);
    margin-top: 30px;
  }
  .site-footer__logo-img {
    width: 158px;
    flex-basis: auto;
  }
  .site-footer__legal-note {
    font-size: 12.5px !important;
    line-height: 1.65 !important;
  }
  .site-footer__inner,
  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .site-footer__inner {
    padding-top: 26px;
  }
  .site-footer__nav {
    gap: 20px;
  }
  .site-footer__bottom {
    flex-direction: column;
  }
  .cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-notice__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }
  .cookie-notice__btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }
  .legal-page {
    width: calc(100% - 28px);
    margin-top: 18px;
  }
  .legal-page__hero,
  .legal-page__content {
    padding: 22px;
    border-radius: 18px;
  }
  .legal-page__hero h1 {
    font-size: 30px;
  }
  .legal-page__contact-row {
    flex-direction: column;
    gap: 4px;
  }
}


/* Dolny panel CTA online dla podstron bankowych */
.online-bank-panel{
  --bank-accent:#07145a;
  --bank-accent-hover:#0a2a66;
  --bank-accent-rgb:7,20,90;
  scroll-margin-top:96px;
  margin:28px 0 0;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(var(--bank-accent-rgb),.16);
  background:linear-gradient(135deg,rgba(var(--bank-accent-rgb),.055),#fff 58%);
  box-shadow:0 10px 30px rgba(8,21,45,.055);
  display:grid;
  grid-template-columns:96px 1fr;
  gap:22px;
  align-items:center;
}
.online-bank-panel__media{
  width:96px;
  height:96px;
  border-radius:22px;
  border:1px solid rgba(8,21,45,.08);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(8,21,45,.06);
  overflow:hidden;
}
.online-bank-panel__media img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  padding:14px;
  box-sizing:border-box;
}
.online-bank-panel__media span{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(var(--bank-accent-rgb),.08);
  color:var(--bank-accent);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:850;
}
.online-bank-panel__content{min-width:0;}
.online-bank-panel__eyebrow{
  margin:0 0 5px!important;
  color:var(--bank-accent)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  line-height:1.2!important;
}
.online-bank-panel h2{
  margin:0 0 8px!important;
  color:#00124d!important;
  font-size:26px!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}
.online-bank-panel p{
  margin:0!important;
  color:#42526b!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.online-bank-panel__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.online-bank-panel__btn{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  border:none!important;
  background:var(--bank-accent)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.1!important;
  text-decoration:none!important;
  box-shadow:0 6px 16px rgba(var(--bank-accent-rgb),.10)!important;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease!important;
}
.online-bank-panel__btn:hover,
.online-bank-panel__btn:focus{
  background:var(--bank-accent-hover)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(var(--bank-accent-rgb),.13)!important;
  transform:none!important;
  text-decoration:none!important;
}
.online-bank-panel__note{
  margin-top:10px!important;
  color:#7a879a!important;
  font-size:12px!important;
  line-height:1.45!important;
}
@media(max-width:700px){
  .online-bank-panel{
    scroll-margin-top:82px;
    grid-template-columns:1fr;
    gap:15px;
    padding:22px;
    border-radius:22px;
    text-align:left;
  }
  .online-bank-panel__media{width:74px;height:74px;border-radius:18px;}
  .online-bank-panel__media img{padding:10px;}
  .online-bank-panel h2{font-size:22px!important;}
  .online-bank-panel__actions{display:grid;grid-template-columns:1fr;gap:18px;}
  .online-bank-panel__btn{width:100%!important;min-height:48px!important;}
}


/* Dodatkowy panel kont w sidebarze - pierwszy kafel, tylko desktop */
.bank-sidebar-account-box{
  --bank-accent:#07145a;
  --bank-accent-hover:#0a2a66;
  --bank-accent-rgb:7,20,90;
  background:#fff;
  border:1px solid rgba(var(--bank-accent-rgb),.22);
  border-radius:22px;
  padding:18px;
  box-shadow:0 6px 16px rgba(var(--bank-accent-rgb),.035);
}
.bank-sidebar-account-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.bank-sidebar-account-actions__btn{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(var(--bank-accent-rgb),.55)!important;
  background:#fff!important;
  color:var(--bank-accent)!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:0 4px 12px rgba(var(--bank-accent-rgb),.04)!important;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease!important;
}
.bank-sidebar-account-actions__btn:hover,
.bank-sidebar-account-actions__btn:focus{
  background:rgba(var(--bank-accent-rgb),.055)!important;
  color:var(--bank-accent-hover)!important;
  box-shadow:0 6px 16px rgba(var(--bank-accent-rgb),.07)!important;
  transform:none!important;
  text-decoration:none!important;
}
.bank-sidebar-account-actions__btn:focus-visible{
  outline:3px solid rgba(var(--bank-accent-rgb),.16)!important;
  outline-offset:3px!important;
}
@media(max-width:960px){
  .bank-sidebar-account-box{display:none!important;}
  .bank-sidebar-account-actions{display:none!important;}
}

/* Pełny panel banku w lewym sidebarze - logo + linki kont, tylko desktop */
.bank-sidebar-bank-card{
  --bank-accent:#07145a;
  --bank-accent-hover:#0a2a66;
  --bank-accent-rgb:7,20,90;
  background:#fff;
  border:1px solid rgba(8,21,45,.08);
  border-radius:24px;
  padding:28px 24px;
  box-shadow:0 6px 16px rgba(8,21,45,.025);
  text-align:center;
}
.bank-sidebar-bank-logo-box{
  width:138px;
  height:138px;
  margin:0 auto 16px;
  border-radius:24px;
  border:1px solid rgba(8,21,45,.08);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(8,21,45,.03);
}
.bank-sidebar-bank-logo-box img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  padding:16px;
  box-sizing:border-box;
}
.bank-sidebar-bank-logo-box span{
  width:62px;
  height:62px;
  border-radius:18px;
  background:rgba(var(--bank-accent-rgb),.08);
  color:var(--bank-accent);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
}
.bank-sidebar-bank-card h3{
  margin:0 0 8px!important;
  color:#00124d!important;
  font-size:19px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.bank-sidebar-bank-card p{
  margin:0!important;
  color:#65728a!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:700!important;
}
.bank-sidebar-bank-separator{
  height:1px;
  margin:18px 0 16px;
  background:rgba(8,21,45,.09);
}
.bank-sidebar-bank-card .bank-sidebar-account-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
@media(max-width:960px){
  .bank-sidebar-bank-card{display:none!important;}
}

/* Kompaktowy panel kont pod hero na mobile */
.bank-mobile-account-panel{
  display:none;
  --bank-accent:#07145a;
  --bank-accent-hover:#0a2a66;
  --bank-accent-rgb:7,20,90;
}
@media(max-width:960px){
  .bank-mobile-account-panel{
    display:block;
    margin:-8px 0 22px;
    padding:16px;
    border-radius:22px;
    background:linear-gradient(135deg, rgba(var(--bank-accent-rgb),.035), #fff 62%);
    border:1px solid rgba(var(--bank-accent-rgb),.18);
    box-shadow:0 8px 18px rgba(8,21,45,.03);
  }
  .bank-mobile-account-panel__head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
  }
  .bank-mobile-account-panel__logo{
    width:52px;
    height:52px;
    border-radius:15px;
    background:#fff;
    border:1px solid rgba(8,21,45,.08);
    box-shadow:0 5px 14px rgba(8,21,45,.028);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    flex:0 0 auto;
  }
  .bank-mobile-account-panel__logo img{
    display:block;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    padding:7px;
    box-sizing:border-box;
  }
  .bank-mobile-account-panel__logo span{
    width:34px;
    height:34px;
    border-radius:11px;
    background:rgba(var(--bank-accent-rgb),.08);
    color:var(--bank-accent);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    font-size:18px;
  }
  .bank-mobile-account-panel__copy{
    min-width:0;
  }
  .bank-mobile-account-panel__copy span{
    display:block;
    margin:0 0 2px;
    color:var(--bank-accent);
    font-size:11px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .bank-mobile-account-panel__copy strong{
    display:block;
    color:#00124d;
    font-size:17px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.02em;
  }
  .bank-mobile-account-panel__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .bank-mobile-account-panel__btn{
    appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    padding:0 18px!important;
    border-radius:999px!important;
    border:1px solid rgba(var(--bank-accent-rgb),.55)!important;
    background:#fff!important;
    color:var(--bank-accent)!important;
    font-size:15px!important;
    font-weight:850!important;
    line-height:1.12!important;
    text-align:center!important;
    text-decoration:none!important;
    box-shadow:0 4px 12px rgba(var(--bank-accent-rgb),.04)!important;
    transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease!important;
  }
  .bank-mobile-account-panel__btn:hover,
  .bank-mobile-account-panel__btn:focus{
    background:rgba(var(--bank-accent-rgb),.055)!important;
    color:var(--bank-accent-hover)!important;
    box-shadow:0 12px 24px rgba(var(--bank-accent-rgb),.12)!important;
    transform:none!important;
    text-decoration:none!important;
  }
}
@media(max-width:430px){
  .bank-mobile-account-panel{
    margin:-6px 0 20px;
    padding:14px;
    border-radius:20px;
  }
  .bank-mobile-account-panel__actions{
    gap:8px;
  }
  .bank-mobile-account-panel__btn{
    min-height:42px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }
  .bank-mobile-account-panel__copy strong{
    font-size:16px;
  }
}

/* Przyciski kont i badge bonusu */
.sb-account-btn{
  position:relative!important;
  gap:0!important;
  overflow:visible!important;
  isolation:isolate;
}
.sb-account-btn__icon{
  display:none!important;
}
.sb-account-btn__label{
  position:relative;
  z-index:2;
  min-width:0;
  white-space:nowrap;
  text-align:center;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.01em;
}
.sb-account-btn__bonus{
  position:absolute;
  top:0;
  right:18px;
  transform:translateY(-50%);
  z-index:30;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:19px;
  padding:3px 9px;
  border-radius:999px;
  border:none;
  background:var(--bank-accent,#07145a);
  color:#fff;
  box-shadow:0 3px 10px rgba(var(--bank-accent-rgb),.08);
  font-size:9.5px;
  font-weight:900;
  letter-spacing:-.01em;
  line-height:1;
  white-space:nowrap;
  pointer-events:none;
}

.online-bank-panel__actions,
.bank-sidebar-account-actions,
.bank-mobile-account-panel__actions{
  overflow:visible!important;
}

/* Dolny panel - buttony wypełnione kolorem banku */
.online-bank-panel__btn.sb-account-btn{
  justify-content:center!important;
  padding:0 26px!important;
  gap:0!important;
  text-align:center!important;
}
.online-bank-panel__btn.sb-account-btn .sb-account-btn__bonus{
  top:0;
  right:16px;
  background:#fff;
  color:var(--bank-accent);
  box-shadow:0 3px 10px rgba(var(--bank-accent-rgb),.09);
}

/* Jasne buttony w sidebarze - badge siedzi dokładnie na górnej krawędzi */
.bank-sidebar-account-actions__btn.sb-account-btn{
  justify-content:center!important;
  min-height:48px!important;
  padding:8px 18px!important;
  gap:0!important;
  text-align:center!important;
}
.bank-sidebar-account-actions__btn.sb-account-btn--has-bonus{
  margin-top:12px!important;
}
.bank-sidebar-account-actions__btn.sb-account-btn .sb-account-btn__bonus{
  top:0;
  right:18px;
  background:var(--bank-accent);
  color:#fff;
  box-shadow:0 3px 10px rgba(var(--bank-accent-rgb),.10);
}

@media(max-width:1120px) and (min-width:961px){
  .bank-sidebar-account-actions__btn.sb-account-btn{
    min-height:50px!important;
  }
  .bank-sidebar-account-actions__btn.sb-account-btn .sb-account-btn__bonus{
    right:14px;
    font-size:9px;
    padding-left:8px;
    padding-right:8px;
  }
}

@media(max-width:960px){
  .bank-mobile-account-panel__actions{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .bank-mobile-account-panel__btn.sb-account-btn{
    justify-content:center!important;
    align-content:center!important;
    flex-wrap:nowrap!important;
    column-gap:0!important;
    padding:8px 18px!important;
    min-height:48px!important;
    text-align:center!important;
  }
  .bank-mobile-account-panel__btn.sb-account-btn--has-bonus{
    margin-top:12px!important;
  }
  .bank-mobile-account-panel__btn.sb-account-btn .sb-account-btn__label{
    font-size:15px;
  }
  .bank-mobile-account-panel__btn.sb-account-btn .sb-account-btn__bonus{
    top:0;
    right:16px;
    background:var(--bank-accent);
    color:#fff;
    box-shadow:0 3px 10px rgba(var(--bank-accent-rgb),.10);
  }
  .online-bank-panel__btn.sb-account-btn{
    min-height:48px!important;
  }
}

@media(max-width:430px){
  .bank-mobile-account-panel__btn.sb-account-btn{
    padding:8px 12px!important;
  }
  .bank-mobile-account-panel__btn.sb-account-btn .sb-account-btn__label{
    font-size:14px;
  }
  .bank-mobile-account-panel__btn.sb-account-btn .sb-account-btn__bonus{
    right:12px;
    font-size:8.5px;
    padding:2px 7px;
  }
}





/* Desktop: bonus jako osobna, subtelna informacja nad buttonem - button nie zmienia rozmiaru */
.sb-account-action-item{
  min-width:0;
}
.sb-account-bonus-line{
  display:none;
}
@media(min-width:961px){
  .bank-sidebar-account-actions .sb-account-action-item{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
  }

  .online-bank-panel__actions{
    align-items:flex-end;
  }
  .online-bank-panel__actions .sb-account-action-item{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    min-width:210px;
  }
  .online-bank-panel__actions .online-bank-panel__btn{
    width:100%!important;
  }

  .sb-account-bonus-line{
    display:inline-flex;
    align-self:center;
    align-items:center;
    justify-content:center;
    max-width:100%;
    min-height:16px;
    padding:2px 7px;
    border-radius:999px;
    background:rgba(var(--bank-accent-rgb),.065);
    color:var(--bank-accent);
    font-size:9.5px;
    line-height:1;
    font-weight:850;
    letter-spacing:-.01em;
    white-space:nowrap;
  }

  .bank-sidebar-account-actions__btn.sb-account-btn,
  .bank-sidebar-account-actions__btn.sb-account-btn--has-bonus{
    min-height:46px!important;
    padding:8px 18px!important;
    margin-top:0!important;
    gap:0!important;
    font-size:14px!important;
    box-shadow:0 4px 12px rgba(var(--bank-accent-rgb),.035)!important;
  }
  .bank-sidebar-account-actions__btn.sb-account-btn .sb-account-btn__label{
    font-size:14px!important;
    line-height:1.1!important;
  }

  .online-bank-panel__btn.sb-account-btn,
  .online-bank-panel__btn.sb-account-btn--has-bonus{
    min-height:46px!important;
    padding:0 22px!important;
    margin-top:0!important;
    gap:0!important;
  }
  .online-bank-panel__btn.sb-account-btn .sb-account-btn__label{
    font-size:14px!important;
    line-height:1.1!important;
  }

  .bank-sidebar-account-actions__btn.sb-account-btn .sb-account-btn__bonus,
  .online-bank-panel__btn.sb-account-btn .sb-account-btn__bonus{
    display:none!important;
  }
}

@media(max-width:700px){
  .online-bank-panel__actions .sb-account-action-item{
    width:100%;
  }
}
