.elementor-118 .elementor-element.elementor-element-3729d0b8{--display:flex;}/* Start custom CSS *//* ================================
   CONTENEDOR GENERAL
================================ */
.mphb_sc_room-wrapper,
.mphb-room-type {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    color: #333;
}

/* Quita exceso de espacio arriba */
.elementor-widget-mphbe-room {
    padding-top: 0 !important;
}

/* ================================
   TÍTULO Y DESCRIPCIÓN
================================ */
.mphb-room-type-title a {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.mphb-room-type-title a:hover {
    color: #00897b;
}

.mphb_sc_room-wrapper p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 20px;
    color: #444;
}

/* ================================
   GALERÍA PRINCIPAL
================================ */
.mphb-room-type-images {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.mphb-flexslider-gallery-wrapper img {
    border-radius: 10px;
    object-fit: cover;
}

/* Oculta flechas enormes y deja solo diseño minimalista */
.flex-direction-nav a {
    opacity: 0.4 !important;
    transition: 0.3s;
}

.flex-direction-nav a:hover {
    opacity: 1 !important;
}

/* Thumbnails más limpios */
.mphb-gallery-thumbnail-slider img {
    border-radius: 8px;
    transition: transform .25s ease;
}

.mphb-gallery-thumbnail-slider img:hover {
    transform: scale(1.05);
}

/* ================================
   SECCIÓN “DETALLES”
================================ */
.mphb-room-type-details-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 6px;
}

.mphb-loop-room-type-attributes {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
}

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

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

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

/* ================================
   BOTÓN RESERVAR
================================ */
.mphb-book-button {
    background-color: #00897b !important;
    color: white !important;
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.25s;
    width: 100%;
    font-weight: 600;
}

.mphb-book-button:hover {
    background-color: #006f63 !important;
}

/* Centrar botón */
.mphb-to-book-btn-wrapper {
    text-align: center;
}

/* ================================
   ESPACIADO FINAL
================================ */
.mphb_room_type {
    margin-bottom: 50px;
}/* End custom CSS */