/* Legacy footer styles - deprecated */
/* Use /components/footer.css instead */

.site-footer {
  /* Fallback styles for backward compatibility */
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  background-color: #f3f2f100;
  text-align: center;
  padding: 0.5rem 20px;
  font-size: 0.875rem;
  color: #605e5c;
  z-index: 1000;
}

.site-footer a {
  color: #605e5c;
  text-decoration: none;
  margin: 0 10px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .footer-links {
  display: inline-block;  
}

.site-footer .footer-links > * {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.site-footer .footer-links > * + *::before {
  margin: 0 0.5rem;
  color: #605e5c;
}
