.elementor-8760 .elementor-element.elementor-element-3f1ec490{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-fbfdc8c *//* --- ESTILOS PARA LA CONFIRMACIÓN DE RESERVA MPHB --- */

/* 1. Contenedor Principal (Efecto Tarjeta) */
.mphb_sc_booking_confirmation {
    max-width: 750px; /* Ancho máximo para la tarjeta */
    margin: 40px auto; /* Centrar la tarjeta en la página */
    border: 1px solid #e0e0e0;
    border-radius: 12px; /* Bordes redondeados */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07); /* Sombra suave */
    overflow: hidden; /* Para que los bordes redondeados se apliquen bien */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 2. Mensaje de Éxito (Verde) */
.mphb-payment-messages p {
    background-color: #e8f5e9; /* Verde muy claro */
    color: #2e7d32; /* Verde oscuro (texto) */
    border-bottom: 1px solid #d0e8d2;
    padding: 25px 30px;
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
}

/* 3. Secciones (Detalles de Reserva y Pago) */
.mphb-booking-details-section {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.mphb-booking-details-section:last-of-type {
    border-bottom: none;
}

/* 4. Títulos de Sección (H3) */
.mphb-booking-details-title {
    font-size: 1.5em; /* Más grande */
    color: #111;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
}

/* 5. Lista de Detalles (Formato limpio) */
.mphb-booking-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mphb-booking-details li {
    display: flex; /* ¡La clave! Pone etiqueta y valor en línea */
    justify-content: space-between; /* Los separa */
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f9f9f9; /* Separador muy sutil */
    font-size: 1.05em;
}

.mphb-booking-details li:last-child {
    border-bottom: none;
}

/* 6. Etiquetas y Valores */
.mphb-booking-details li .label {
    font-weight: 600; /* Semi-negrita */
    color: #555;
    padding-right: 15px; /* Espacio por si el valor es largo */
}

.mphb-booking-details li .value {
    color: #111;
    text-align: right;
    font-weight: 500;
}

/* 7. Resaltar PRECIO TOTAL */
.mphb-booking-details li.booking-price .value .mphb-price {
    font-size: 1.4em;
    font-weight: 700; /* Negrita */
    color: #000;
}

/* 8. Resaltar ESTADO (con "píldoras" de color) */
.mphb-booking-details li.booking-status .value,
.mphb-booking-details-section.payment .mphb-booking-details li:nth-of-type(5) .value { /* Selector para "En espera" */
    font-size: 0.9em;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Color para "Confirmada" */
.mphb-booking-details li.booking-status .value {
    background-color: #28a745; /* Verde */
}

/* Color para "En espera" */
.mphb-booking-details-section.payment .mphb-booking-details li:nth-of-type(5) .value {
    background-color: #ffc107; /* Ámbar/Amarillo */
    color: #333;
}

/* 9. Línea de Alojamiento (NOX 19) */
.accommodations {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accommodations-title {
    font-weight: 600;
    color: #555;
}

.accommodations-list a {
    font-weight: 700;
    font-size: 1.1em;
    color: #0073aa; /* Azul WordPress */
    text-decoration: none;
}
.accommodations-list a:hover {
    text-decoration: underline;
}

/* 10. Botón de Factura (Invoice) */
.mphb-booking-details-section.invoice {
    background-color: #fafafa;
    text-align: center;
    padding: 30px;
}

.invoice-link {
    display: inline-block;
    background-color: #0073aa; /* Azul WordPress */
    color: #ffffff !important; /* Forzar color blanco */
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.invoice-link:hover {
    background-color: #005a87; /* Azul más oscuro */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}/* End custom CSS */