/* BITBANK_SITE_DYNAMIC_CATALOG_V37 */
.exchange-card .method-chip{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.exchange-card .methods-grid.is-convert-note,
.exchange-card .methods-grid.bb-convert-plain-v27{
  display:block !important;
  min-height:68px !important;
  padding:8px 3px 0 !important;
  color:#cbd1f0 !important;
  font-size:12.5px !important;
  line-height:1.45 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.exchange-card .methods-grid.is-convert-note b,
.exchange-card .methods-grid.bb-convert-plain-v27 b{
  color:#fff !important;
  font-weight:850 !important;
}

@media (max-width:399px){
  .exchange-card .method-chip{
    white-space:normal;
    line-height:1.15;
  }
}
