.madame-dashboard-header{
            max-width:980px;
            margin:0 0 48px 80px;
            position:relative;
        }

        .madame-dashboard-header h1{
            font-family:'Cormorant', serif;
            font-size:42px;
            font-weight:600;
            color:#5A1C2A;
            margin:0 0 12px;
            letter-spacing:.3px;
        }

        .madame-dashboard-header p{
            font-family:'Cormorant', serif;
            font-size:18px;
            color:#6B4A3A;
            opacity:.9;
            margin:0;
            max-width:520px;
        }

        .madame-dashboard-header .madame-flower{
            font-size:26px;
            margin-left:6px;
        }

        @media(max-width:900px){
    .madame-dashboard-header{
        margin:0 0 32px 0;
    }

    .madame-dashboard-header h1{
        font-size:32px;
    }

    .madame-dashboard-header p{
        font-size:16px;
    }
}
            
            
/* ===== RESET TOTAL LAYOUT MI CUENTA ===== */
body.woocommerce-account .woocommerce {
    display: block !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* ===== ESCENARIO EDITORIAL ===== */
.madame-account-stage{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 40px 120px;
    position: relative;
}
	
	/* =====================================
   BASE GENERAL
===================================== */
body.woocommerce-account{
    font-family:'Cormorant', serif;
    background:#EFE3D4;
}

/* Ocultar menú lateral */
.woocommerce-MyAccount-navigation{
    display:none !important;
}

/* Contenedor principal */
.woocommerce-MyAccount-content{
    max-width:1200px;
    margin:0 auto;
    padding:20px 20px;
}

/* Ocultar texto plano original */
.woocommerce-MyAccount-content > p{
    display:none;
}

/* ===== GRID PRINCIPAL ===== */
.madame-dashboard{
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
	margin-top:5px;
}

/* =====================================
   CARD BASE
===================================== */
	
	/* ===== TARJETAS ===== */
.madame-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.madame-card{
    background:#F6EBDD;
    border-radius:18px;
    padding:28px;
    display:flex;
    gap:20px;
    align-items:center;
    text-decoration:none !important;
    color:#3C2A21 !important;
    border:1px solid rgba(60,42,33,.15);
    transition:all .35s ease;
}

.madame-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(60,42,33,.18);
}

/* Texto */
.madame-card h3{
    font-size:22px;
    margin:0 0 6px;
    font-weight:600;
}

.madame-card p{
    font-size:16px;
    margin:0;
    opacity:.85;
}

/* =====================================
   ICONOS
===================================== */
.madame-card::before{
    content:'';
    width:64px;
    height:64px;
    flex-shrink:0;
    background-size:contain;
    background-repeat:no-repeat;
}

/* Mis pedidos */
.madame-orders::before{
    background-image:url('https://madamecello.com/wp-content/uploads/2026/01/MADAMECELLO-Mis-Pedidos.webp');
}

/* Descargas */
.madame-downloads::before{
    background-image:url('https://madamecello.com/wp-content/uploads/2026/01/MADAMECELLO-Descaragas.webp');
}

/* Direcciones */
.madame-address::before{
    background-image:url('https://madamecello.com/wp-content/uploads/2026/01/MADAMECELLO-Direcciones.webp');
}

/* Cuenta */
.madame-account::before{
    background-image:url('https://madamecello.com/wp-content/uploads/2026/01/MADAMECELLO-Mi-Cuenta.webp');
}

/* Logout */
.madame-logout::before{
    background-image:url('https://madamecello.com/wp-content/uploads/2026/01/MADAMECELLO-Salir.webp');
}

/* Logout ancho completo */
.madame-logout{
    grid-column:1 / -1;
    background:#EFE3D4;
}
	

	



	.madame-dashboard{
    max-width: 980px;
    margin-left: 120px; /* anclaje editorial */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 40px;
}


	.madame-dashboard{
    margin-left: 80px;
}

	.madame-ultimo-pedido{
    position: absolute;
    right: 60px;
    top: 260px;
    width: 300px;
}


/* =====================================
   MOBILE
===================================== */
@media(max-width:900px){
    .madame-dashboard{
        grid-template-columns:1fr;
    }
}

.madame-last-order{
    background:#F3E8D9;
    border-radius:20px;
    padding:28px;
    box-shadow:0 18px 40px rgba(60,42,33,.08);
    font-family:'Cormorant', serif;
    max-width:360px;
}

/* Layout imagen + texto */
.order-row{
    display:flex;
    gap:16px;
    align-items:center;
}

/* Imagen producto */
.order-image img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:14px;
    box-shadow:0 6px 14px rgba(0,0,0,.12);
}

/* Info */
.order-name{
    font-size:16px;
    font-weight:600;
}

.order-number{
    font-size:14px;
    opacity:.6;
    margin-left:6px;
}

.order-status{
    font-size:14px;
    opacity:.75;
}

.order-total{
    font-size:18px;
    font-weight:700;
    margin-top:6px;
}

/* Estado fantasma */
.madame-empty{
    opacity:.85;
}

.madame-empty .ghost{
    filter: blur(.4px);
}

/* Botones */
.madame-btn{
    display:inline-block;
    margin-top:18px;
    background:#5A1C2A;
    color:#E5D5C3!important;
    padding:12px 20px;
    border-radius:14px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
}

.madame-btn.alt{
    background:transparent;
    border:1px solid #5A1C2A;
    color:#5A1C2A!important;
}



/* =====================================================
   FOOTER MI CUENTA
===================================================== */

.madame-account-footer{
            width:100%;
            margin-top:30px;
            padding:70px 40px 60px;
            text-align:center;
            position:relative;
            overflow:hidden;
        }

        /* Fondo ultra sutil */
        .madame-account-footer::before{
            content:'';
            position:absolute;
            inset:0;
            background:
                radial-gradient(circle at center, rgba(255,255,255,.55), rgba(239,227,212,.85));
            pointer-events:none;
        }

        .madame-account-footer-inner{
            position:relative;
            max-width:900px;
            margin:0 auto;
            font-family:'Cormorant', serif;
            color:#5A1C2A;
        }

        /* Texto principal */
        .madame-account-footer-text{
            font-size:17px;
            line-height:1.7;
            color:#6B4A3A;
            max-width:680px;
            margin:0 auto 36px;
        }

        .madame-account-footer-text a{
            color:#5A1C2A;
            text-decoration:none;
            border-bottom:1px solid rgba(90,28,42,.35);
            transition:all .3s ease;
        }

        .madame-account-footer-text a:hover{
            color:#3C2A21;
            border-bottom-color:#3C2A21;
        }

        /* Separador editorial */
        .madame-account-footer-divider{
            width:120px;
            height:1px;
            background:linear-gradient(
                to right,
                transparent,
                rgba(90,28,42,.45),
                transparent
            );
            margin:0 auto 28px;
        }

        /* Firma de marca */
        .madame-account-footer-brand{
            font-size:16px;
            letter-spacing:.8px;
            font-weight:500;
            color:#5A1C2A;
            opacity:.9;
        }

        @media(max-width:768px){
            .madame-account-footer{
                padding:55px 20px 45px;
            }

            .madame-account-footer-text{
                font-size:16px;
            }

            .madame-account-footer-brand{
                font-size:15px;
            }
        }