.downloads-suite-wallet-checkout {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid #dfe5ec;
	border-radius: 12px;
	background: #f7f9fc;
}

.downloads-suite-wallet-checkout legend {
	padding: 0 7px;
	color: #202635;
	font-weight: 800;
}

.downloads-suite-wallet-checkout__balance,
.downloads-suite-wallet-estimate,
.downloads-suite-wallet-message {
	margin: 6px 0;
	color: #687083;
}

.downloads-suite-wallet-checkout__controls {
	display: flex;
	gap: 8px;
	margin: 11px 0;
}

.downloads-suite-wallet-checkout__controls input {
	width: min(100%, 210px);
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid #cfd7e2;
	border-radius: 9px;
	background: #fff;
}

.downloads-suite-wallet-checkout__controls button {
	min-height: 42px;
	padding: 8px 16px;
	border: 0;
	border-radius: 9px;
	color: #062f3d;
	background: #6bceee;
	font-weight: 800;
	box-shadow: none;
	cursor: pointer;
}

.downloads-suite-wallet-cart-balance {
	margin: 10px 0;
	color: #687083;
	font-size: .9rem;
	font-weight: 700;
}

.downloads-suite-wallet__balance {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 0 9px;
	margin-bottom: 22px;
	padding: 18px;
	border: 1px solid #dfe5ec;
	border-radius: 12px;
	background: #f7f9fc;
}

.downloads-suite-wallet__balance span {
	grid-column: 1 / -1;
	color: #687083;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.downloads-suite-wallet__balance strong {
	color: #202635;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1;
}

.downloads-suite-wallet__balance small {
	padding-bottom: 3px;
	color: #176983;
	font-weight: 800;
}

.downloads-suite-wallet__referral {
	margin-bottom: 24px;
}

.downloads-suite-wallet__referral label {
	display: block;
	margin-bottom: 6px;
	color: #687083;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.downloads-suite-wallet__referral input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cfd7e2;
	border-radius: 9px;
	background: #fff;
}

.downloads-suite-wallet__history {
	border-top: 1px solid #e5e9f0;
}

.downloads-suite-wallet__entry {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 2px;
	border-bottom: 1px solid #e5e9f0;
}

.downloads-suite-wallet__entry span,
.downloads-suite-wallet__entry small {
	display: block;
}

.downloads-suite-wallet__entry small {
	margin-top: 2px;
	color: #7b8696;
	font-size: .76rem;
}

.downloads-suite-wallet__entry b {
	flex: 0 0 auto;
}

.downloads-suite-wallet__entry .is-positive {
	color: #21824c;
}

.downloads-suite-wallet__entry .is-negative {
	color: #b54646;
}

@media (max-width: 520px) {
	.downloads-suite-wallet-checkout__controls {
		align-items: stretch;
		flex-direction: column;
	}

	.downloads-suite-wallet-checkout__controls input {
		width: 100%;
	}
}
