.lp-eurobank-pay-step {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 520px;
	margin: 0 auto;
}

.lp-eurobank-pay-card {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid rgba(20, 22, 29, 0.1);
	border-radius: 12px;
	background: #f8f9fb;
}

.lp-eurobank-pay-icon img {
	display: block;
	width: 48px;
	height: 48px;
}

.lp-eurobank-pay-copy h4 {
	margin: 0 0 6px;
	font-size: 1.05em;
	letter-spacing: -0.02em;
}

.lp-eurobank-pay-copy p {
	margin: 0 0 8px;
	color: #5c6478;
	line-height: 1.45;
	font-size: 0.95em;
}

.lp-eurobank-pay-amount {
	color: #14161d !important;
	margin-bottom: 0 !important;
}

.lp-eurobank-start-btn {
	width: 100%;
	justify-content: center;
	min-height: 48px;
	border-radius: 10px !important;
}

.lp-eurobank-pay-note {
	margin: 0;
	text-align: center;
	font-size: 0.85em;
	color: #7c85a3;
}

.lp-eurobank-pay-status {
	text-align: center;
	font-size: 0.9em;
	color: #0f6b4c;
}

.lp-eurobank-pay-status.is-error {
	color: #b42318;
}
