body.woocommerce-account .woocommerce-MyAccount-navigation{
    display:none!important;
}

body.woocommerce-account .woocommerce-MyAccount-content{
    width:100%!important;
    float:none!important;
}

body.woocommerce-account .woocommerce-MyAccount-content > p{
    display:none!important;
}

body.woocommerce-account .woocommerce-MyAccount-content .dokan-btn:not(.dg-mi-cuenta-btn){
    display:none!important;
}

body.woocommerce-account .woocommerce-MyAccount-content a[href*="dashboard"]:not(.dg-mi-cuenta-btn){
    display:none!important;
}

.dg-mi-cuenta-hub{
    max-width:720px;
    margin:0 auto;
    padding:40px 20px;
    text-align:center;
}

.dg-mi-cuenta-hub h2{
    font-size:34px;
    font-weight:900;
    color:#111827;
    margin-bottom:10px;
}

.dg-mi-cuenta-hub p{
    color:#6b7280;
    font-size:17px;
    margin-bottom:26px;
}

.dg-mi-cuenta-botones{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.dg-mi-cuenta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:14px 24px;
    border-radius:14px;
    font-weight:900;
    font-size:16px;
    text-decoration:none!important;
    color:#fff!important;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
}

.dg-mi-cuenta-vendedor{
    background:#6d3df5;
}

.dg-mi-cuenta-repartidor{
    background:#16a34a;
}

.dg-mi-cuenta-salir{
    background:#111827;
}

.dg-mi-cuenta-btn:hover{
    transform:translateY(-2px);
    opacity:.94;
}

@media(max-width:768px){

    .dg-mi-cuenta-hub{
        padding:28px 14px;
    }

    .dg-mi-cuenta-hub h2{
        font-size:28px;
    }

    .dg-mi-cuenta-btn{
        width:100%;
    }

}