.recharge-pay-methods {
	margin: 22px 0 16px;
}

.recharge-pay-title {
	color: #f8fafc;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.recharge-pay-grid {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.recharge-pay-card {
	align-items: center;
	background: rgba(13, 28, 48, .72);
	border: 1px solid rgba(148, 163, 184, .25);
	border-radius: 8px;
	color: #dbeafe;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 112px;
	padding: 18px 14px;
	position: relative;
	text-align: center;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.recharge-pay-card img {
	flex: 0 0 auto;
	height: 38px;
	object-fit: contain;
	width: 38px;
}

.recharge-pay-copy {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
	width: 100%;
}

.recharge-pay-card strong {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	word-break: keep-all;
}

.recharge-pay-card .recharge-pay-copy {
	color: inherit;
}

.recharge-pay-card:hover,
.recharge-pay-card.active {
	background: linear-gradient(180deg, rgba(245, 197, 105, .18), rgba(13, 28, 48, .8));
	border-color: #f5c569;
	box-shadow: 0 0 20px rgba(246, 196, 92, .22);
}

.recharge-pay-card.active strong {
	color: #ffd56c;
}

.recharge-pay-card.active::after {
	align-items: center;
	background: #f5c569;
	border-radius: 50%;
	color: #07101f;
	content: "✓";
	display: flex;
	font-size: 12px;
	font-weight: 800;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
}

.recharge-submit-btn.is-loading {
	cursor: not-allowed;
	filter: saturate(.75);
	opacity: .75;
}

.recharge-record-row--item span {
	word-break: break-all;
}

.recharge-record-paytype {
	color: #ffd56c;
	font-weight: 700;
}

@media (max-width: 640px) {
	.recharge-pay-grid {
		grid-template-columns: 1fr;
	}

	.recharge-pay-card {
		min-height: 96px;
		padding: 14px 12px;
	}

	.recharge-pay-card img {
		height: 34px;
		width: 34px;
	}
}
