/*
Theme Name: Hello child
Theme URI: https://lunioncom.com/
Description: Thème enfant pour Hello Elementor
Author: Lunioncom Team
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

.merci-payment {
	padding: 60px 0;
}

.merci-payment__card {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 32px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
	text-align: center;
}

.merci-payment__card h1 {
	margin-bottom: 16px;
}

.merci-payment__message {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.6;
}

.merci-payment__meta {
	margin-bottom: 10px;
	color: #475569;
}

.merci-payment__actions {
	margin-top: 28px;
}

.merci-payment--success {
	border-top: 6px solid #16a34a;
}

.merci-payment--error {
	border-top: 6px solid #dc2626;
}

.merci-payment--info {
	border-top: 6px solid #2563eb;
    margin-top: 3%;
}