.elementor-643 .elementor-element.elementor-element-6c51729d{--display:flex;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================================================
   ALERTA DESTACADA: CONFIRMACIÓN Y PAGO MANUAL
   ========================================================================== */

/* 1. Tarjeta superior: Banner principal */
.mphb_sc_booking_confirmation .mphb-payment-messages {
    background: #142238;
    border: 2px solid #C9B074;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(20, 34, 56, 0.25);
    margin-bottom: 35px;
}

/* Ocultar el texto por defecto de MotoPress ("Gracias por tu pago...") */
.mphb_sc_booking_confirmation .mphb-payment-messages p {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

/* Título superior llamativo */
.mphb_sc_booking_confirmation .mphb-payment-messages::before {
    content: "¡RESERVA REGISTRADA CON ÉXITO!";
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #C9B074;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* Mensaje explicativo para coordinar el pago */
.mphb_sc_booking_confirmation .mphb-payment-messages::after {
    content: "Has seleccionado Pago Manual. Para confirmar definitivamente tu estadía, por favor coordina el pago (transferencia o efectivo) comunicándote con nuestros asesores por WhatsApp o respondiendo al email que te enviamos.";
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #f1f3f9;
    max-width: 680px;
    margin: 0 auto;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 176, 116, 0.3);
}


/* ==========================================================================
   CONFIRMACIÓN DE RESERVA / RESERVATION RECEIVED (MOTOPRESS)
   ========================================================================== */

/* 1. Contenedor General Centrado */
.mphb_sc_booking_confirmation {
    max-width: 900px;
    margin: 30px auto 60px;
    padding: 0 16px;
    box-sizing: border-box;
    font-family: inherit;
}

/* 2. Tarjeta Hero Superior: Banner de Confirmación */
.mphb_sc_booking_confirmation .mphb-payment-messages {
    background: #142238;
    color: #ffffff;
    border: 2px solid #C9B074;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(20, 34, 56, 0.2);
    margin-bottom: 35px;
    position: relative;
}

/* Título destacado en el banner */
.mphb_sc_booking_confirmation .mphb-payment-messages::before {
    content: "¡RESERVA CONFIRMADA!";
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #C9B074;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* Texto principal del mensaje */
.mphb_sc_booking_confirmation .mphb-payment-messages p {
    font-size: 16px;
    line-height: 1.6;
    color: #f1f3f9;
    margin: 0 0 16px 0;
}

/* Mensaje aclaratorio de confirmación por WhatsApp / Mail */
.mphb_sc_booking_confirmation .mphb-payment-messages::after {
    content: "Hemos enviado el comprobante a tu email. También podés contactarnos directamente a nuestro WhatsApp oficial para coordinar el check-in y resolver consultas.";
    display: block;
    font-size: 14px;
    color: #c2c9d6;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* 3. Contenedores de Información (Detalles de Reserva y Datos de Pago) */
.mphb-booking-details-section {
    background: #ffffff;
    border: 1px solid #dee3ed;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.mphb-booking-details-section .mphb-booking-details-title {
    font-size: 18px;
    font-weight: 700;
    color: #142238;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f3f9;
}

/* 4. Lista de Datos en Grid */
.mphb-booking-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px 24px;
}

.mphb-booking-details li {
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
}

.mphb-booking-details li .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #818a96;
    margin-bottom: 6px;
}

.mphb-booking-details li .value {
    font-size: 16px;
    font-weight: 600;
    color: #142238;
}

/* Resalte especial del Precio Total */
.mphb-booking-details .booking-price .value,
.mphb-booking-details-section.payment li:nth-child(4) .value {
    color: #C9B074;
    font-size: 20px;
    font-weight: 700;
}

/* Badge de Estado */
.mphb-booking-details .booking-status .value,
.mphb-booking-details-section.payment li:last-child .value {
    color: #0a875a;
    display: inline-block;
}

/* 5. Fila inferior de acomodación / Loft */
.mphb-booking-details-section .accommodations {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #f1f3f9;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mphb-booking-details-section .accommodations-title {
    font-size: 13px;
    font-weight: 600;
    color: #818a96;
    text-transform: uppercase;
}

.mphb-booking-details-section .accommodations-list a {
    font-size: 15px;
    font-weight: 700;
    color: #142238;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mphb-booking-details-section .accommodations-list a:hover {
    color: #C9B074;
}

/* ==========================================================================
   ADAPTACIÓN MOBILE
   ========================================================================== */
@media (max-width: 600px) {
    .mphb_sc_booking_confirmation .mphb-payment-messages {
        padding: 24px 16px;
    }

    .mphb-booking-details-section {
        padding: 20px 16px;
    }

    .mphb-booking-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mphb-booking-details-section .accommodations {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}/* End custom CSS */