
/* BITBANK_PC_NOTE_USDT_TRC20_V32 */

/* ПК: левая карточка описания метода без скролла */
@media (min-width:681px){
  .hero-copy .direction-note{
    height:150px !important;
    min-height:150px !important;
    max-height:150px !important;
    overflow:hidden !important;
    padding:15px 17px !important;
  }

  .hero-copy .direction-note strong{
    min-height:0 !important;
    font-size:13.5px !important;
    line-height:1.25 !important;
    margin-bottom:6px !important;
  }

  .hero-copy .direction-note span{
    font-size:12.6px !important;
    line-height:1.42 !important;
  }
}

/* Чтобы USDT TRC20 нормально помещался в основном блоке */
.exchange-card .amount-line{
  grid-template-columns:minmax(0,1fr) 128px !important;
}

.exchange-card .select{
  font-size:12.5px !important;
  padding-left:36px !important;
}

@media (min-width:400px) and (max-width:680px){
  .exchange-card .amount-line{
    grid-template-columns:minmax(0,1fr) 128px !important;
  }

  .exchange-card .select{
    font-size:12.5px !important;
  }
}

@media (max-width:399px){
  .exchange-card .amount-line{
    grid-template-columns:1fr !important;
  }
}

/* Подвал: длинная монета USDT TRC20 аккуратно влезает */
.footer-v12-coins{
  grid-template-columns:repeat(3, minmax(86px, max-content)) !important;
}

.footer-v12-coin{
  white-space:nowrap !important;
}
