.kd-credit__field {
  width: 100%;
  max-width: 520px;
}

.kd-credit__input-wrap {
  width: 100%;
  min-height: 54px;
}

.kd-credit__input-wrap input.kd-credit__deposit {
  display: block;
  width: 100%;
  min-width: 180px;
  height: 52px;
  padding: 0 14px !important;
  color: #142033 !important;
  background: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 52px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.kd-credit__input-wrap input.kd-credit__deposit::-webkit-inner-spin-button,
.kd-credit__input-wrap input.kd-credit__deposit::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.kd-credit__input-wrap b {
  flex: 0 0 auto;
  pointer-events: none;
}

.kd-credit__mobile-rate,
.kd-credit__mobile-heading {
  display: none;
}

@media (max-width: 600px) {
  .kd-credit__field {
    max-width: none;
  }

  .kd-credit__input-wrap input.kd-credit__deposit {
    min-width: 0;
  }

  .kd-credit__table-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--kd-line);
  }

  .kd-credit table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .kd-credit thead {
    display: table-header-group;
  }

  .kd-credit tbody {
    display: table-row-group;
  }

  .kd-credit tbody tr {
    display: table-row;
  }

  .kd-credit th,
  .kd-credit td {
    display: table-cell;
    width: auto;
    padding: 8px 4px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center !important;
    vertical-align: middle;
    font-size: 10px !important;
    line-height: 1.25;
  }

  .kd-credit th:nth-child(1),
  .kd-credit td:nth-child(1) {
	width: 30%;
  }

  .kd-credit th:nth-child(2),
  .kd-credit td:nth-child(2) {
	display: none;
  }

  .kd-credit th:nth-child(3),
	.kd-credit td:nth-child(3),
  .kd-credit th:nth-child(4),
  .kd-credit td:nth-child(4) {
	width: 35%;
  }

	.kd-credit__mobile-rate {
		display: block;
		margin-top: 3px;
		color: #64748b;
		font-size: 9px;
		font-weight: 700;
	}

	.kd-credit__mobile-heading {
		display: block;
		margin-top: 2px;
		font-size: 8px;
		font-weight: 600;
	}

  .kd-credit tbody td::before {
    content: none;
  }

  .kd-credit td small {
    font-size: 8px;
  }
}
