.footer {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: .5rem;
}

.footer-links a {
  text-decoration: none;
  color: #334155;
  transition: color .2s ease, padding-left .2s ease;
}

.footer-links a:hover {
  color: #1d4ed8;
  padding-left: .2rem;
}

.footer p a {
  color: #1d4ed8;
  text-decoration: none;
}

body[data-theme="dark"] .footer {
  background: linear-gradient(180deg, #0b1223 0%, #020617 100%);
  border-top-color: rgba(148, 163, 184, .25);
  color: #e2e8f0;
}

body[data-theme="dark"] .footer h4,
body[data-theme="dark"] .footer h5,
body[data-theme="dark"] .footer p {
  color: #e2e8f0 !important;
}

body[data-theme="dark"] .footer-links a {
  color: #cbd5e1;
}

body[data-theme="dark"] .footer-links a:hover,
body[data-theme="dark"] .footer p a:hover {
  color: #93c5fd;
}

body[data-theme="dark"] .footer p a {
  color: #93c5fd;
}
