/* --- footer.css --- */

footer {
  color: rgba(255, 255, 255, 0.65);
  margin: 2rem 0 2rem;
  padding: 0 1rem;
}

/* Centered dot-separated nav */
.site-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.foot-nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}

/* Dot separator */
.footer-nav a:not(:last-child)::after {
  content: " ·";
  margin-left: 0.25rem;
}

.footer-meta {
  font-size: 0.85em;
  opacity: 0.6;
}
