/* Footer layout only. Colors are inherited from CSS variables in shared-theme.css */
.site-footer {
  margin-top: 48px;
  padding: 24px 0 12px 0;
  text-align: center;
}
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: center;
  font-size: 1.1em;
}
.site-footer .footer-links span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
