/* =================================
   FINION + EB DARK MODE FIX
================================= */

/* Texto global */
body.eb-dark-mode,
body.eb-dark-mode p,
body.eb-dark-mode span,
body.eb-dark-mode li,
body.eb-dark-mode div {
    color: #e0e0e0 !important;
}

/* Títulos */
body.eb-dark-mode h1,
body.eb-dark-mode h2,
body.eb-dark-mode h3,
body.eb-dark-mode h4,
body.eb-dark-mode h5,
body.eb-dark-mode h6 {
    color: #ffffff !important;
}

/* Links */
body.eb-dark-mode a {
    color: #8ab4f8 !important;
}

/* Fondos principales */
body.eb-dark-mode,
body.eb-dark-mode .wrapper,
body.eb-dark-mode .container,
body.eb-dark-mode .content,
body.eb-dark-mode section,
body.eb-dark-mode header,
body.eb-dark-mode footer {
    background-color: #121212 !important;
}

/* Cajas / módulos Finion */
body.eb-dark-mode .module,
body.eb-dark-mode .box,
body.eb-dark-mode .card {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}

/* Formularios */
body.eb-dark-mode input,
body.eb-dark-mode textarea,
body.eb-dark-mode select {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
}

/* Tablas */
body.eb-dark-mode table,
body.eb-dark-mode th,
body.eb-dark-mode td {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}

/* Menú */
body.eb-dark-mode nav,
body.eb-dark-mode nav a {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}