.elementor-165 .elementor-element.elementor-element-168996bf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5ee9cccb *//* =========================================
   MotoPress Search Results (mphb_sc_search_results)
   Estilo premium eco-lodge
========================================= */

:root{
  --eco-green: #1E6343;
  --eco-green-dark:#184F36;
  --eco-mint:#EAF4EF;
  --eco-bg:#F1F7F6;
  --eco-text:#111111;
  --eco-muted:#6B6F6E;
  --eco-shadow: 0 14px 34px rgba(16, 24, 40, 0.12);
  --eco-radius: 22px;
}

/* Contenedor general */
.mphb_sc_search_results-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 16px 40px;
}

/* Título de la página (Resultados de búsqueda) */
.page-header .entry-title{
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--eco-text);
}

/* Texto info de fechas */
.mphb_sc_search_results-info{
  color: var(--eco-muted);
  margin: 0 0 18px 0 !important;
  font-size: 15px;
}

/* Título "Recomendado..." */
.mphb-recommendation-title{
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 14px 0 14px 0 !important;
  color: var(--eco-text);
}

/* TARJETA: recomendación */
.mphb-recommendation{
  background: #fff;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: var(--eco-radius);
  box-shadow: var(--eco-shadow);
  padding: 18px;
  margin: 0 0 18px 0;
}

/* Lista recomendada */
.mphb-recommendation-details-list{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Item recomendado: grid para alinear */
.mphb-recommendation-details-list li{
  margin: 0 !important;
  padding: 0 !important;
}

.mphb-recommendation-item{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 16px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--eco-bg);
  border: 1px solid rgba(16,24,40,.06);
}

/* Link del alojamiento */
.mphb-recommendation-item-link{
  color: var(--eco-text);
  font-weight: 900;
  text-decoration: none;
}
.mphb-recommendation-item-link:hover{
  color: var(--eco-green);
}

/* Precio subtotal arriba a la derecha */
.mphb-recommedation-item-subtotal{
  justify-self: end;
  font-weight: 900;
  color: var(--eco-green);
}

/* Texto secundario (ocupación) */
.mphb-recommendation-item-guests{
  grid-column: 1 / -1;
  color: var(--eco-muted);
}

/* Total */
.mphb-recommendation-total{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 14px 0 0 0 !important;
  padding-top: 14px;
  border-top: 1px solid rgba(16,24,40,.08);
}

.mphb-recommendation-total-title{
  font-weight: 900;
  color: var(--eco-text);
}
.mphb-recommendation-total-value .mphb-price{
  font-weight: 900;
  color: var(--eco-green);
}

/* Botones MotoPress en general (recomendación + confirmación + book) */
.mphb-button,
.mphb-recommendation-reserve-button,
.mphb-confirm-reservation,
.mphb-book-button{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  border: 1px solid transparent !important;
  box-shadow: 0 12px 22px rgba(16,24,40,.12);
  transition: transform .15s ease, background .15s ease, opacity .15s ease;
}

/* Botón principal (Reservar / Confirmar) */
.mphb-recommendation-reserve-button,
.mphb-confirm-reservation{
  background: var(--eco-green) !important;
  color: #fff !important;
}
.mphb-recommendation-reserve-button:hover,
.mphb-confirm-reservation:hover{
  background: var(--eco-green-dark) !important;
  transform: translateY(-1px);
}

/* Botón "Hacer reserva" (primario también) */
.mphb-book-button{
  background: var(--eco-green) !important;
  color: #fff !important;
}
.mphb-book-button:hover{
  background: var(--eco-green-dark) !important;
  transform: translateY(-1px);
}

/* Botón "Ver detalles" como secundario */
.mphb-view-details-button{
  background: #fff !important;
  color: var(--eco-green) !important;
  border: 1px solid rgba(30,99,67,.25) !important;
}
.mphb-view-details-button:hover{
  transform: translateY(-1px);
  opacity: .95;
}

/* Carrito / confirmación (cuando está vacío o con items) */
.mphb-reservation-cart{
  background: #fff;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: var(--eco-radius);
  box-shadow: var(--eco-shadow);
  padding: 18px;
  margin: 0 0 22px 0;
}

/* Mensaje vacío */
.mphb-empty-cart-message{
  margin: 0 !important;
  color: var(--eco-muted);
}

/* Total del carrito */
.mphb-cart-total-price{
  margin: 12px 0 0 0 !important;
  padding-top: 12px;
  border-top: 1px solid rgba(16,24,40,.08);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.mphb-cart-total-price-title{
  font-weight: 900;
  color: var(--eco-text);
}

/* Alinear botones de la sección reservar dentro de la card del alojamiento */
.mphb-reserve-room-section{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Link "Borrar" más discreto */
.mphb-remove-from-reservation{
  color: var(--eco-muted);
  text-decoration: none;
  font-weight: 700;
}
.mphb-remove-from-reservation:hover{
  color: var(--eco-green);
}

/* Responsive */
@media (max-width: 820px){
  .mphb_sc_search_results-wrapper{
    padding: 16px 12px 32px;
  }
  .mphb-recommendation-item{
    grid-template-columns: 1fr;
  }
  .mphb-recommedation-item-subtotal{
    justify-self: start;
  }
  .mphb-recommendation-total,
  .mphb-cart-total-price{
    justify-content: flex-start;
  }
  .mphb-recommendation-reserve-button,
  .mphb-confirm-reservation,
  .mphb-book-button{
    width: 100%;
    text-align: center;
  }
  .mphb-reserve-room-section{
    flex-direction: column;
  }
}
/* =========================================
   MotoPress – Control de imagen en resultados
   Evitar imagen gigante (thumbnail card)
========================================= */

/* Contenedor de la imagen */
.mphb-loop-room-thumbnail{
  margin: 0 0 14px 0 !important;
  border-radius: 18px;
  overflow: hidden;
  max-height: 260px; /* ← aquí controlas el tamaño */
}

/* Imagen */
.mphb-loop-room-thumbnail img{
  width: 100%;
  height: 260px;        /* MISMA altura */
  object-fit: cover;   /* clave: recorte elegante */
  display: block;
  transition: transform .3s ease;
}

/* Hover sutil (premium) */
.mphb-loop-room-thumbnail:hover img{
  transform: scale(1.04);
}
/* =========================================
   MotoPress Room Card – tipografías/colores uniformes
   + sub-fondo redondeado para contenido
========================================= */

:root{
  --eco-green: #1E6343;
  --eco-green-dark:#184F36;
  --eco-text:#111111;
  --eco-muted:#6B6F6E;
  --eco-bg:#F1F7F6;
  --eco-mint:#EAF4EF;
  --eco-radius: 22px;
}

/* 1) Forzar tipografía y color dentro de la card */
.mphb-room-type,
.mphb-room-type *{
  font-family: inherit !important;
}

.mphb-room-type{
  color: var(--eco-text) !important;
}

/* Links dentro de la card (evitar rosado del tema) */
.mphb-room-type a{
  color: var(--eco-green) !important;
  text-decoration: none !important;
  font-weight: 800;
}

.mphb-room-type a:hover{
  color: var(--eco-green-dark) !important;
}

/* Título del alojamiento (que no herede el color raro) */
.mphb-room-type h2.mphb-room-type-title,
.mphb-room-type h2.mphb-room-type-title a{
  color: var(--eco-text) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

/* Párrafos */
.mphb-room-type p{
  color: var(--eco-muted) !important;
}

/* 2) Crear “sub-card” de contenido con fondo suave */
.mphb-room-type{
  position: relative;
  padding: 18px;
}

/* Fondo interior para el contenido (debajo de la imagen) */
.mphb-room-type::after{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 320px;           /* ← ajusta si cambias altura de imagen */
  bottom: 18px;
  background: var(--eco-bg);
  border-radius: 18px;
  border: 1px solid rgba(16,24,40,.06);
  z-index: 0;
}

/* Subir el contenido por encima del fondo */
.mphb-room-type > *{
  position: relative;
  z-index: 1;
}

/* Espaciado del contenido para que “respire” */
.mphb-room-type h2,
.mphb-room-type p,
.mphb-room-type h3,
.mphb-room-type ul,
.mphb-room-type .mphb-regular-price,
.mphb-room-type .mphb-view-details-button-wrapper,
.mphb-room-type .mphb-reserve-room-section{
  margin-left: 14px;
  margin-right: 14px;
}

/* 3) Imagen: tamaño controlado + bordes redondeados */
.mphb-loop-room-thumbnail{
  margin: 0 0 14px 0 !important;
  border-radius: var(--eco-radius);
  overflow: hidden;
  max-height: 280px;
}

.mphb-loop-room-thumbnail img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Detalles como tarjetas */
.mphb-loop-room-type-attributes li{
  background: #fff !important;
  border-radius: 16px !important;
}

/* Precio en bloque */
.mphb-regular-price{
  background: rgba(30,99,67,.06) !important;
  border: 1px solid rgba(30,99,67,.12) !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  color: var(--eco-text) !important;
}

/* Ajuste responsive: el fondo no debe depender del “top fijo” */
@media (max-width: 820px){
  .mphb-room-type::after{
    top: 260px;  /* acorde a imagen más chica si la cambias */
  }
  .mphb-loop-room-thumbnail img{
    height: 240px;
  }
}

.mphb-room-type h2.mphb-room-type-title{
  margin-top: 6px !important;
  margin-bottom: 10px !important;
  font-size: 26px;
  line-height: 1.15;
}
.mphb-room-type p{
  max-width: 780px;
}
.mphb-room-type-details-title{
  margin-top: 18px !important;
  margin-bottom: 10px !important;
  font-size: 20px;
}

.mphb-loop-room-type-attributes{
  padding-left: 0 !important;
}

.mphb-loop-room-type-attributes li{
  list-style: none !important;
  padding: 10px 14px !important;
  margin-bottom: 8px !important;
}
.mphb-regular-price{
  font-size: 16px;
}

.mphb-regular-price .mphb-price{
  font-size: 20px;
  font-weight: 900;
}
.mphb-view-details-button{
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  font-weight: 700 !important;
}

.mphb-book-button{
  margin-top: 10px;
  padding: 14px 24px !important;
  font-size: 16px;
}/* End custom CSS */