/* Formulaire de paiement Charles Heston - version plugin */

.cch-paiement-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px;
}

.cch-paiement-form p {
	margin: 0 0 16px;
	display: flex;
	flex-direction: column;
}

.cch-paiement-form label {
	font-size: 0.9rem;
	margin-bottom: 4px;
	font-weight: 600;
}

.cch-paiement-form input[type="text"],
.cch-paiement-form input[type="email"],
.cch-paiement-form select {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	width: 100%;
	box-sizing: border-box;
}

.cch-paiement-form input:focus,
.cch-paiement-form select:focus {
	outline: none;
	border-color: #7a1f2b;
	box-shadow: 0 0 0 2px rgba(122, 31, 43, 0.15);
}

.cch-euro {
	margin-top: 4px;
	font-weight: 600;
}

.cch-submit input[type="submit"] {
	background: #7a1f2b;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 14px 20px;
	font-size: 1.05rem;
	cursor: pointer;
	width: 100%;
	transition: background 0.2s ease;
}

.cch-submit input[type="submit"]:hover {
	background: #5c1620;
}

.cch-securise {
	text-align: center;
	font-size: 0.85rem;
	color: #666;
	margin-top: 8px;
}

.cch-retour {
	max-width: 640px;
	margin: 40px auto;
	padding: 24px;
	text-align: center;
	font-size: 1.1rem;
}

.cch-btn {
	display: inline-block;
	margin-top: 16px;
	background: #7a1f2b;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 4px;
}

.cch-btn:hover {
	background: #5c1620;
}
