:root {
	--wise-green: #9fe870;
	--wise-forest: #163300;
	--wise-forest-soft: #1f4004;
}

.woocommerce-order-pay .payment_method_wise img,
.woocommerce-checkout .payment_method_wise img {
	max-height: 22px;
	width: auto;
}

/* Payment card, styled after Wise's own hosted payment page */
.wise-pay-card {
	max-width: 360px;
	margin: 0 0 1.75em;
	padding: 2em 1.5em 1.75em;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.wise-pay-avatar {
	width: 56px;
	height: 56px;
	margin: 0 auto 0.9em;
	border-radius: 50%;
	background: #f0f0f0;
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1em;
	letter-spacing: 0.02em;
}

.wise-pay-business {
	margin: 0 0 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.8em;
	font-weight: 600;
	color: #666;
}

.wise-pay-amount {
	margin: 0 0 0.35em;
	font-size: 2.1em;
	font-weight: 700;
	line-height: 1.15;
	color: #111;
}

.wise-pay-reference {
	margin: 0 0 1.5em;
	font-size: 0.9em;
	color: #666;
}

.wise-pay-card .wise-contact-btn.wise-pay {
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
}

.wise-pay-link-note {
	margin: 0.9em 0 0;
	font-size: 0.82em;
	color: #888;
}

.wise-pay-missing {
	padding: 1em 1.25em;
	background: #fff8e5;
	border: 1px solid #f0d78c;
	border-radius: 8px;
}

/* Shared pill-button style used by the "Pay with Wise" and "I've paid" buttons */
.wise-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.65em 1.1em;
	margin: 0 0.6em 0.6em 0;
	border-radius: 999px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1;
	transition: opacity 0.15s ease;
}

.wise-contact-btn:hover {
	opacity: 0.88;
}

.wise-contact-btn svg,
.wise-contact-btn img {
	height: 18px;
	width: 18px;
	flex-shrink: 0;
}

.wise-contact-btn.whatsapp {
	background: #25d366;
}

.wise-contact-btn.telegram {
	background: #0088cc;
}

.wise-contact-btn.wise-pay {
	background: var(--wise-green);
	color: var(--wise-forest) !important;
	font-size: 1.05em;
	padding: 0.85em 1.4em;
}

.wise-contact-btn.wise-pay img {
	height: 20px;
	width: 20px;
	border-radius: 5px;
}

/* "I've paid" contact buttons */
.wise-contact-buttons {
	margin: 0 0 2em;
}

.wise-contact-buttons p.wise-contact-lead {
	font-weight: 600;
	margin-bottom: 0.6em;
}
