.site-footer {
  background: #111;
  color: #ccc;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid #330000;
}

.site-footer .footer-logo img {
  height: 50px;
  margin-bottom: 1rem;
}

.site-footer .footer-links {
  margin: 1rem 0;
  color: #aaa;
}

.site-footer .footer-links a {
  color: #b22222;
  margin: 0 0.25rem;
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #ff4444;
  text-shadow: 0 0 4px red;
}

.social-icons {
  margin-top: 1rem;
}

.social-icons a img {
  width: 28px;
  height: 28px;
  margin: 0 0.4rem;
  filter: brightness(0.9);
  transition: transform 0.2s ease, filter 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.2);
  filter: brightness(1.2) drop-shadow(0 0 4px red);
}
#last-updated {
  font-size: 0.8rem;
  color: var(--text-dark);
  margin-top: 0.5rem;
}

