.elementor-662 .elementor-element.elementor-element-3b39a955{--display:flex;}.elementor-662 .elementor-element.elementor-element-4d9c6ec{text-align:center;}.elementor-662 .elementor-element.elementor-element-4d9c6ec .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:600;text-transform:none;font-style:normal;line-height:1em;letter-spacing:0em;}.elementor-662 .elementor-element.elementor-element-46cb325{font-family:"Montserrat", Sans-serif;}.elementor-662 .elementor-element.elementor-element-5f59569{font-family:"Montserrat", Sans-serif;font-weight:700;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-662 .elementor-element.elementor-element-3b39a955{--margin-top:4%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-662 .elementor-element.elementor-element-5f59569{text-align:center;font-size:28px;line-height:38px;}}@media(max-width:1024px){.elementor-662 .elementor-element.elementor-element-4d9c6ec .elementor-heading-title{font-size:29px;}}@media(max-width:767px){.elementor-662 .elementor-element.elementor-element-3b39a955{--margin-top:9%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-662 .elementor-element.elementor-element-4d9c6ec .elementor-heading-title{font-size:25px;}.elementor-662 .elementor-element.elementor-element-5f59569{font-size:17px;}}@media(min-width:1600px){.elementor-662 .elementor-element.elementor-element-3b39a955{--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-662 .elementor-element.elementor-element-46cb325{text-align:center;font-size:23px;}.elementor-662 .elementor-element.elementor-element-5f59569{text-align:center;font-size:33px;line-height:51px;}}/* Start custom CSS for shortcode, class: .elementor-element-28180bf1 *//* =========================================================
   MotoPress Hotel Booking – Stili custom per tema Hello Elementor
   Copre: Risultati di ricerca  +  Conferma prenotazione (checkout)
   ========================================================= */

:root{
  --mphb-accent:      #3f5a4b;   /* verde bosco – cambia col tuo brand */
  --mphb-accent-dark: #2f4739;   /* hover */
  --mphb-border:      #e3ddd2;   /* bordi card/tabelle */
  --mphb-field:       #cfc9bd;   /* bordo campi input */
  --mphb-muted:       #5f5f5f;   /* testo secondario */
  --mphb-text:        #2b2b2b;
  --mphb-error:       #b00020;
}

/* =========================================================
   1) RISULTATI DI RICERCA  (lista compatta)
   ========================================================= */

.mphb_sc_search_results-wrapper{
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 40px;
  color: var(--mphb-text);
}

/* Recap date + ospiti (popolato via JS, va DENTRO la card sotto il banner) */
.mphb-search-recap{
  margin: 0 0 16px;
  font-size: 1rem; color: var(--mphb-text); line-height: 1.45;
}
.mphb-search-recap .mphb-recap-dates{ font-weight: 700; }
.mphb-search-recap .mphb-recap-sep{ color: var(--mphb-muted); }
.mphb-search-recap .mphb-recap-guests{ color: var(--mphb-muted); }

.mphb_sc_search_results-info{
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--mphb-text);
  margin: 0 0 1.25rem;
}

/* Nascondo gli elementi ridondanti:
   - riga "1 struttura trovata"
   - carrello in alto (riepilogo + suo "Confermare la prenotazione")
   - la SECONDA scheda "Appartamento" (.mphb-room-type): ora si prenota
     tutto dal blocco "Consigliato", che compone da solo le unità necessarie.
   NB: le regole di stile di .mphb-room-type restano più sotto, pronte se
   un giorno vuoi ri-mostrarla (basta toglierla da questo elenco). */
.mphb_sc_search_results-info,
.mphb-recommendation-title,
.mphb-reservation-cart,
.mphb-room-type,
.mphb_sc_search_results-wrapper .mphb-room-type-details-title,
.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper{ display: none; }

/* ---- Blocco "Consigliato per X ospiti" (unica scheda di prenotazione) ---- */
.mphb-recommendation-title{
  font-size: 1.75rem !important;
  line-height: 1.2;
  text-transform: none;
  color: var(--mphb-text);
  margin: 0 0 .75rem !important;
}
.mphb-recommendation{
  background: #fff;
  border: 1px solid var(--mphb-border);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 20px;
}
/* Banner verde "disponibile" DENTRO la card. Esiste solo quando c'è un
   risultato (.mphb-recommendation viene generato solo con disponibilità),
   quindi è già condizionale. Il check è un SVG di sfondo: non dipende dal
   font del tema (che non aveva il glifo e mostrava un pallino). */
.mphb-recommendation::before{
  content: "Disponibile per le date e il numero di ospiti selezionati";
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #e8f2ea url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%232f6b45'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") no-repeat 16px center;
  background-size: 18px 18px;
  color: #2f6b45;
  border: 1px solid #bcd8c4;
  border-radius: 8px;
  padding: 12px 16px 12px 44px;
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
/* Annullo TUTTI i float che il plugin applica dentro il blocco:
   sono la causa dello spazio vuoto e del totale/prezzo disallineati. */
.mphb-recommendation .mphb-recommendation-total,
.mphb-recommendation .mphb-recommedation-item-subtotal,
.mphb-recommendation .mphb-recommendation-reserve-button,
.mphb-recommendation-item > *{ float: none !important; }
.mphb-recommendation .mphb-clear{ display: none; }

.mphb-recommendation-details-list{ list-style: none; padding: 0; margin: 0 0 1rem; }
.mphb-recommendation-details-list li{ margin: 0 0 .5rem; }

.mphb-recommendation-item{ display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; width: 100%; }
.mphb-recommendation-item-count{ order: 1; font-weight: 600; color: var(--mphb-text); }
.mphb-recommendation-item-link{ order: 2; font-weight: 600; text-decoration: none; }
/* Nome appartamento non cliccabile (non deve rimandare alla pagina alloggio) */
.mphb-recommendation-item-link{ pointer-events: none; cursor: default; }
/* Il nome restava chiaro perché è un link "visitato": forzo tutti gli stati */
.mphb_sc_search_results-wrapper .mphb-recommendation-item-link,
.mphb_sc_search_results-wrapper .mphb-recommendation-item-link:link,
.mphb_sc_search_results-wrapper .mphb-recommendation-item-link:visited,
.mphb_sc_search_results-wrapper .mphb-recommendation-item-link:hover,
.mphb_sc_search_results-wrapper .mphb-recommendation-item-link:focus{ color: var(--mphb-text) !important; }
/* NB: la classe del subtotale nel plugin ha un refuso ("recommedation") */
.mphb-recommedation-item-subtotal{ order: 3; margin-left: auto; font-weight: 600; white-space: nowrap; }
.mphb-recommendation-item-guests{ order: 4; flex-basis: 100%; color: var(--mphb-muted); font-size: .9rem; margin: .1rem 0 0; }

.mphb-recommendation-total{
  width: 100%;
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  border-top: 1px solid var(--mphb-border);
  padding-top: 14px; margin: 14px 0 1.25rem;
  font-size: 1.15rem;
}
.mphb-recommendation-total-value{ font-weight: 700; }
.mphb-recommendation-reserve-button{ display: inline-block; }

/* Scheda alloggio compatta */
.mphb-room-type{
  background: #fff;
  border: 1px solid var(--mphb-border);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 0 0 14px;
}
.mphb_sc_search_results-wrapper .mphb-room-type-title,
.mphb_sc_search_results-wrapper .mphb-room-type-title a{
  color: var(--mphb-text) !important;
  font-size: 1.25rem !important;
  line-height: 1.2;
  text-decoration: none;
  margin: 0 0 .4rem;
}
.mphb-loop-room-type-attributes{ list-style: none; padding: 0; margin: 0 0 .25rem; color: var(--mphb-muted); font-size: .95rem; }
.mphb-loop-room-type-attributes li{ margin: 0; }
.mphb-regular-price{ margin: 0 0 .9rem; color: var(--mphb-text); font-size: .95rem; }
.mphb-price-period{ color: var(--mphb-muted); }

/* Selettore quantità unità ("di 6 alloggi disponibili") */
.mphb-rooms-quantity-wrapper{ display: flex; align-items: center; gap: 8px; margin: 0 0 .9rem; color: var(--mphb-muted); font-size: .95rem; }
.mphb-rooms-quantity{
  padding: 8px 12px; border: 1px solid var(--mphb-field); border-radius: 8px;
  background: #fff; font-size: 1rem; color: var(--mphb-text);
}

/* Sezione prenota */
.mphb-reserve-room-section{ display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; }
.mphb-rooms-reservation-message-wrapper{ flex-basis: 100%; margin: 0; }
.mphb-remove-from-reservation{ font-size: .9rem; color: var(--mphb-muted); }

/* Bottone "Prenota" (RIPRISTINATO) */
.mphb_sc_search_results-wrapper .button.mphb-button{
  display: inline-block;
  background: var(--mphb-accent);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 11px 26px;
  font-size: .95rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s ease;
}
.mphb_sc_search_results-wrapper .button.mphb-button:hover{ background: var(--mphb-accent-dark); }

/* Bottone secondario "Visualizza dettagli" (nascosto sopra; stile pronto se lo riattivi) */
.mphb_sc_search_results-wrapper .mphb-view-details-button{
  display: inline-block;
  background: transparent;
  color: var(--mphb-accent) !important;
  border: 1px solid var(--mphb-accent);
  border-radius: 8px;
  padding: 10px 25px;
  font-size: .95rem;
  line-height: 1;
  text-decoration: none;
}
.mphb_sc_search_results-wrapper .mphb-view-details-button:hover{ background: var(--mphb-accent); color: #fff !important; }


/* =========================================================
   2) CHECKOUT ("Conferma della prenotazione")
   ========================================================= */

/* Titolo pagina (scoped alla pagina checkout: ID 661) */
.page-id-661 .page-header{ max-width: 720px; margin: 0 auto; padding: 0 20px; }
.page-id-661 .page-header .entry-title{ font-size: 2rem !important; line-height: 1.15; margin: 0 0 1rem; }

/* Intro Elementor ("Effettua la prenotazione" + testo) SOLO nello step del form.
   Nello stato "Prenotazione inviata" il form (.mphb_sc_checkout-form) non esiste
   più, quindi l'intro sparisce. Se un giorno ricostruisci quei due widget e gli
   ID cambiano, aggiorna i selettori qui sotto (o vedi nota: classe .mphb-checkout-intro). */
body.page-id-661:not(:has(.mphb_sc_checkout-form)) .elementor-element-2dbb906,
body.page-id-661:not(:has(.mphb_sc_checkout-form)) .elementor-element-68a226b,
body.page-id-661:not(:has(.mphb_sc_checkout-form)) .mphb-checkout-intro{
  display: none !important;
}

.mphb_sc_checkout-wrapper{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 40px;
  color: var(--mphb-text);
}
.mphb-login-form-wrap{ font-size: .95rem; color: var(--mphb-muted); margin: 0 0 1.5rem; }

.mphb_sc_checkout-wrapper .mphb-checkout-section{
  background: #fff;
  border: 1px solid var(--mphb-border);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 20px;
}
.mphb_sc_checkout-wrapper .mphb-booking-details-title,
.mphb_sc_checkout-wrapper .mphb-customer-details-title,
.mphb_sc_checkout-wrapper .mphb-price-breakdown-title{
  font-size: 1.25rem !important;
  line-height: 1.2;
  margin: 0 0 1rem !important;
  color: var(--mphb-text);
}
.mphb_sc_checkout-wrapper .mphb-room-number{ font-size: 1.3rem !important; font-weight: 700 !important; margin: 0 0 .5rem !important; color: var(--mphb-text); }

/* Separazione visiva tra un alloggio e l'altro (tutti tranne il primo) */
.mphb_sc_checkout-wrapper .mphb-room-details + .mphb-room-details{
  border-top: 1px solid var(--mphb-border);
  padding-top: 20px;
  margin-top: 24px;
}

/* ---- Servizi aggiuntivi ("Scegliere servizi aggiuntivi") ---- */
.mphb_sc_checkout-wrapper .mphb-services-details{
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--mphb-border);
}
.mphb_sc_checkout-wrapper .mphb-services-details-title{
  font-size: 1.15rem !important;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 .75rem !important;
  color: var(--mphb-text);
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list{ list-style: none; margin: 0; padding: 0; }
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list > li{ margin: 0 0 .6rem; }
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list > li:last-child{ margin-bottom: 0; }
/* Etichetta servizio: solo peso/cursore, layout naturale (niente flex rischioso) */
.mphb_sc_checkout-wrapper .mphb-checkbox-label{ font-weight: 600; cursor: pointer; }
.mphb_sc_checkout-wrapper .mphb-checkbox-label input[type="checkbox"]{ width: auto; margin: 0 6px 0 0; }
.mphb_sc_checkout-wrapper .mphb-services-details em{ color: var(--mphb-muted); font-style: normal; font-weight: 400; }
/* Campo quantità: piccolo e in riga ("× 1 volta/e") */
.mphb_sc_checkout-wrapper .mphb_sc_checkout-service-quantity{
  width: 60px !important;
  display: inline-block;
  margin: 6px 4px 0;
  padding: 6px 8px;
  border: 1px solid var(--mphb-field);
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.mphb-check-in-date,
.mphb-check-out-date{ margin: 0 0 .4rem; color: var(--mphb-text); }
.mphb_sc_checkout-wrapper .mphb-room-type-title{ margin: 0 0 1rem; }
.mphb_sc_checkout-wrapper .mphb-room-type-title a{ color: var(--mphb-accent); text-decoration: none; font-weight: 600; }

.mphb_sc_checkout-wrapper label{ font-weight: 600; color: var(--mphb-text); }
.mphb_sc_checkout-wrapper .mphb-required-fields-tip{ color: var(--mphb-muted); margin: 0 0 1rem; }

/* Link "termini e condizioni": era chiaro su chiaro (colore link dell'Elementor Kit).
   Forzo su tutti gli stati. Classe unica del plugin -> selettore globale, così
   funziona ovunque compaia (non dipende dallo scoping del wrapper). */
.mphb-terms-and-conditions-link,
.mphb-terms-and-conditions-link:link,
.mphb-terms-and-conditions-link:visited,
.mphb-terms-and-conditions-link:hover,
.mphb-terms-and-conditions-link:focus{
  color: var(--mphb-accent) !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper input[type="tel"],
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea{
  width: 100%;
  box-sizing: border-box;
  margin-top: .35rem;
  padding: 11px 14px;
  border: 1px solid var(--mphb-field);
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
  color: var(--mphb-text);
  line-height: 1.3;
}
.mphb_sc_checkout-wrapper input:focus,
.mphb_sc_checkout-wrapper select:focus,
.mphb_sc_checkout-wrapper textarea:focus{
  outline: none;
  border-color: var(--mphb-accent);
  box-shadow: 0 0 0 2px rgba(63,90,75,.18);
}
.mphb_sc_checkout-wrapper textarea{ min-height: 110px; resize: vertical; }

.mphb_sc_checkout-wrapper .mphb-adults-chooser,
.mphb_sc_checkout-wrapper .mphb-children-chooser,
.mphb_sc_checkout-wrapper .mphb-guest-name-wrapper,
.mphb_sc_checkout-wrapper .mphb-customer-name,
.mphb_sc_checkout-wrapper .mphb-customer-last-name,
.mphb_sc_checkout-wrapper .mphb-customer-email,
.mphb_sc_checkout-wrapper .mphb-customer-phone,
.mphb_sc_checkout-wrapper .mphb-customer-country{ margin: 0 0 1rem; }
.mphb_sc_checkout-wrapper .mphb-customer-note{ margin: 0; }

/* ---- Servizi aggiuntivi (per alloggio) ---- */
.mphb_sc_checkout-wrapper .mphb-services-details{
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--mphb-border);
}
.mphb_sc_checkout-wrapper .mphb-services-details-title{
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin: 0 0 .6rem !important;
  color: var(--mphb-text);
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list li{
  margin: 0 0 .55rem;
  font-size: .95rem;
  line-height: 1.5;
}
/* etichetta del servizio: testo normale (non maiuscolo/grande come i field label) */
.mphb_sc_checkout-wrapper .mphb-checkbox-label{
  display: inline;
  font-weight: 400;
  text-transform: none;
  font-size: .95rem;
  color: var(--mphb-text);
  cursor: pointer;
}
.mphb_sc_checkout-wrapper .mphb-checkbox-label input[type="checkbox"]{
  margin-right: 7px;
  vertical-align: middle;
}
.mphb_sc_checkout-wrapper .mphb-checkbox-label em{
  color: var(--mphb-muted);
  font-style: italic;
}
/* campo quantità: piccolo e in linea con "× … volta/e" */
.mphb_sc_checkout-wrapper .mphb_sc_checkout-service-quantity{
  width: 58px;
  padding: 5px 8px;
  margin: 0 4px;
  border: 1px solid var(--mphb-field);
  border-radius: 6px;
  background: #fff;
  font-size: .9rem;
  text-align: center;
  vertical-align: middle;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown{ width: 100%; border-collapse: collapse; }
.mphb_sc_checkout-wrapper .mphb-price-breakdown td,
.mphb_sc_checkout-wrapper .mphb-price-breakdown th{
  padding: 10px 12px;
  border-bottom: 1px solid var(--mphb-border);
  text-align: left;
}
.mphb_sc_checkout-wrapper .mphb-table-price-column{ text-align: right; white-space: nowrap; }
.mphb_sc_checkout-wrapper .mphb-price-breakdown-expand{ color: var(--mphb-text); text-decoration: none; }
.mphb_sc_checkout-wrapper .mphb-price-breakdown-total th{
  border-bottom: none;
  border-top: 2px solid var(--mphb-border);
  font-size: 1.05rem;
}

.mphb-total-price{ font-size: 1.15rem; margin: .25rem 0 1rem; color: var(--mphb-text); }
/* Disclaimer tassa di soggiorno sotto il totale (testo modificabile qui) */
.mphb-total-price::after{
  content: "La tassa di soggiorno non è inclusa e va pagata in struttura.";
  display: block;
  margin-top: 6px;
  font-size: .85rem;
  font-weight: 400;
  color: var(--mphb-muted);
}
.mphb-errors-wrapper,
.mphb_sc_checkout-wrapper .mphb-error{ color: var(--mphb-error); }

.mphb_sc_checkout-wrapper .button,
.mphb_sc_checkout-wrapper input[type="submit"].button{
  display: inline-block;
  background: var(--mphb-accent);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 13px 30px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s ease;
}
.mphb_sc_checkout-wrapper .button:hover,
.mphb_sc_checkout-wrapper input[type="submit"].button:hover{ background: var(--mphb-accent-dark); }


/* =========================================================
   3) FORM DI RICERCA ("Prenota" – [mphb_availability_search])
   ========================================================= */

/* Titolo pagina (scoped alla pagina Prenota: ID 711) */
.page-id-711 .page-header{ max-width: 560px; margin: 0 auto; padding: 0 20px; }
.page-id-711 .page-header .entry-title{ font-size: 2rem !important; line-height: 1.15; margin: 0 0 1rem; }

/* Card del form centrata */
.mphb_sc_search-wrapper{
  max-width: 560px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--mphb-border);
  border-radius: 12px;
  color: var(--mphb-text);
}
.mphb_sc_search-wrapper .mphb-required-fields-tip{ color: var(--mphb-muted); margin: 0 0 1rem; }

.mphb_sc_search-form label{ font-weight: 600; color: var(--mphb-text); }

.mphb_sc_search-form input[type="text"],
.mphb_sc_search-form input.mphb-datepick,
.mphb_sc_search-form select{
  width: 100%;
  box-sizing: border-box;
  margin-top: .35rem;
  padding: 11px 14px;
  border: 1px solid var(--mphb-field);
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
  color: var(--mphb-text);
  line-height: 1.3;
}
.mphb_sc_search-form input:focus,
.mphb_sc_search-form select:focus{
  outline: none;
  border-color: var(--mphb-accent);
  box-shadow: 0 0 0 2px rgba(63,90,75,.18);
}

.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date,
.mphb_sc_search-adults,
.mphb_sc_search-children{ margin: 0 0 1rem; }

.mphb_sc_search-submit-button-wrapper{ margin: .5rem 0 0; }
.mphb_sc_search-wrapper input[type="submit"].button{
  display: inline-block;
  width: 100%;
  background: var(--mphb-accent);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 13px 30px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}
.mphb_sc_search-wrapper input[type="submit"].button:hover{ background: var(--mphb-accent-dark); }


/* =========================================================
   4) CALENDARIO (datepicker kbwood) — contrasto + tema
   Il popup viene aggiunto in <body>, quindi si targetta .datepick globale.
   ========================================================= */
.datepick{
  border: 1px solid var(--mphb-border) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
  background: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
/* Barre comandi (Prec/Oggi/Succ e Svuota/Chiudi): dal bordeaux al verde brand */
.datepick .datepick-nav,
.datepick .datepick-ctrl{ background: var(--mphb-accent) !important; }
.datepick .datepick-cmd{ color: #fff !important; font-weight: 600 !important; }
.datepick .datepick-cmd:hover{ color: #dfeee4 !important; }

/* Intestazione mese (es. "Luglio 2026" + menu a tendina) */
.datepick .datepick-month-header{
  background: #f2efe8 !important;
  color: var(--mphb-text) !important;
  font-weight: 700 !important;
}
.datepick .datepick-month-header select{
  color: var(--mphb-text) !important;
  background: #fff !important;
  border: 1px solid var(--mphb-field) !important;
  border-radius: 6px !important;
  padding: 2px 6px !important;
}
/* Intestazione giorni settimana (Lu Ma Me …) */
.datepick .datepick-month thead th{
  background: #efece4 !important;
  color: var(--mphb-muted) !important;
  font-weight: 600 !important;
}
/* Celle giorno */
.datepick .datepick-month td{ background: #fff !important; }
.datepick .datepick-month td a{                 /* giorni SELEZIONABILI */
  color: var(--mphb-text) !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}
.datepick .datepick-month td span{              /* giorni NON selezionabili */
  color: #c4beb2 !important;
}
.datepick .datepick-month td a:hover{
  background: var(--mphb-accent) !important;
  color: #fff !important;
}
/* Oggi / selezionato / evidenziato */
.datepick .datepick-today a{
  background: #e8f2ea !important;
  color: var(--mphb-accent-dark) !important;
}
.datepick .datepick-selected a,
.datepick .datepick-highlight a{
  background: var(--mphb-accent) !important;
  color: #fff !important;
}
/* Giorni del mese adiacente più tenui ma ancora leggibili */
.datepick .datepick-other-month a,
.datepick .datepick-other-month span{ color: #cfc9bd !important; }


/* =========================================================
   5) PRENOTAZIONE CONFERMATA (booking confirmation, ID 662)
   Scopato su .mphb_sc_booking_confirmation: non tocca altre pagine.
   ========================================================= */
.mphb_sc_booking_confirmation{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 40px;
  color: var(--mphb-text);
}
/* Messaggi -> box verde "successo". NASCOSTI per ora: togli il display:none
   qui sotto per rimostrarli (lo stile del box verde è già pronto). */
.mphb_sc_booking_confirmation .mphb-booking-confirmation-messages{
  display: none;
  background: #e8f2ea;
  border: 1px solid #bcd8c4;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 0 0 24px;
  color: #2f6b45;
}
.mphb_sc_booking_confirmation .mphb-booking-confirmation-messages p{ margin: 0 0 .35rem; font-weight: 600; }
.mphb_sc_booking_confirmation .mphb-booking-confirmation-messages p:last-child{ margin-bottom: 0; }

/* Sezione dettagli -> card */
.mphb_sc_booking_confirmation .mphb-booking-details-section{
  background: #fff;
  border: 1px solid var(--mphb-border);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 20px;
}
.mphb_sc_booking_confirmation .mphb-booking-details-title{
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin: 0 0 1.25rem !important;
  color: var(--mphb-text);
}
/* Lista dettagli -> griglia label/valore ordinata */
.mphb_sc_booking_confirmation ul.mphb-booking-details{
  list-style: none; margin: 0 0 1rem; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px 20px;
}
.mphb_sc_booking_confirmation ul.mphb-booking-details li{ margin: 0; }
.mphb_sc_booking_confirmation ul.mphb-booking-details .label{
  display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .03em;
  color: var(--mphb-muted); margin: 0 0 .2rem;
}
.mphb_sc_booking_confirmation ul.mphb-booking-details .value{
  display: block; font-size: 1.05rem; font-weight: 600; color: var(--mphb-text);
}
/* Stato "Confermato" in verde */
.mphb_sc_booking_confirmation li.booking-status .value{ color: var(--mphb-accent-dark); }

/* Dettagli alloggi */
.mphb_sc_booking_confirmation .accommodations{ border-top: 1px solid var(--mphb-border); padding-top: 1rem; }
.mphb_sc_booking_confirmation .accommodations-title{
  display: block; font-weight: 700; margin: 0 0 .5rem; color: var(--mphb-text);
}
/* Nome alloggio: era chiaro su chiaro (colore link Elementor Kit) e portava a
   una pagina alloggio buggata. Lo forzo scuro su tutti gli stati e non cliccabile. */
.mphb_sc_booking_confirmation .accommodations-list a,
.mphb_sc_booking_confirmation .accommodations-list a:link,
.mphb_sc_booking_confirmation .accommodations-list a:visited,
.mphb_sc_booking_confirmation .accommodations-list a:hover,
.mphb_sc_booking_confirmation .accommodations-list a:focus{
  color: var(--mphb-text) !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}


/* =========================================================
   6) MOBILE
   ========================================================= */
@media (max-width: 600px){
  .mphb-room-type{ padding: 16px; }
  .mphb_sc_search_results-wrapper .button.mphb-button,
  .mphb_sc_search_results-wrapper .mphb-view-details-button{ width: 100%; text-align: center; }

  .page-id-661 .page-header .entry-title,
  .page-id-711 .page-header .entry-title{ font-size: 1.6rem !important; }
  .mphb_sc_checkout-wrapper .mphb-checkout-section{ padding: 18px; }
  .mphb_sc_checkout-wrapper input[type="submit"].button{ width: 100%; text-align: center; }
  .mphb_sc_search-wrapper{ padding: 18px; }
}/* End custom CSS */