.elementor-122 .elementor-element.elementor-element-11d9ef48{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5edf0a36 *//* =========================================
   CONTENEDOR PRINCIPAL (MAIN)
========================================= */
.site-main.mphb_room_type {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 16px;
    font-family: 'Inter', sans-serif;
    color: #333;
}

/* Título principal */
.page-header .entry-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

/* Descripción inicial */
.page-content > p {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 25px;
    color: #444;
}

/* =========================================
   GALERÍA DE IMÁGENES (LA BÁSICA DE WORDPRESS)
========================================= */
.mphb-single-room-type-gallery-wrapper {
    margin-bottom: 30px;
}

.mphb-single-room-type-gallery-wrapper .gallery-icon img {
    border-radius: 10px;
    transition: .25s ease;
    object-fit: cover;
}

.mphb-single-room-type-gallery-wrapper .gallery-item {
    padding: 5px;
}

.mphb-single-room-type-gallery-wrapper .gallery-icon img:hover {
    transform: scale(1.05);
}

/* =========================================
   TÍTULOS DE SECCIONES: "DETALLES" / "DISPONIBILIDAD"
========================================= */
.mphb-details-title,
.mphb-calendar-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 12px;
    border-bottom: 2px solid #eee;
    padding-bottom: 6px;
    color: #222;
}

/* =========================================
   LISTA DE DETALLES (ATRIBUTOS)
========================================= */
.mphb-single-room-type-attributes {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.mphb-single-room-type-attributes li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
}

.mphb-attribute-title {
    font-weight: 600;
    color: #333;
}

.mphb-attribute-value {
    color: #666;
}

/* =========================================
   CALENDARIO DE DISPONIBILIDAD MOTOPRESS
========================================= */

/* Caja principal */
.mphb-calendar {
    margin-top: 20px;
    padding: 20px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* Encabezado (meses, navegación) */
.datepick-nav {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 16px;
    font-weight: 600;
    font-size: 15px;
}

.datepick-nav a {
    color: #00897b;
    text-decoration: none;
    font-weight: 600;
}

.datepick-nav a:hover {
    color: #006f63;
}

/* Tabla general */
.datepick table {
    width: 100%;
    border-collapse: collapse;
}

.datepick-month-header {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

/* Días de la semana */
.datepick-dow-1,
.datepick-dow-2,
.datepick-dow-3,
.datepick-dow-4,
.datepick-dow-5,
.datepick-dow-6,
.datepick-dow-0 {
    font-weight: 600;
    color: #555;
    padding-bottom: 10px;
}

/* Celdas de días */
.mphb-date-cell {
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    transition: .2s ease;
}

/* Hover del día disponible */
.mphb-date-cell:not(.mphb-not-available-date):hover {
    background: #e0f2ef;
}

/* Días no disponibles */
.mphb-not-available-date {
    color: #ccc !important;
    text-decoration: line-through;
    cursor: not-allowed;
}

/* Días fuera de mes */
.datepick-other-month {
    opacity: 0.4;
}

/* =========================================
   COMENTARIOS
========================================= */

/* Ocultar título feo “Deja una respuesta” */
.comments-area #reply-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

/* Caja del formulario */
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 15px;
}

#commentform textarea {
    height: 150px;
}

#submit {
    background-color: #00897b;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
}

#submit:hover {
    background-color: #006f63;
}

/* Elimina borde feo del área de comentarios */
.comments-area {
    margin-top: 40px;
}/* End custom CSS */
/* Start custom CSS *//* ============================================================
   ESTILO GLOBAL PARA LA PÁGINA DE CHECKOUT / CONFIRMACIÓN
   ============================================================ */

.mphb-checkout-section,
#mphb-booking-details,
.mphb-room-details,
.mphb-services-details {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
}

/* ------------------------------------------------------------
   TÍTULOS PRINCIPALES
   ------------------------------------------------------------ */

.mphb-booking-details-title,
.mphb-room-number,
.mphb-services-details-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f4f3d; /* Verde institucional */
    margin-bottom: 18px;
}

/* Título "Detalles de reserva" */
#mphb-booking-details h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ------------------------------------------------------------
   TEXTOS DE FECHAS
   ------------------------------------------------------------ */

#mphb-booking-details p,
.mphb-room-details p {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

#mphb-booking-details time strong {
    font-weight: 600;
    color: #1f4f3d;
}

/* ------------------------------------------------------------
   CAMPOS DE FORMULARIO
   ------------------------------------------------------------ */

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 15px;
    transition: all .2s ease;
}

input:focus,
select:focus {
    border-color: #1f4f3d;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(31,79,61,0.2);
}

/* Labels */
label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* ------------------------------------------------------------
   LISTA DE SERVICIOS OPCIONALES
   ------------------------------------------------------------ */

.mphb_checkout-services-list {
    list-style: none;
    padding-left: 0;
}

.mphb_checkout-services-list li {
    margin-bottom: 12px;
}

.mphb-checkbox-label {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Checkboxes modernos */
.mphb-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1f4f3d;
}

/* ------------------------------------------------------------
   PRECIO FINAL
   ------------------------------------------------------------ */

.mphb-price,
.mphb-room-type-price {
    font-weight: 700;
    color: #1f4f3d;
    font-size: 18px;
}

/* ------------------------------------------------------------
   BOTÓN FINAL DE CONFIRMAR RESERVA
   ------------------------------------------------------------ */

.button.mphb-confirm-reservation,
button.mphb-button {
    background: #1f4f3d !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 0.2s ease-in-out !important;
    border: none !important;
}

.button.mphb-confirm-reservation:hover,
button.mphb-button:hover {
    background: #173c2e !important;
    transform: translateY(-2px);
}

/* ------------------------------------------------------------
   ESPACIADOS ENTRE SECCIONES
   ------------------------------------------------------------ */

.mphb-checkout-section {
    margin-top: 30px;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 768px) {
    .mphb-checkout-section,
    #mphb-booking-details {
        padding: 20px;
    }

    .mphb-room-details {
        padding: 20px;
    }

    .button.mphb-confirm-reservation {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */