.elementor-118 .elementor-element.elementor-element-54bc9407{--display:flex;--min-height:85vh;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-6f7a8c32 *//* --- Stile generale wrapper risultati --- */
.mphb_sc_search_results-wrapper {
  background-color: #fbfbfd;
  border: 1px solid #cde3ea;
  border-radius: 12px;
  padding: 40px;
  font-family: 'Lato', sans-serif;
  color: #2b2b2b;
  margin-bottom: 40px;
}

/* Titolo raccomandazioni */
.mphb-recommendation-title,
.mphb-room-type-title.entry-title {
  font-family: 'Bodoni Moda', serif;
  font-size: 28px;
  color: #2b2b51;
  margin-bottom: 20px;
}

/* Descrizione */
.mphb_sc_search_results-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  color: #4b5c6b;
}

/* Lista dettagli */
.mphb-loop-room-type-attributes {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
}
.mphb-loop-room-type-attributes li {
  margin-bottom: 6px;
  color: #4b5c6b;
  font-size: 16px;
}
.mphb-loop-room-type-attributes li span.mphb-attribute-title {
  font-weight: bold;
}

/* Categoria */
.mphb-room-type-categories a {
  color: #c8325d;
  font-weight: 500;
}

/* Prezzo */
.mphb-regular-price {
  font-size: 18px;
  margin-top: 20px;
}
.mphb-regular-price strong {
  color: #2b2b51;
  font-weight: bold;
}
.mphb-price-period {
  font-size: 14px;
  color: #6d7b8c;
}

/* Pulsanti */
.mphb-view-details-button,
.mphb-book-button,
.mphb-confirm-reservation,
.mphb-recommendation-reserve-button {
  display: inline-block;
  background-color: #2A2B63;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}
.mphb-view-details-button:hover,
.mphb-book-button:hover,
.mphb-confirm-reservation:hover,
.mphb-recommendation-reserve-button:hover {
  background-color: #417e96;
}

/* Responsive Tablet */
@media (max-width: 1024px) {
  .mphb_sc_search_results-wrapper {
    padding: 30px;
  }
  .mphb-room-type-title.entry-title {
    font-size: 24px;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .mphb_sc_search_results-wrapper {
    padding: 20px;
  }

  .mphb-room-type-title.entry-title {
    font-size: 20px;
  }

  .mphb-loop-room-type-attributes {
    margin-left: 15px;
  }

  .mphb-view-details-button,
  .mphb-book-button,
  .mphb-confirm-reservation,
  .mphb-recommendation-reserve-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}/* End custom CSS */