.mpt-credit-redeem {
	background: #f5f8fc;
	border: 1px solid #dbe5f1;
	border-radius: 14px;
	margin-top: 22px;
	padding: 20px;
}

.mpt-credit-redeem h3 {
	color: #123d73;
	font-size: 20px;
	margin: 0 0 8px;
}

.mpt-credit-redeem p {
	margin: 7px 0;
}

.mpt-credit-redeem__balance {
	font-weight: 600;
}

.mpt-credit-redeem__form {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.mpt-credit-redeem__button {
	background: #367bf5 !important;
	border-color: #367bf5 !important;
	color: #fff !important;
	min-width: 155px;
}

.mpt-credit-redeem__button:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.mpt-credit-redeem__form.is-loading .mpt-credit-redeem__button {
	cursor: wait;
}

.mpt-credit-redeem__status {
	font-size: 14px;
}

.mpt-credit-redeem__status--error {
	color: #b32d2e;
}

.mpt-credit-redeem__help {
	font-size: 14px;
}

.mpt-credit-bundle-notice {
	background: #f5f8fc;
	border: 1px solid #dbe5f1;
	border-left: 4px solid #367bf5;
	border-radius: 10px;
	display: grid;
	gap: 4px;
	margin: 16px 0;
	padding: 15px 18px;
}

.mpt-credit-bundle-notice strong {
	color: #123d73;
	font-size: 18px;
}

.mpt-credit-bundle-notice small {
	color: #52677f;
}

.mpt-credit-wallet__hero {
	align-items: baseline;
	background: linear-gradient(135deg, #123d73, #367bf5);
	border-radius: 16px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 20px;
	padding: 24px 28px;
}

.mpt-credit-wallet__hero strong {
	font-size: 42px;
	line-height: 1;
	margin-left: auto;
}

.mpt-credit-wallet h3 {
	color: #123d73;
	margin-top: 28px;
}

.mpt-credit-table-wrap {
	overflow-x: auto;
}

.mpt-credit-amount--positive {
	color: #16803c;
}

.mpt-credit-amount--negative {
	color: #b32d2e;
}

.mpt-credit-packages {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.mpt-credit-package {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 4px 18px rgba(18, 61, 115, .10);
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 28px;
}

.mpt-credit-package h3 {
	font-size: 26px;
	margin: 0 0 12px;
}

.mpt-credit-package__price {
	color: #123d73;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.mpt-credit-package ul {
	flex-grow: 1;
	margin: 18px 0 24px 20px;
}

.mpt-credit-package .button {
	align-self: flex-start;
	background: #367bf5;
	border-radius: 10px;
	color: #fff;
}

@media (max-width: 520px) {
	.mpt-credit-wallet__hero strong {
		margin-left: 0;
		width: 100%;
	}
}
