.elementor-125 .elementor-element.elementor-element-342fbfa9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===========================
   PÁGINA: RESERVATION RECEIVED
   (ajusta el verde si usas otro tono)
   ============================ */

.post-125 {
	--isla-green: #215c3c;
	--isla-soft-bg: #f7faf8;
	--isla-border: #e4ebe6;
	--isla-text: #1f2b2a;
	--isla-muted: #6b7c75;
}

/* Título de la página */
.post-125 .page-header {
	max-width: 1080px;
	margin: 0 auto 24px;
	padding: 0 16px;
}

.post-125 .page-header .entry-title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--isla-green);
	margin: 0;
}

/* Contenedor principal de la confirmación */
.post-125 .mphb_sc_booking_confirmation {
	max-width: 1080px;
	margin: 0 auto 64px;
	padding: 28px 24px 32px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.04);
	border: 1px solid var(--isla-border);

	display: grid;
	gap: 24px;
}

/* En pantallas grandes: 2 columnas (reserva / pago) */
@media (min-width: 900px) {
	.post-125 .mphb_sc_booking_confirmation {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
		align-items: flex-start;
	}

	.post-125 .mphb-payment-messages,
	.post-125 .mphb-payment-instructions {
		grid-column: 1 / -1; /* ocupan el ancho completo */
	}
}

/* Mensaje superior “Nos complace informarle…” */
.post-125 .mphb-payment-messages {
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--isla-soft-bg);
	border: 1px solid var(--isla-border);
	font-size: 14px;
	color: var(--isla-text);
}

/* Bloques “Detalles de reserva” y “Detalles de pago” */
.post-125 .mphb-booking-details-section {
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid var(--isla-border);
	padding: 22px 22px 20px;
}

/* Título de cada bloque */
.post-125 .mphb-booking-details-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--isla-green);
	margin: 0 0 14px;
}

/* Lista de datos */
.post-125 .mphb-booking-details {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	row-gap: 8px;
}

/* Ítems individuales */
.post-125 .mphb-booking-details li {
	display: flex;
	justify-content: space-between;
	column-gap: 12px;
	font-size: 14px;
	color: var(--isla-text);
}

/* Etiqueta / valor */
.post-125 .mphb-booking-details .label {
	font-weight: 500;
	color: var(--isla-muted);
}

.post-125 .mphb-booking-details .value {
	font-weight: 500;
	text-align: right;
}

/* Resaltar el total */
.post-125 .mphb-booking-details .booking-price .value,
.post-125 .mphb-booking-details .payment-number:nth-child(4) .value {
	color: var(--isla-green);
	font-weight: 600;
}

/* Precio de MotorPress */
.post-125 .mphb-price {
	white-space: nowrap;
}

/* Bloque “Detalles:” con el nombre de la cabaña */
.post-125 .mphb-booking-details-section .accommodations {
	margin-top: 16px;
	padding-top: 10px;
	border-top: 1px dashed var(--isla-border);
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.post-125 .accommodations-title {
	font-weight: 500;
	color: var(--isla-muted);
	margin-right: 4px;
}

.post-125 .accommodations-list a {
	color: var(--isla-green);
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid rgba(33, 92, 60, 0.25);
}

.post-125 .accommodations-list a:hover {
	border-bottom-color: transparent;
}

/* Instrucciones de pago al final */
.post-125 .mphb-payment-instructions {
	margin-top: 8px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #fffef5;
	border: 1px solid #f0e3b6;
	font-size: 14px;
	color: var(--isla-text);
}

/* Ajustes pequeños en móviles */
@media (max-width: 899px) {
	.post-125 .mphb_sc_booking_confirmation {
		padding: 22px 18px 26px;
	}

	.post-125 .mphb-booking-details-section {
		padding: 18px 16px 16px;
	}

	.post-125 .mphb-booking-details li {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 2px;
	}

	.post-125 .mphb-booking-details .value {
		text-align: left;
	}
}/* End custom CSS */