/* Global footer: copyright / last-updated / location (populated by JS/modules/footer.js) */

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 48px;
  font-size: 0.75rem;
  background-color: var(--color-background);
  z-index: 11;
}

@media (max-width: 768px) {
  .site-footer { padding: 10px 24px; }
}
@media (max-width: 480px) {
  .site-footer { padding: 8px 16px; font-size: 0.65rem; }
}
