/* =========================
   DARK MODE GLOBAL FIX
========================= */
body.dark-mode {
    background-color: #121212 !important;
    color: #ffffff !important;
}

/* =========================
   BREADCRUMB FIX
========================= */
body.dark-mode #breadcrumb {
    background-color: #1e1e1e !important;
}

body.dark-mode #breadcrumb .breadcrumb {
    background: transparent !important;
}

body.dark-mode #breadcrumb .breadcrumb li,
body.dark-mode #breadcrumb .breadcrumb a {
    color: #ffffff !important;
}

/* =========================
   SIDEBAR FIX
========================= */
body.dark-mode #sidebar-first,
body.dark-mode .region-sidebar-first,
body.dark-mode .block,
body.dark-mode .block .content {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
}

/* =========================
   CONTENT FIX (IMPORTANT)
========================= */
body.dark-mode .content * {
    color: #e0e0e0 !important;
}

/* 🚨 MAIN ISSUE FIX (YOUR IPO TEXT) */
body.dark-mode font,
body.dark-mode font[color],
body.dark-mode [style*="color"],
body.dark-mode span[style],
body.dark-mode div[style] {
    color: #e0e0e0 !important;
}

/* LINKS */
body.dark-mode a {
    color: #4da3ff !important;
}