.elementor-2169 .elementor-element.elementor-element-61a55a8{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-45e3220 *//* =========================================
   D'LUXE RENTALS
   PREMIUM ACCOMMODATIONS CATALOG
   Inglés + Español
   ========================================= */

/* GRID PRINCIPAL */
.dluxe-accommodations .mphb_sc_rooms-wrapper,
.dluxe-accommodations.mphb_sc_rooms-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
}

/* TARJETA */
.dluxe-accommodations .mphb-room-type {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.06) !important;

    display: flex !important;
    flex-direction: column !important;

    padding: 0 0 24px !important;
    margin: 0 !important;

    min-width: 0 !important;
}

/* IMAGEN */
.dluxe-accommodations .mphb-room-type img {
    display: block !important;
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    margin: 0 !important;
}

/* MÁRGENES INTERNOS */
.dluxe-accommodations .mphb-room-type-title,
.dluxe-accommodations .mphb-room-type-details,
.dluxe-accommodations .mphb-loop-room-type-attributes,
.dluxe-accommodations .mphb-room-type-price,
.dluxe-accommodations .mphb-regular-price,
.dluxe-accommodations .mphb-view-details-button-wrapper {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* TÍTULO */
.dluxe-accommodations .mphb-room-type-title {
    font-size: 21px !important;
    line-height: 1.22 !important;
    font-weight: 600 !important;

    margin-top: 20px !important;
    margin-bottom: 15px !important;

    min-height: 52px !important;
}

.dluxe-accommodations .mphb-room-type-title a {
    color: #172538 !important;
    text-decoration: none !important;
}

/* OCULTAMOS EL TÍTULO DETAILS */
.dluxe-accommodations .mphb-room-type-details-title,
.dluxe-accommodations h3.mphb-room-type-details-title,
.dluxe-accommodations h4.mphb-room-type-details-title {
    display: none !important;
}

/* DETAILS */
.dluxe-accommodations .mphb-room-type-details,
.dluxe-accommodations .mphb-loop-room-type-attributes {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    min-height: 40px !important;
}

/* LISTA DETAILS */
.dluxe-accommodations .mphb-loop-room-type-attributes {
    list-style: none !important;
}

/* TEXTO DETAILS */
.dluxe-accommodations .mphb-loop-room-type-attributes li {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 3px 0 !important;
    color: #4b5563 !important;
}

/* ENLACES DENTRO DE DETAILS */
.dluxe-accommodations .mphb-loop-room-type-attributes li a {
    color: #4b5563 !important;
    text-decoration: none !important;
}

/* QUITAMOS AMENITIES ROTAS */
.dluxe-accommodations .mphb-room-type-facilities,
.dluxe-accommodations li.mphb-room-type-facilities {
    display: none !important;
}

/* QUITAMOS CATEGORIES VACÍAS */
.dluxe-accommodations .mphb-room-type-categories,
.dluxe-accommodations li.mphb-room-type-categories {
    display: none !important;
}

/* PRECIO */
.dluxe-accommodations .mphb-room-type-price,
.dluxe-accommodations .mphb-regular-price {
    margin-top: 12px !important;
    margin-bottom: 18px !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    color: #172538 !important;
}

/* TEXTO INTERNO PRECIO */
.dluxe-accommodations .mphb-room-type-price *,
.dluxe-accommodations .mphb-regular-price * {
    color: #172538 !important;
}

/* EMPUJA BOTÓN AL FONDO */
.dluxe-accommodations .mphb-view-details-button-wrapper {
    margin-top: auto !important;
    padding-top: 15px !important;
}

/* VIEW DETAILS */
.dluxe-accommodations .mphb-view-details-button {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 11px 18px !important;

    border-radius: 5px !important;

    text-transform: uppercase !important;
    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .05em !important;
}

/* BOOK FUERA DEL CATÁLOGO */
.dluxe-accommodations .mphb-book-button-wrapper,
.dluxe-accommodations .mphb-book-button,
.dluxe-accommodations form.mphb-book-button-form {
    display: none !important;
}

/* OCULTAR TAXES AND FEES */
.dluxe-accommodations .mphb-tax-information {
    display: none !important;
}

/* TABLET */
@media (max-width: 1024px) {

    .dluxe-accommodations .mphb_sc_rooms-wrapper,
    .dluxe-accommodations.mphb_sc_rooms-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* MÓVIL */
@media (max-width: 767px) {

    .dluxe-accommodations .mphb_sc_rooms-wrapper,
    .dluxe-accommodations.mphb_sc_rooms-wrapper {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .dluxe-accommodations .mphb-room-type img {
        height: 230px !important;
    }

    .dluxe-accommodations .mphb-room-type-title {
        min-height: 0 !important;
        font-size: 20px !important;
    }
}/* End custom CSS */