/* Win against: #footer-outer #copyright li a i, #footer-outer #copyright p { color:#777 !important } */
body #footer-outer #copyright[data-layout="centered"] p,
body #footer-outer #copyright[data-layout="centered"] li a i {
  color: #111 !important;   /* black text + icons */
}

body #footer-outer #copyright {
  background: #fff !important;  /* solid white bar */
}

/* (optional) link color inside the copyright text */
body #footer-outer #copyright p a {
  color: #0a58ca !important;
}

