/* -------------------------
   Footer
   ------------------------- */

/* Footer links forced cyan */
footer .footer-link,
footer .footer-link:visited,
footer .footer-link * {
  color: #00ffff !important;
  text-decoration: underline;
}

footer .footer-link:hover {
  color: #00cccc !important;
}

/* Footer layout */
footer > div {
  padding: 0.5rem 1rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  text-align: left !important;
}

footer > div > div {
  width: auto !important;
}

@media (max-width: 768px) {
  footer > div {
    flex-direction: column !important;
    text-align: center !important;
  }
}



.dark footer .container {
  color: #cbd5e1 !important;
}

.site-footer {
  background-color: rgb(248, 248, 248); /* solid */
  border-top: 1px solid rgba(0,0,0,0.08);
}

.dark .site-footer {
  background-color: #141f3a; /* slate-900 vibe */
  border-top-color: rgba(255,255,255,0.08);
}


/* Footer links — always cyan */
footer .footer-link,
footer .footer-link:visited,
footer .footer-link * {
  color: #00ffff !important;
  text-decoration: underline;
}

footer .footer-link:hover {
  color: #00cccc !important;
}

/* Footer layout */
footer > div {
  padding: 0.5rem 1rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  text-align: left !important;
}

footer > div > div {
  width: auto !important;
}

@media (max-width: 768px) {
  footer > div {
    flex-direction: column !important;
    text-align: center !important;
  }
}
