.tft-sp-checkout-card {
	background: #fbf7ed;
	border: 1px solid #2f6b3f;
	border-radius: 8px;
	margin: 24px 0;
	padding: 18px 20px;
}

.tft-sp-checkout-title {
	color: #2f6b3f;
	margin: 0 0 8px;
}

.tft-sp-checkout-help {
	margin: 0 0 14px;
}

.tft-sp-checkout-note {
	background: #fffdf8;
	border-left: 4px solid #2f6b3f;
	margin-top: 12px;
	padding: 10px 12px;
}

.tft-sp-checkout-note p {
	margin: 0 0 8px;
}

.tft-sp-checkout-note p:last-child {
	margin-bottom: 0;
}

.tft-sp-prereservation-global {
	background: #5f8f56;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 18px;
	text-align: center;
	z-index: 20;
}

.tft-sp-prereservation-global strong {
	font-weight: 700;
}

.tft-sp-prereservation-notice {
	background: #fbf7ed;
	border: 1px solid #d8cda9;
	border-left: 5px solid #5f8f56;
	border-radius: 8px;
	color: #1f1f1f;
	line-height: 1.55;
	margin: 18px 0;
	padding: 16px 18px;
}

.tft-sp-prereservation-notice h2,
.tft-sp-prereservation-notice h3 {
	color: #2f6b3f;
	margin-top: 0;
}

.tft-sp-prereservation-notice p {
	margin: 0 0 10px;
}

.tft-sp-prereservation-notice p:last-child {
	margin-bottom: 0;
}

.tft-sp-prereservation-notice--product {
	font-size: 14px;
	margin: 14px 0;
}

.tft-sp-prereservation-loop-note {
	background: #fbf7ed;
	border-radius: 6px;
	color: #3e5638;
	font-size: 12px;
	line-height: 1.4;
	margin: 8px auto 0;
	max-width: 92%;
	padding: 7px 9px;
}

.tft-sp-prereservation-notice--checkout {
	font-size: 14px;
	margin: 16px 0;
}

.tft-sp-prereservation-notice--account {
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.tft-sp-prereservation-global {
		font-size: 14px;
		padding: 9px 12px;
	}

	.tft-sp-prereservation-notice {
		padding: 14px 15px;
	}
}

/* Sprint correction visuelle parcours pré-réservation */
.tft-sp-prereservation-global {
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 9px 24px;
	position: relative;
	width: 100vw;
}

.tft-sp-prereservation-notice--product {
	background: #fffdf7;
	border: 1px solid #d8cda9;
	border-left: 5px solid #5f8f56;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	font-size: 14px;
	margin: 16px 0 18px;
	padding: 15px 17px;
}

.tft-sp-prereservation-notice--product h3 {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.tft-sp-prereservation-notice--product p {
	margin: 0 0 8px;
}

.tft-sp-prereservation-notice--product p:last-child {
	margin-bottom: 0;
}

/* La phrase répétée sous chaque produit a été supprimée : le catalogue reste allégé,
   le bouton d'achat devient "Pré-réserver" via le filtre WooCommerce. */
.tft-sp-prereservation-loop-note {
	display: none !important;
}

@media (max-width: 640px) {
	.tft-sp-prereservation-global {
		font-size: 13px;
		padding: 8px 12px;
	}
}
