
/* BITBANK_CONVERT_PLAIN_FIX_V27 */

/* Стабильный блок способа/описания в обменнике */
.exchange-card .methods{
  height:108px !important;
  min-height:108px !important;
  max-height:108px !important;
  overflow:hidden !important;
}

.exchange-card .methods-grid{
  min-height:68px !important;
  align-content:center !important;
}

/* Crypto → crypto: только обычный текст, без внутренней карточки */
.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;
  border-radius:0 !important;
  box-shadow:none !important;
}

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

/* Если старая внутренняя карточка всё-таки появилась — убиваем её оформление */
.exchange-card .methods-grid.bb-convert-plain-v27 .convert-method-note,
.exchange-card .methods-grid.bb-convert-plain-v27 .convert-method-note-flat,
.exchange-card .methods-grid .convert-method-note,
.exchange-card .methods-grid .convert-method-note-flat{
  all:unset !important;
  display:inline !important;
  color:inherit !important;
  font:inherit !important;
  line-height:inherit !important;
}

.exchange-card .methods-grid.bb-convert-plain-v27 .convert-method-note *,
.exchange-card .methods-grid.bb-convert-plain-v27 .convert-method-note-flat *,
.exchange-card .methods-grid .convert-method-note *,
.exchange-card .methods-grid .convert-method-note-flat *{
  all:unset !important;
  display:inline !important;
  color:inherit !important;
  font:inherit !important;
  line-height:inherit !important;
}

.exchange-card .methods-grid .convert-method-note strong,
.exchange-card .methods-grid .convert-method-note b,
.exchange-card .methods-grid .convert-method-note-flat strong,
.exchange-card .methods-grid .convert-method-note-flat b{
  color:#ffffff !important;
  font-weight:850 !important;
}

@media (min-width:400px) and (max-width:680px){
  .exchange-card .methods{
    height:108px !important;
    min-height:108px !important;
    max-height:108px !important;
  }

  .exchange-card .methods-grid,
  .exchange-card .methods-grid.bb-convert-plain-v27{
    min-height:68px !important;
  }
}

@media (max-width:399px){
  .exchange-card .methods{
    height:198px !important;
    min-height:198px !important;
    max-height:198px !important;
  }

  .exchange-card .methods-grid,
  .exchange-card .methods-grid.bb-convert-plain-v27{
    min-height:158px !important;
  }
}
