.elementor-1069 .elementor-element.elementor-element-97d0e52{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-1069 .elementor-element.elementor-element-b4d9b41{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1069 .elementor-element.elementor-element-97d0e52{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-7a53c04 *//* CONTENEDOR GENERAL */
#info-cuenta-reservas .mphb_sc_account {
    display: flex;
    gap: 30px;
    background: #F6F8F6;
    padding: 20px;
    border-radius: 12px;
}

/* MENÚ LATERAL */
#info-cuenta-reservas .mphb-account-menu {
    min-width: 220px;
}

#info-cuenta-reservas .mphb-account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EBEDEB;
}

#info-cuenta-reservas .mphb-account-menu li {
    border-bottom: 1px solid #EBEDEB;
}

#info-cuenta-reservas .mphb-account-menu li:last-child {
    border-bottom: none;
}

#info-cuenta-reservas .mphb-account-menu a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #0F172A;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* HOVER MENU */
#info-cuenta-reservas .mphb-account-menu a:hover {
    background: #0F172A;
    color: #FFFFFF;
}

/* LINK ACTIVO (si luego lo manejas con clase active) */
#info-cuenta-reservas .mphb-account-menu .is-active a {
    background: #2E4D3E;
    color: #FFFFFF;
}

/* CONTENIDO */
#info-cuenta-reservas .mphb-account-content {
    flex: 1;
    background: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #EBEDEB;
}

/* TEXTO */
#info-cuenta-reservas .mphb-account-content p {
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* NOMBRE USUARIO */
#info-cuenta-reservas .mphb-account-content strong {
    color: #0F172A;
}

/* LINKS INTERNOS */
#info-cuenta-reservas .mphb-account-content a {
    color: #B78628;
    font-weight: 500;
    text-decoration: none;
}

#info-cuenta-reservas .mphb-account-content a:hover {
    text-decoration: underline;
}

/* BOTÓN CERRAR SESIÓN */
#info-cuenta-reservas a[href*="logout"] {
    color: #B78628 !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #info-cuenta-reservas .mphb_sc_account {
        flex-direction: column;
    }

    #info-cuenta-reservas .mphb-account-menu {
        width: 100%;
    }
}/* End custom CSS */