.site-footer {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding: 1.5rem 1rem;
  margin-top: 0;
  max-width: 680px;
  width: 100%;
}

.site-footer__inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #1a1a1a;
}

.site-footer__copyright strong {
  font-weight: bold;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}

.site-footer__nav-separator {
  color: #aaa;
}

.site-footer__nav a {
  text-decoration: none;
  color: #1a1a1a;
}

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