.elementor-22 .elementor-element.elementor-element-fc68ea0 > .elementor-container{max-width:1220px;}.elementor-22 .elementor-element.elementor-element-7af7757{width:var( --container-widget-width, 104.455% );max-width:104.455%;--container-widget-width:104.455%;--container-widget-flex-grow:0;}/* Start custom CSS for shortcode, class: .elementor-element-7af7757 *//* --- CONTENEDOR GENERAL --- */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
}

/* --- MENÚ LATERAL --- */
.woocommerce-MyAccount-navigation {
    width: 260px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #232423;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.4);
    overflow: hidden;
}

/* --- ITEMS DEL MENÚ --- */
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: 0.25s ease;
}

/* --- HOVER --- */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #FF9602;
    color: #232423 !important;
}

/* --- ACTIVO --- */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #FF9602;
    color: #232423 !important;
    font-weight: 700;
}

/* --- CONTENIDO (RESTABLECIDO AL COLOR ORIGINAL) --- */
.woocommerce-MyAccount-content {
    flex: 1;
    background: inherit !important; /* usa el color original del tema */
    padding: 25px;
    border-radius: 14px;
    color: inherit !important; /* restaura color normal del texto */
    box-shadow: none !important; /* quita sombra para imitar diseño original */
}

/* --- TITULOS DEL CONTENIDO (PUEDES CAMBIAR SI QUIERES) --- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    font-weight: 700;
    color: #FF9602;
}

/* --- TABLAS --- */
.woocommerce table {
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table td,
.woocommerce table th {
    padding: 12px;
    border-color: #e5e5e5;
}

/* --- BOTONES --- */
.woocommerce a.button,
.woocommerce button.button {
    background: #FF9602;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #232423 ;
    transition: 0.25s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: #d17b02;
}

/* --- SALUDO INICIAL (Dashboard) --- */
.woocommerce-MyAccount-content p:first-of-type {
    background: #ffffff;
    border-radius: 12px;
    font-size: 25px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

/* link de logout dentro del saludo */
.woocommerce-MyAccount-content p:first-of-type a {
    color: #FF9602 ;
    font-weight: 900;
    font-size: 20px;
}

.woocommerce-MyAccount-content p:first-of-type a:hover {
    color: #f80800 ;
    text-decoration: underline;
}/* End custom CSS */