.elementor-1129 .elementor-element.elementor-element-d1eca98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1129 .elementor-element.elementor-element-a9975ac{text-align:center;}.elementor-1129 .elementor-element.elementor-element-a9975ac .elementor-heading-title{font-family:"Prata", Sans-serif;font-size:34px;font-weight:500;color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1129 .elementor-element.elementor-element-9e4c3af{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 40px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;text-align:justify;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-primary );}.elementor-1129 .elementor-element.elementor-element-9e4c3af.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-1129 .elementor-element.elementor-element-d1eca98{--content-width:90%;}.elementor-1129 .elementor-element.elementor-element-a9975ac .elementor-heading-title{font-size:30px;}.elementor-1129 .elementor-element.elementor-element-9e4c3af{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;font-size:18px;}}/* Start custom CSS for container, class: .elementor-element-d1eca98 *//* --- LAYOUT E CENTRATURA GENERALE --- */
.mphb_sc_checkout-wrapper {
    max-width: 800px;
    margin: 0 auto !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.mphb_sc_checkout-form {
    text-align: center !important;
}

/* Centratura Check-in e Check-out */
.mphb-check-in-date, 
.mphb-check-out-date {
    text-align: center !important;
    display: block;
    width: 100%;
}

/* Padding sotto Check-out per distanziarlo da Riepilogo Ospiti */
.mphb-check-out-date {
    padding-bottom: 20px !important;
}

/* --- TITOLI UNIFORMI --- */
/* Impostiamo i titoli con lo stesso stile di 'Dettagli della prenotazione' */
.mphb-booking-details-title,
.mphb-price-breakdown-title,
.mphb-customer-details-title,
.mphb-room-number {
    color: #333 !important; /* Colore standard dei titoli del tuo tema */
    font-size: 24px !important; /* Regola in base alla dimensione reale del tuo H3 */
    font-family: 'Open Sans', sans-serif !important;
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

/* --- TABELLA PREZZI --- */
.mphb-price-breakdown {
    margin: 20px auto !important;
    width: 100%;
}

/* Nascondiamo la riga Tariffa (inutile ripetizione) */
.mphb-price-breakdown-rate {
    display: none !important;
}

/* Colore Link Tabella e Hover Ciano */
.mphb-price-breakdown-accommodation {
    color: #6d1a22 !important;
    text-decoration: none;
}

.mphb-price-breakdown-accommodation:hover {
    color: #008b8b !important;
}

/* --- CAMPI INPUT CENTRATI --- */
.mphb_sc_checkout-form p {
    text-align: left;
    max-width: 500px;
    margin: 15px auto !important;
}

/* --- PULSANTE PRENOTA ORA CENTRATO --- */
.mphb_sc_checkout-submit-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    padding-top: 20px !important; /* Padding top 20px richiesto */
    margin: 0 !important;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"] {
    background-color: #6d1a22 !important;
    color: #fff !important;
    padding: 15px 60px !important;
    font-size: 18px !important;
    font-weight: 600;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    /* Rimuoviamo eventuali float o allineamenti residui */
    float: none !important; 
    margin: 0 auto !important;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"]:hover {
    background-color: #008b8b !important;
}

/* --- EXTRA: Centratura Prezzo Totale --- */
.mphb-total-price {
    text-align: center !important;
    font-size: 22px !important;
    margin: 20px 0 !important;
}
/* Rimuove definitivamente la riga Tipo di alloggio sotto Riepilogo ospiti */
.mphb-room-type-title {
    display: none !important;
}

/* Per sicurezza, nascondiamo anche l'eventuale link interno se il tema lo sposta */
.mphb-room-details .mphb-room-type-title {
    display: none !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */