.topup-flow {
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr) !important;
}

.topup-guide {
  min-width: 0;
  overflow: hidden;
}

.topup-guide .offer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100%;
}

.topup-guide .topup-offer {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) minmax(132px, auto) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 94px;
  overflow: hidden;
}

.topup-offer .offer-main,
.topup-offer .offer-pay {
  min-width: 0;
}

.topup-offer .offer-main b,
.topup-offer .offer-pay strong {
  white-space: nowrap;
}

.topup-offer .offer-pay {
  box-sizing: border-box;
  min-width: 132px;
  max-width: 170px;
}

@media (max-width: 1120px) {
  .topup-flow {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .topup-guide .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .topup-guide .topup-offer {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }

  .topup-offer .offer-pay {
    grid-column: 2;
    max-width: none;
    border-left: 0;
    border-top: 1px solid #e1e8ed;
    padding: 9px 0 0;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .topup-guide .offer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
