.elementor-kit-557{--e-global-color-primary:#EFB810;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#5E4700;--e-global-color-f290094:#4E2E1D;--e-global-color-2d27cbe:#FFFFFF;--e-global-color-3fdf83c:#1A1A1A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-557 button,.elementor-kit-557 input[type="button"],.elementor-kit-557 input[type="submit"],.elementor-kit-557 .elementor-button{background-color:var( --e-global-color-primary );font-size:16px;color:var( --e-global-color-3fdf83c );border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-557 button:hover,.elementor-kit-557 button:focus,.elementor-kit-557 input[type="button"]:hover,.elementor-kit-557 input[type="button"]:focus,.elementor-kit-557 input[type="submit"]:hover,.elementor-kit-557 input[type="submit"]:focus,.elementor-kit-557 .elementor-button:hover,.elementor-kit-557 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-2d27cbe );border-style:none;}.elementor-kit-557 e-page-transition{background-color:#FFBC7D;}.elementor-kit-557 a{font-family:"Abyssinica SIL", Sans-serif;}.elementor-kit-557 h1{font-family:"Abyssinica SIL", Sans-serif;}.elementor-kit-557 h2{font-family:"Abyssinica SIL", Sans-serif;}.elementor-kit-557 h4{font-family:"Abyssinica SIL", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:676px;max-width:100%;}.site-header .site-branding .site-logo img{width:279px;max-width:279px;}.site-header .site-navigation ul.menu li a{color:#252525;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* TÍTULOS DE HABITACIONES */
.mphb-room-type-title {
    color: #efb810;
    font-size: 30px;
}

/* DESCRIPCIÓN DE HABITACIÓN */
.mphb-room-type-content {
    color: #333;
    font-size: 16px;
}

/* DETALLES */
.mphb-room-type-details {
    font-size: 16px;
    color: #444;
}

.mphb-room-type-details ul {
    list-style: disc;
    padding-left: 20px;
}

/* PRECIO */
.mphb-room-type-price,
.mphb-room-type-price .mphb-price,
.mphb-price {
    color: #000;
    font-size: 30px !important;
    margin-top: 20px;
}

/* ENLACES COMO "Ver detalles" */
.mphb-room-type a {
    color: #efb810;
}

/* MARGEN superior a "Ver detalles" */
.mphb-room-type a[href*="details"],
.mphb-room-type .mphb-room-type-view-details {
    display: inline-block;
    margin-top: 20px;
}

/* HOVER para "Ver detalles" */
.mphb-room-type a[href*="details"]:hover,
.mphb-room-type .mphb-room-type-view-details:hover,
a.mphb-room-type-view-details:hover {
    color: #000 !important;
}

/* BOTÓN DE RESERVA */
.mphb-room-type .mphb-book-button {
    background-color: #ffc107;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
}

.mphb-room-type .mphb-book-button:hover {
    background-color: black;
    color: #fff;
}

/* OPCIONAL: ajustar márgenes/paddings */
.mphb-room-type {
    margin-bottom: 40px;
}

/* Quitar subrayado de enlaces */
.mphb-room-type a {
    text-decoration: none;
}

/* Separador entre resultados de búsqueda */
.mphb-room-type {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

/* Limitar ancho de resultados de búsqueda */
.mphb-search-results,
.mphb-room-type {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */