.cw-wallet-wrap {
	max-width: 920px;
}

.cw-wallet-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}

.cw-wallet-card {
	border: 1px solid #dde3ea;
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cw-wallet-label {
	margin: 0;
	color: #5f6b7a;
}

.cw-wallet-balance {
	font-size: 32px;
	font-weight: 700;
	margin: 6px 0 0;
	color: #183153;
}

.cw-wallet-form p {
	margin-bottom: 12px;
}

.cw-wallet-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.cw-wallet-form input {
	width: 100%;
	max-width: 420px;
}

.cw-wallet-badges {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}

.cw-wallet-badge-shortcode {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	text-decoration: none;
	color: inherit;
	padding: 3px 0;
}

.cw-wallet-badge-separator {
	width: 100%;
	border: 0;
	border-top: 1px solid #e3ad25;
	margin: 4px 0;
}

.cw-wallet-badge-icon {
	display: inline-flex;
	width: 15px;
	height: 15px;
	max-width: 20px;
	max-height: 20px;
}

.cw-wallet-badge-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.cw-wallet-badge-text {
	color: inherit;
	font-size: 14px;
}

span.cw-wallet-badge-text span.woocommerce-Price-amount.amount {
	color: #e3ad25;
}
