.elementor-66 .elementor-element.elementor-element-0c49e9e{--display:flex;--min-height:110px;--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-66 .elementor-element.elementor-element-bf77fd1{text-align:center;}.elementor-66 .elementor-element.elementor-element-bf77fd1 .elementor-heading-title{font-size:40px;text-transform:uppercase;color:var( --e-global-color-primary );}.elementor-66 .elementor-element.elementor-element-7c7b99a{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-66 .elementor-element.elementor-element-7c7b99a .elementor-divider-separator{width:100%;}.elementor-66 .elementor-element.elementor-element-7c7b99a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-66 .elementor-element.elementor-element-7c7b99a .elementor-divider__text{color:var( --e-global-color-accent );text-transform:uppercase;}.elementor-66 .elementor-element.elementor-element-379e6b2{--display:flex;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(min-width:480px){.elementor-66 .elementor-element.elementor-element-379e6b2{--content-width:1400px;}}/* Start custom CSS for shortcode, class: .elementor-element-c93d3e6 */.confirmacao_reserva ul.mphb_sc_checkout-services-list.mphb_checkout-services-list{
    padding: 0;
}

.confirmacao_reserva .mphb_sc_checkout-wrapper .mphb-login-form-wrap {
    margin-bottom: 10px;
}


.confirmacao_reserva .mphb-room-number {
    display: none !important;
}

/* === ESTILO GERAL DO CONTAINER === */
.confirmacao_reserva .mphb_sc_checkout-wrapper {
    background-color: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;

}

/* === TÍTULOS (Corrigir herança de h3/h4) === */
.confirmacao_reserva .mphb-checkout-section > h3,
.confirmacao_reserva .mphb-booking-details-title,
.confirmacao_reserva .mphb-services-details-title,
.confirmacao_reserva .mphb-price-breakdown-title{
    font-size: 1.4rem !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 25px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid var(--e-global-color-accent) !important;
    font-weight: 700 !important;
    width: 100% !important;
    line-height: 1.2 !important;
}

/* === GRID LAYOUT (Campos lado a lado) === */
.confirmacao_reserva #mphb-customer-details {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

/* Itens que ocupam a linha toda */
.confirmacao_reserva #mphb-customer-details > h3,
.confirmacao_reserva #mphb-customer-details > .mphb-required-fields-tip,
.confirmacao_reserva #mphb-customer-details > .mphb-customer-note,
.confirmacao_reserva #mphb-customer-details > .mphb-customer-country {
    grid-column: 1 / -1 !important; 
}

/* Remover margens padrão dos <p> dentro do grid para controlar o gap */
.confirmacao_reserva #mphb-customer-details > p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* === INPUTS E SELECTS (Sobrepor bordas cinzentas globais) === */
.confirmacao_reserva input[type="text"],
.confirmacao_reserva input[type="email"],
.confirmacao_reserva select,
.confirmacao_reserva textarea {
    width: 100% !important;
    padding: 14px 18px !important;
    /* Sobrepondo a borda #666 global */
    border: 1px solid #e0e0e0 !important; 
    border-radius: 8px !important; /* Sobrepondo o 3px global */
    background-color: #fcfcfc !important;
    transition: all 0.3s ease !important;
    font-size: 1rem !important;
    color: #333 !important;
    line-height: 1.5 !important;
    height: auto !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
}

/* Focus State */
.confirmacao_reserva input:focus,
.confirmacao_reserva select:focus,
.confirmacao_reserva textarea:focus {
    background-color: #fff !important;
    border-color: var(--e-global-color-accent) !important;
    box-shadow: 0 0 0 3px rgba(203, 147, 67, 0.15) !important;
    outline: none !important;
}

/* Labels */
.confirmacao_reserva label {
    font-weight: 600 !important;
    color: #555 !important;
    display: block !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.confirmacao_reserva .mphb-checkout-section.mphb-customer-details label {
    font-weight: 600 !important;
    color: #555 !important;
    margin-bottom: -15px !important;
    display: block !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}
/* === TABELA DE PREÇOS (Corrigir Zebra Striping e Bordas) === */
.confirmacao_reserva table.mphb-price-breakdown,
.confirmacao_reserva table.mphb-price-breakdown thead,
.confirmacao_reserva table.mphb-price-breakdown tbody,
.confirmacao_reserva table.mphb-price-breakdown tfoot,
.confirmacao_reserva table.mphb-price-breakdown tr,
.confirmacao_reserva table.mphb-price-breakdown th,
.confirmacao_reserva table.mphb-price-breakdown td {
    /* Reset total das bordas globais */
    border: none !important;
    background: transparent !important;
}

/* Estilo específico da tabela Premium */
.confirmacao_reserva .mphb-price-breakdown {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 15px !important;
    font-size: 0.95rem !important;
}

.confirmacao_reserva .mphb-price-breakdown th,
.confirmacao_reserva .mphb-price-breakdown td {
    padding: 12px !important;
    text-align: left !important;
    border-bottom: 1px solid #eee !important; /* Apenas linha inferior */
    vertical-align: top !important;
}

/* Remover o zebra striping global (nth-child odd) */
.confirmacao_reserva .mphb-price-breakdown tbody > tr:nth-child(odd) > td,
.confirmacao_reserva .mphb-price-breakdown tbody > tr:nth-child(odd) > th {
    background-color: transparent !important;
}

/* Hover suave na tabela */
.confirmacao_reserva .mphb-price-breakdown tbody tr:hover > td {
    background-color: #f9f9f9 !important;
}

/* Rodapé da Tabela */
.confirmacao_reserva .mphb-price-breakdown tfoot {
    background-color: #f4f4f4 !important;
}

.confirmacao_reserva .mphb-price-breakdown tfoot th {
    font-size: 1.2rem !important;
    color: var(--e-global-color-primary) !important;
    font-weight: 700 !important;
}

.confirmacao_reserva .mphb-price-breakdown .mphb-table-price-column {
    text-align: right !important;
    font-weight: 600 !important;
}

/* === BOTÃO DE SUBMISSÃO (Corrigir estilos rosa/vermelhos globais) === */
.confirmacao_reserva .mphb_sc_checkout-submit-wrapper {
    margin-top: 30px !important;
    text-align: center !important;
}

.confirmacao_reserva .mphb_sc_checkout-submit-wrapper .button,
.confirmacao_reserva input[type="submit"] {
    /* Forçar estilos premium sobre o global */
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    border: none !important; /* Remover borda #c36 global */
    padding: 18px 60px !important;
    border-radius: 10px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 20px rgba(203, 147, 67, 0.3) !important;
    display: inline-block !important;
    width: 100% !important; 
    max-width: 400px !important;
    height: auto !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    
    
    
}

.confirmacao_reserva .mphb_sc_checkout-submit-wrapper .button:hover,
.confirmacao_reserva input[type="submit"]:hover {
    background-color: var(--e-global-color-primary) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
}

/* === OUTROS DETALHES === */
.confirmacao_reserva .mphb-booking-details {
    background-color: #F9F9F9 !important;
    padding: 25px !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
}

/* Ajuste fino nos seletores de hóspedes */
.confirmacao_reserva .mphb-adults-chooser,
.confirmacao_reserva .mphb-children-chooser {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .confirmacao_reserva #mphb-customer-details {
        grid-template-columns: 1fr !important;
    }
    
    .confirmacao_reserva .mphb_sc_checkout-wrapper {
        padding: 20px !important;
    }
    
    .confirmacao_reserva .mphb-adults-chooser,
    .confirmacao_reserva .mphb-children-chooser {
        width: 100% !important;
        display: block !important;
    }
}



/* === Linha Principal do Alojamento (Simplificada) === */

/* Fundo leve para destacar a linha principal */
.confirmacao_reserva .mphb-price-breakdown-booking {
    background-color: #f9f9f9 !important;
}

/* Limpa bordas e ajusta espaçamento */
.confirmacao_reserva .mphb-price-breakdown-booking td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 15px 5px !important;
}

/* Estilo do Nome (Link) */
.confirmacao_reserva .mphb-price-breakdown-accommodation {
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
}

/* Ícone +/- ao lado do nome */
.confirmacao_reserva .mphb-inner-icon {
    margin-right: 8px !important;
    color: var(--e-global-color-accent) !important;
    font-weight: bold !important;
    border: none !important;
}

/* Estilo do Preço Total */
.confirmacao_reserva .mphb-price-breakdown-booking .mphb-price {
    font-weight: 700 !important;
    color: var(--e-global-color-accent) !important;
    font-size: 1.1rem !important;
}

/* Bloco da confirmação */
.confirmacao_reserva .mphb_sc_checkout-wrapper{
    background: #fff;
    text-align: center;
}

/* Título interno do shortcode */
.confirmacao_reserva .mphb-reservation-submitted-title{
    margin: 0 0 12px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

/* Mensagem */
.confirmacao_reserva .mphb_sc_checkout-success-reservation-message{
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--e-global-color-text);
    margin-inline: auto;
}/* End custom CSS */