/* DMW Networking — Dashboard Visual Defaults */

/* 1) Todo el contenido del dashboard, siempre en blanco y sin efectos raros */
.dmw-dashboard,
.dmw-dashboard * {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    mix-blend-mode: normal !important;
}

/* 2) Título principal "Mi Dashboard Networking" */
.dmw-dashboard h1,
.dmw-dashboard h2,
.dmw-dashboard h3 {
    color: #ffffff !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
}

/* 3) Bloque "Actividad y asistencia" (listas y textos) */
.dmw-dashboard .dmw-activity,
.dmw-dashboard .dmw-activity * {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* 4) Bloque "Tu propuesta" (Vendes / Buscas / enlaces) */
.dmw-dashboard .dmw-proposal,
.dmw-dashboard .dmw-proposal * {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* 5) Refuerzo genérico para párrafos, spans, listas dentro del dashboard */
.dmw-dashboard p,
.dmw-dashboard span,
.dmw-dashboard li,
.dmw-dashboard small,
.dmw-dashboard strong {
    color: #ffffff !important;
    opacity: 1 !important;
}
/* Títulos de los módulos 1 a 1 */
.dmw-net-box h2,
.dmw-net-box h3 {
    color: #ffffff !important;
    opacity: 1 !important;
}
