.elementor-83 .elementor-element.elementor-element-37cc7189{--display:flex;}.elementor-83 .elementor-element.elementor-element-7c0a577{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-135ee0a4 *//* ========== TARJETAS DE RESULTADO DE HABITACIONES ========== */
.mphb-room-type {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

/* Imagen lateral más pequeña */
.mphb-room-type-thumbnail {
  flex: 0 0 280px;
  max-width: 280px;
  overflow: hidden;
  border-radius: 10px;
}

.mphb-room-type-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* Contenido a la derecha */
.mphb-room-type-summary {
  flex: 1;
  min-width: 260px;
}

.mphb-room-type-title {
  font-size: 22px;
  font-weight: 600;
  color: #1e2a3a;
  margin-bottom: 10px;
}

.mphb-room-type-details,
.mphb-room-type-description {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Precio */
.mphb-price {
  font-size: 18px;
  font-weight: bold;
  color: #1e2a3a;
  margin-bottom: 20px;
}

/* Botón reservar en tarjetas */
.mphb-book-button {
  background-color: #E5CE9D !important;
  color: #000 !important;
  font-weight: bold;
  border: none !important;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.mphb-book-button:hover {
  background-color: #ffffff !important;
  color: #000 !important;
  border: 1px solid #E5CE9D !important;
}

/* Quitar separadores entre tarjetas */
.mphb_sc_search-results hr {
  display: none !important;
}

/* ========== SECCIÓN RECOMENDADA (PARA 1 ADULTO...) ========== */
form#mphb-recommendation {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}

/* Título de la habitación recomendada */
form#mphb-recommendation .mphb-room-title a {
  color: #1e2a3a !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-decoration: none !important;
}

/* Texto debajo (ocupación máxima, etc.) */
form#mphb-recommendation li,
form#mphb-recommendation p {
  font-size: 15px;
  color: #444;
}

/* Precios */
form#mphb-recommendation .mphb-price-amount,
form#mphb-recommendation .mphb-recommendation-price-total {
  color: #1e2a3a !important;
  font-weight: 700;
  font-size: 18px;
}


/* ========== TÍTULO DE SECCIÓN "Elija entre alojamientos disponibles" ========== */
.mphb-sc-title,
.mphb-sc-title + p {
  font-size: 20px;
  font-weight: 600;
  color: #1e2a3a;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Estilo para el botón de reservar en recomendación */
button.mphb-recommendation-reserve-button {
  background-color: #E5CE9D !important;
  color: #000 !important;
  font-weight: bold;
  border: none !important;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

button.mphb-recommendation-reserve-button:hover {
  background-color: #ffffff !important;
  color: #000 !important;
  border: 1px solid #E5CE9D !important;
}

/* Cambiar color del nombre de habitación en recomendación */
a.mphb-recommendation-item-link {
  color: #1e2a3a !important;
  font-weight: 600;
  text-decoration: none !important;
}

a.mphb-recommendation-item-link:hover {
  text-decoration: underline !important;
  color: #000 !important;
}

/* Título visual para "Elija entre alojamientos disponibles." */
p.mphb-empty-cart-message {
  font-size: 20px;
  font-weight: 600;
  color: #1e2a3a;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

p.mphb_sc_search_results-info {
	background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}

/* Contenedor del slider principal en las tarjetas */
.mphb-room-type .mphb-room-type-images {
  flex: 0 0 280px;
  max-width: 280px;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
}

/* Imágenes dentro del slider principal */
.mphb-room-type .mphb-room-type-images img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  display: block !important;
  transition: none !important;
}

/* Vista previa estable del slider de galería principal */
.mphb-room-type .mphb-gallery-main-slider,
.mphb-room-type .mphb-gallery-main-slider .flex-viewport,
.mphb-room-type .mphb-gallery-main-slider .slides,
.mphb-room-type .mphb-gallery-main-slider .gallery-item {
  height: 180px !important;
  overflow: hidden !important;
}

/* Previene crecimiento inesperado después de JS */
.mphb-room-type .mphb-gallery-main-slider .gallery-item img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  transition: none !important;
}/* End custom CSS */