#left-sidebar, #right-sidebar {
    @media (max-width: 1024px) {
        display: none !important;
    }
}

#container {
    @media (max-width: 1024px) {
        display: flex !important;
        flex-direction: column !important;
    }
}

/* --- Force header buttons in a row --- */
.header-rightside {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

/* --- Binance style blocks --- */
.binance-block {
  background: #181A20;
  color: #EAECEF;
  border-radius: 8px;
  padding: 32px 32px 24px 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px 0 rgba(20,20,20,0.10);
}

.binance-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.2;
}

.binance-date {
  color: #B7BDC6;
  font-size: 1rem;
  margin-bottom: 24px;
}

.binance-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.binance-block p {
  color: #EAECEF;
  font-size: 1rem;
  margin-bottom: 16px;
  margin-top: 0;
}

.binance-block strong {
  color: #fff;
  font-weight: 700;
}

.binance-link, .binance-block a {
  color: #F0B90B;
  text-decoration: none;
  font-weight: 500;
}
.binance-link:hover, .binance-block a:hover {
  text-decoration: underline;
}

.binance-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #181A20;
  border-radius: 8px;
  overflow: hidden;
}
.binance-table th {
  background: #2B3139;
  color: #EAECEF;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 10px;
  border: 1px solid #323232;
  text-align: center;
}
.binance-table td {
  background: #181A20;
  color: #EAECEF;
  font-size: 1rem;
  padding: 14px 10px;
  border: 1px solid #323232;
  text-align: center;
}
.binance-table td .binance-link {
  color: #F0B90B;
  font-weight: 600;
}

@media (max-width: 767px) {
  .binance-block {
    padding: 16px 6px 12px 6px;
  }
  .binance-title {
    font-size: 1.2rem;
  }
  .binance-subtitle {
    font-size: 1rem;
  }
  .binance-table th, .binance-table td {
    font-size: 0.9rem;
    padding: 8px 4px;
  }
}

body {
  background: #181A20;
  color: #EAECEF;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

a {
  color: #F0B90B;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover {
  color: #fff;
}

.announcement-date {
  color: #8A8D93;
  font-size: 0.95em;
  margin-bottom: 1em;
  display: block;
}

.announcement-note {
  color: #8A8D93;
  font-style: italic;
  margin-bottom: 1.5em;
}

strong {
  color: #fff;
  font-weight: bold;
}

section {
  margin-bottom: 2em;
}

ul {
  margin-left: 1.5em;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #222531;
  margin-top: 1.5em;
  color: #EAECEF;
  font-size: 1em;
  border-radius: 8px;
  overflow: hidden;
}

th, td {
  padding: 12px 16px;
  text-align: left;
}

th {
  background: #23262F;
  color: #F0B90B;
  font-weight: 600;
  border-bottom: 2px solid #2B3139;
}

tr:nth-child(even) {
  background: #1E2026;
}

tr:hover {
  background: #23262F;
}

tr:last-child td {
  border-bottom: none;
}

@media (max-width: 1023px) {
  /* Скрыть только sidebar и боковые панели */
  .sidebar, .left-sidebar {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Основной контент на всю ширину */
  #container, .main-content, .faq-anns-articleContent, .announcement-content, main {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box;
    display: block !important;
  }
  /* Картинки и таблицы адаптивные */
  img, table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }
  /* Верхнее меню фиксировано */
  header, .header-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  html, body {
    overflow-x: hidden !important;
  }
}

/* Мобильная адаптация: скрыть левый бар */
@media (max-width: 768px) {
  .bn-flex.flex-col.transition-nav {
    display: none !important;
  }
  /* Пример для правого бара: опустить вниз */
  .right-bar, .widget-support {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 1000;
    border-radius: 0 !important;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
  }

  /* Переносить длинные слова и строки, чтобы текст не выходил за экран */
  body, .richtext-container, .typography-subtitle1, .typography-body1-1, .typography-body3, .typography-Body3, .typography-body2, .typography-body1, .typography-Subtitle4, .typography-Subtitle3, .typography-Subtitle2, .typography-Subtitle1, p, h1, h2, h3, h4, h5, h6, div, span, a, li, td, th {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  /* Адаптивный размер шрифта для мобильных */
  body, .richtext-container {
    font-size: 15px;
    line-height: 1.5;
  }

  /* Убрать горизонтальный скролл */
  html, body {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  /* Сделать таблицы скроллируемыми */
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
  }
  th, td {
    white-space: nowrap !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  /* Отступ сверху для хлебных крошек */
  .bn-breadcrumb, .breadcrumb {
    margin-top: 16px !important;
    display: block;
  }

  /* Хлебные крошки в одну линию с горизонтальным скроллом */
  .bn-breadcrumb, .breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    margin-top: 16px !important;
    gap: 8px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .bn-breadcrumb > *, .breadcrumb > * {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* Адаптивные таблицы */
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    max-width: 100vw;
  }
  table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    display: table !important;
    table-layout: fixed !important;
  }
  th, td {
    font-size: 12px !important;
    padding: 4px 6px !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    text-align: left;
  }

  /* Адаптивные таблицы: делаем шире */
  table {
    min-width: 900px;
  }

  /* Таблица с >3 столбцами — скроллится и широкая */
  table.more-than-3-cols {
    display: block;
    min-width: 900px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
  table.more-than-3-cols th, table.more-than-3-cols td {
    white-space: nowrap !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  /* Таблица с <=2 столбцами — по центру, без скролла */
  table.two-or-less-cols {
    /* Удалено ограничение на два столбца */
    display: table;
    min-width: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
  }
  table.two-or-less-cols th, table.two-or-less-cols td {
    white-space: normal !important;
    text-align: center;
  }

  /* Таблицы с двумя столбцами — без скролла, на всю ширину */
  table.two-cols, table[data-cols="2"] {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    display: table !important;
    table-layout: fixed !important;
    overflow-x: visible !important;
    margin-left: auto;
    margin-right: auto;
  }
  table.two-cols th, table.two-cols td,
  table[data-cols="2"] th, table[data-cols="2"] td {
    white-space: normal !important;
    word-break: break-word !important;
    text-align: left;
  }

  /* Для таблиц Binance с двумя столбцами — без скролла */
  /* УДАЛЕНО: table tr > th:nth-child(n+3), table tr > td:nth-child(n+3) { display: none !important; } */

  /* Для таблиц Binance с двумя столбцами — без скролла */
  /* УДАЛЕНО: .bn-table-content > table col:nth-child(3), .bn-table-content > table tr > th:nth-child(3), .bn-table-content > table tr > td:nth-child(3) { display: none !important; width: 0 !important; max-width: 0 !important; min-width: 0 !important; padding: 0 !important; border: none !important; } */

  /* Для таблиц с двумя столбцами — без скролла */
  /* УДАЛЕНО: table tr > th:nth-child(n+3), table tr > td:nth-child(n+3) { display: none !important; } */

  /* Вторая и третья таблица: помещаются без скроллов */
  table.second-table, table.third-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    table-layout: fixed !important;
    display: table !important;
    margin-left: auto;
    margin-right: auto;
  }
  table.second-table th, table.second-table td,
  table.third-table th, table.third-table td {
    font-size: 12px !important;
    padding: 4px 6px !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    text-align: left;
  }
  /* Скрыть все столбцы начиная с третьего */
  /* УДАЛЕНО: table.second-table tr > th:nth-child(n+3), table.second-table tr > td:nth-child(n+3), table.third-table tr > th:nth-child(n+3), table.third-table tr > td:nth-child(n+3) { display: none !important; } */

  /* Вторая и третья таблица: сделать максимально компактной */
  table.second-table, table.third-table {
    width: 98vw !important;
    min-width: 0 !important;
    max-width: 98vw !important;
    table-layout: fixed !important;
    display: table !important;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  table.second-table th, table.second-table td,
  table.third-table th, table.third-table td {
    font-size: 10px !important;
    padding: 2px 2px !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 40vw !important;
    box-sizing: border-box !important;
    text-align: left;
  }

  /* Мини-таблица: максимально компактная */
  table.mini-table {
    width: 96vw !important;
    min-width: 0 !important;
    max-width: 96vw !important;
    table-layout: fixed !important;
    display: table !important;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  table.mini-table th, table.mini-table td {
    font-size: 9px !important;
    padding: 1px 1px !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 40vw !important;
    box-sizing: border-box !important;
    text-align: left;
  }
}

@media (max-width: 600px) {
  table.show-2-cols-on-mobile tr > th:nth-child(n+3),
  table.show-2-cols-on-mobile tr > td:nth-child(n+3) {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .bn-table-content table {
    min-width: 340px !important;
    font-size: 11px !important;
  }
  .bn-table-content table th, .bn-table-content table td {
    font-size: 11px !important;
    padding: 2px 4px !important;
  }
}

/* --- Адаптивная типографика --- */
@media only screen and (min-width: 768px) {
    .t-Secondary_num1,.typography-Secondary_num1 {
        font-size:20px!important;
        font-weight: 500!important;
        line-height: 28px!important
    }
}

.t-headline2,.typography-headline2 {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 34px!important
}

@media only screen and (min-width: 768px) {
    .t-headline2,.typography-headline2 {
        font-size:32px!important;
        font-weight: 600!important;
        line-height: 40px!important
    }
}

.t-headline3,.typography-headline3 {
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 28px!important
}

@media only screen and (min-width: 768px) {
    .t-headline3,.typography-headline3 {
        font-size:28px!important;
        font-weight: 600!important;
        line-height: 36px!important
    }
}

.t-headline4,.typography-headline4 {
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 26px!important
}

@media only screen and (min-width: 768px) {
    .t-headline4,.typography-headline4 {
        font-size:24px!important;
        font-weight: 600!important;
        line-height: 34px!important
    }
}

.t-headline5,.typography-headline5 {
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 26px!important
}

@media only screen and (min-width: 768px) {
    .t-headline5,.typography-headline5 {
        font-size:20px!important;
        font-weight: 600!important;
        line-height: 28px!important
    }
}

.t-subtitle6,.typography-subtitle6 {
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 24px!important
}

@media only screen and (min-width: 768px) {
    .t-subtitle6,.typography-subtitle6 {
        font-size:16px!important;
        font-weight: 600!important;
        line-height: 24px!important
    }
}

.t-subtitle1,.typography-subtitle1 {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important
}

@media only screen and (min-width: 768px) {
    .t-subtitle1,.typography-subtitle1 {
        font-size:16px!important;
        font-weight: 500!important;
        line-height: 24px!important
    }
}

.t-subtitle2,.typography-subtitle2 {
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 22px!important
}

@media only screen and (min-width: 768px) {
    .t-subtitle2,.typography-subtitle2 {
        font-size:14px!important;
        font-weight: 500!important;
        line-height: 22px!important
    }
}

.t-body1-1,.typography-body1-1 {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 24px!important
}

@media only screen and (min-width: 768px) {
    .t-body1-1,.typography-body1-1 {
        font-size:16px!important;
        font-weight: 400!important;
        line-height: 24px!important
    }
}

.t-body2,.typography-body2 {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 22px!important
}

@media only screen and (min-width: 768px) {
    .t-body2,.typography-body2 {
        font-size:16px!important;
        font-weight: 400!important;
        line-height: 24px!important
    }
}

.t-body3,.typography-body3 {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 22px!important
}

@media only screen and (min-width: 768px) {
    .t-body3,.typography-body3 {
        font-size:14px!important;
        font-weight: 400!important;
        line-height: 22px!important
    }
}

.t-body5,.typography-body5 {
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 18px!important
}

@media only screen and (min-width: 768px) {
    .t-body5,.typography-body5 {
        font-size:14px!important;
        font-weight: 400!important;
        line-height: 22px!important
    }
}

.t-caption1,.typography-caption1 {
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 18px!important
}

@media only screen and (min-width: 768px) {
    .t-caption1,.typography-caption1 {
        font-size:12px!important;
        font-weight: 400!important;
        line-height: 18px!important
    }
}

.\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none
}

.\[scrollbar-width\:none\] {
    scrollbar-width: none
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

@media (max-width: 767px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table, 
  .responsive-table tbody, 
  .responsive-table tr, 
  .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table tr {
    margin-bottom: 16px;
    border: 1px solid #323232;
    border-radius: 8px;
    background: #181A20;
    padding: 8px 0;
  }
  .responsive-table td {
    text-align: left;
    padding: 8px 16px;
    position: relative;
  }
  .responsive-table td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #F0B90B;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .logo-link img {
    height: 64px !important;
    max-width: 120px !important;
    width: 120px !important;
  }
}

@media (max-width: 1023px) {
  .mobile-hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 8px;
    z-index: 1100;
  }
  .mobile-hamburger span {
    display: block;
    height: 2px;
    width: 20px;
    background: #FFFFFF;
    margin: 2px 0;
    border-radius: 1px;
    transition: 0.3s;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #181A20;
    z-index: 1200;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 24px 24px 24px;
    font-size: 20px;
  }
  .mobile-menu.open {
    display: flex;
  }
  .mobile-menu a {
    color: #F0B90B;
    text-decoration: none;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .mobile-menu .close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    color: #F0B90B;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header-leftside {
    align-items: center;
  }
}

/* Фон гамбургер-меню */
.mobile-menu {
  background: #202630 !important;
}

@media (max-width: 1023px) {
  .mobile-menu {
    left: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    margin: 0;
    padding: 24px 20px 24px 20px;
  }
}

@media (max-width: 1023px) {
  .mobile-menu {
    font-size: 15px;
  }
  .mobile-menu input,
  .mobile-menu button,
  .mobile-menu a,
  .mobile-menu .mobile-menu-item {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-top-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 16px;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  .mobile-menu-top-btns button {
    flex: 1 1 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .mobile-menu-search {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .mobile-menu-search input {
    width: 100%;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-top-btns button {
    height: 44px;
    font-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-top-btns .bn-button.data-size-small {
    height: 45px !important;
    min-height: 45px !important;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
  }
  .mobile-menu-item .icon {
    display: flex;
    align-items: center;
    color: #B7BDC6;
    min-width: 24px;
    min-height: 24px;
    justify-content: center;
  }
  .mobile-menu-item .menu-text {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .mobile-menu-item .arrow {
    margin-left: auto;
    color: #B7BDC6;
    font-size: 16px;
    flex-shrink: 0;
  }
  .mobile-menu-theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
  }
  .theme-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #23262F;
    border-radius: 6px;
    padding: 2px 8px;
  }
  .theme-btn {
    background: none;
    border: none;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme-btn.active {
    background: #353945;
  }
  .mobile-menu-divider {
    height: 1px;
    background: #23262F;
    margin: 16px 0;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .mobile-menu-item.has-sub {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0;
  }
  .mobile-menu-item.has-sub .icon {
    margin-right: 14px;
  }
  .mobile-menu-item.has-sub .menu-text {
    flex: 1 1 auto;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .mobile-menu-item.has-sub .arrow {
    margin-left: auto;
    color: #B7BDC6;
    font-size: 16px;
    flex-shrink: 0;
  }
}

/* --- Mobile table horizontal scroll --- */
@media (max-width: 767px) {
  /* Container for table scrolling */
  .table-scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    background: #181A20;
  }
  
  /* Ensure table doesn't wrap and maintains minimum width */
  .table-scroll-container .bn-table-content table,
  .table-scroll-container table {
    min-width: 100% !important; /* Use full width like on desktop */
    width: 100% !important;
    white-space: nowrap !important;
  }
  
  /* Style the scrollbar for better UX */
  /* Удалены стили жёлтого скроллбара */
  /*
  .table-scroll-container::-webkit-scrollbar {
    height: 6px;
  }
  
  .table-scroll-container::-webkit-scrollbar-track {
    background: #2B3139;
    border-radius: 3px;
  }
  
  .table-scroll-container::-webkit-scrollbar-thumb {
    background: #F0B90B;
    border-radius: 3px;
  }
  
  .table-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #D4A017;
  }
  */
  
  /* Ensure table cells don't wrap text */
  .table-scroll-container .bn-table-cell,
  .table-scroll-container th,
  .table-scroll-container td {
    white-space: nowrap !important;
    padding: 16px 20px !important;
    width: auto !important; /* Let columns stretch naturally */
  }
  
  /* Make first column (Digital Asset) wider */
  .table-scroll-container .bn-table-cell:first-child,
  .table-scroll-container th:first-child,
  .table-scroll-container td:first-child {
    width: 20% !important; /* Percentage width like desktop */
  }
  
  /* Make percentage column (Special APR) slightly narrower */
  .table-scroll-container .bn-table-cell:nth-child(3),
  .table-scroll-container th:nth-child(3),
  .table-scroll-container td:nth-child(3) {
    width: 12% !important; /* Percentage width like desktop */
  }
}

/* For very small screens, reduce padding */
@media (max-width: 480px) {
  .table-scroll-container th,
  .table-scroll-container td {
    padding: 8px 12px;
    min-width: 100px;
  }
  
  .table-scroll-container th:first-child,
  .table-scroll-container td:first-child {
    min-width: 120px;
  }
}

/* --- FIX: Binance table wide and nowrap --- */
.table-scroll-container .bn-table-content table,
.table-scroll-container table {
  min-width: 900px !important; /* Сделать шире */
  width: 100% !important;
  white-space: nowrap !important;
}

.table-scroll-container .bn-table-cell,
.table-scroll-container th,
.table-scroll-container td {
  white-space: nowrap !important;
  padding: 16px 20px !important;
  min-width: 140px !important;
  font-size: 15px !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.table-scroll-container th {
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
}

.table-scroll-container .bn-table-cell a {
  color: #F0B90B !important;
  text-decoration: underline !important;
}

/* --- Hide scrollbar in table-scroll-container --- */
.table-scroll-container {
  scrollbar-width: none !important;        /* Firefox */
  -ms-overflow-style: none !important;     /* IE 10+ */
}
.table-scroll-container::-webkit-scrollbar {
  display: none !important;                /* Chrome, Safari, Opera */
}

/* Унификация внешнего вида ссылок и кнопок в мобильном меню */
.mobile-menu-top-btns .bn-button,
.mobile-menu-top-btns .bn-button:visited,
.mobile-menu-top-btns .bn-button:active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

/* Цвет текста для кнопок в мобильном меню */
.mobile-menu-top-btns .mobile-menu-login {
  color: #fff !important;
  background: #333b47 !important;
}

.mobile-menu-top-btns .mobile-menu-signup {
  color: #181A20 !important;
  background: #FCD535 !important;
}

.mobile-menu-top-btns .mobile-menu-login,
.mobile-menu-top-btns .mobile-menu-signup {
  font-weight: 400 !important;
}

@media (min-width: 1024px) {
  .mobile-hamburger,
  .mobile-menu {
    display: none !important;
  }
}