.elementor-71 .elementor-element.elementor-element-8de9104{--display:flex;--min-height:100px;--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;}.elementor-71 .elementor-element.elementor-element-8de9104:not(.elementor-motion-effects-element-type-background), .elementor-71 .elementor-element.elementor-element-8de9104 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://casasupertubos3.wiseweb.pt/wp-content/uploads/2026/06/banner-Paniche-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-71 .elementor-element.elementor-element-3ba420a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-71 .elementor-element.elementor-element-1552910{text-align:center;}.elementor-71 .elementor-element.elementor-element-1552910 .elementor-heading-title{font-size:40px;text-transform:uppercase;color:var( --e-global-color-primary );}.elementor-71 .elementor-element.elementor-element-66f24d2{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-71 .elementor-element.elementor-element-66f24d2 .elementor-divider-separator{width:100%;}.elementor-71 .elementor-element.elementor-element-66f24d2 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-71 .elementor-element.elementor-element-66f24d2 .elementor-divider__text{color:var( --e-global-color-accent );text-transform:uppercase;}.elementor-71 .elementor-element.elementor-element-2bdfc54{--display:flex;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-149d90d *//* ==========================================================================
   1. ESTRUTURA GERAL DA CONTA
   ========================================================================== */
.mphb_sc_account {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: inherit;
    color: var(--e-global-color-text);
    margin: 20px auto;
    max-width: 1400px;
}

@media (min-width: 768px) {
    .mphb_sc_account {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* ==========================================================================
   2. MENU DE NAVEGAÇÃO LATERAL
   ========================================================================== */
.mphb-account-menu {
    width: 100%;
}

@media (min-width: 768px) {
    .mphb-account-menu {
        width: 250px;
        flex-shrink: 0;
        position: sticky;
        top: 20px;
    }
}

.mphb-account-menu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

@media (min-width: 768px) {
    .mphb-account-menu ul {
        flex-direction: column;
    }
}

.mphb-account-menu ul li {
    width: 100%;
}

.mphb-account-menu ul li a {
    display: block;
    padding: 12px 16px;
    color: var(--e-global-color-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mphb-account-menu ul li a:hover,
.mphb-account-menu ul li.is-active a {
    background-color: rgba(var(--e-global-color-accent-rgb, 0,0,0), 0.08) !important;
    color: var(--e-global-color-accent) !important;
    padding-left: 20px;
}

/* Link para Sair / Terminar Sessão */
.mphb-account-menu ul li:last-child a {
    color: #cc0000;
    border-top: 1px solid #eee;
    border-radius: 0 0 6px 6px;
    margin-top: 5px;
    padding-top: 15px;
}

.mphb-account-menu ul li:last-child a:hover {
    background-color: #fff5f5 !important;
    color: #a00000 !important;
}

/* ==========================================================================
   3. CONTEÚDO PRINCIPAL & ELEMENTOS TEXTUAIS
   ========================================================================== */
.mphb-account-content {
    flex-grow: 1;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.mphb-account-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: var(--e-global-color-text);
}

.mphb-account-content a {
    color: var(--e-global-color-accent);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed var(--e-global-color-accent);
    transition: opacity 0.2s;
}

.mphb-account-content a:hover {
    opacity: 0.8;
}

/* ==========================================================================
   4. TABELA DE RESERVAS (CORRIGIDA & S/ FUNDOS CINZENTOS)
   ========================================================================== */
.mphb-account-bookings {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 15px;
    background: #ffffff !important;
}

/* Reset absoluto de bordas e fundos nas células */
.mphb-account-bookings th,
.mphb-account-bookings td {
    border: none !important; 
    padding: 18px 20px !important;
    text-align: left !important;
    vertical-align: middle !important;
    background: transparent !important;
}

/* Cabeçalho */
.mphb-account-bookings th {
    color: var(--e-global-color-primary) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #eaeaea !important;
}

/* Linhas */
.mphb-account-bookings tbody tr {
    background-color: #ffffff !important;
    transition: background-color 0.2s ease;
}

.mphb-account-bookings tbody tr:hover {
    background-color: #fafafa !important; 
}

.mphb-account-bookings tbody tr:not(:last-child) td {
    border-bottom: 1px solid #f4f4f4 !important; 
}

/* Elementos Internos da Tabela */
.booking-number {
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.booking-status {
    display: inline-block !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    margin-top: 6px !important;
    background-color: #fff0f0 !important; 
    color: #d93838 !important;
    letter-spacing: 0.5px;
}

.booking-price .mphb-price {
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
    font-size: 16px;
}

.booking-actions {
    text-align: left !important;
}

.booking-actions a {
    display: inline-block !important;
    background-color: var(--e-global-color-accent) !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
}

.booking-actions a:hover {
    background-color: var(--e-global-color-primary) !important;
    opacity: 1 !important;
}

.booking-actions a:active {
    transform: scale(0.96);
}

/* Tabela Responsiva (Mobile) */
@media (max-width: 600px) {
    .mphb-account-bookings thead {
        display: none;
    }
    .mphb-account-bookings tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 10px;
        background: #ffffff !important;
    }
    .mphb-account-bookings td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 8px 10px !important;
        border-bottom: 1px dashed #eee !important;
    }
    .mphb-account-bookings td:last-child {
        border-bottom: none !important;
    }
    .mphb-account-bookings td::before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
        color: var(--e-global-color-primary);
    }
}

/* ==========================================================================
   5. FORMULÁRIOS (CAMPOS & BOTÕES)
   ========================================================================== */
.mphb-account-details,
.mphb-account-change-password {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .mphb-account-details {
        grid-template-columns: 1fr 1fr;
    }
    .mphb-customer-address1, 
    .mphb-customer-country,
    .mphb-account-change-password,
    .mphb-account-change-password p:first-child {
        grid-column: span 2;
    }
    .mphb-account-change-password {
        grid-template-columns: 1fr 1fr;
    }
}

.mphb-account-change-password p:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px;
}

/* Inputs, Labels e Selects */
.mphb_sc_account label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--e-global-color-primary);
}

.mphb_sc_account abbr[title="Obrigatório"] {
    color: #d93838;
    text-decoration: none;
}

.mphb_sc_account input[type="text"],
.mphb_sc_account input[type="email"],
.mphb_sc_account input[type="password"],
.mphb_sc_account select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: var(--e-global-color-text);
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.mphb_sc_account input:focus,
.mphb_sc_account select:focus {
    border-color: var(--e-global-color-accent);
    box-shadow: 0 0 0 3px rgba(var(--e-global-color-accent-rgb, 0,0,0), 0.15);
    outline: none;
}

.mphb_sc_account input[readonly] {
    background-color: #f5f5f5;
    color: #888;
    cursor: not-allowed;
    border-color: #e0e0e0;
}

/* Botões Globais de Ação (Submeter formulários) */
.mphb_sc_account .button,
.mphb_sc_account input[type="submit"] {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.mphb_sc_account .button:hover,
.mphb_sc_account input[type="submit"]:hover {
    background-color: var(--e-global-color-primary);
}

.mphb_sc_account .button:active,
.mphb_sc_account input[type="submit"]:active {
    transform: scale(0.98);
}/* End custom CSS */