/* ===== FOOTER VISIBILITY FIX ===== */
footer,
.footer {
    background-color: #1e1e1e;
}

footer *,
.footer * {
    color: #eaeaea !important;
}

footer p {
    color: #d0d0d0 !important;
    line-height: 1.6;
}

footer a {
    color: #5aa9ff !important;
}

footer a:hover {
    color: #ffffff !important;
}
/* ===== FORCE FOOTER TEXT VISIBILITY (JAP) ===== */
body footer *,
body .footer *,
body .panel-footer *,
body div[class*="footer"] * {
    color: #f0f0f0 !important;
}
