.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  height: var(--footer-height);
  border-top: 1px solid var(--text);
  background: var(--bg);
}

.site-footer p {
  margin: 0;
  padding: 0.45rem 1.25rem;
  font-size: 0.72rem;
  line-height: 1.3;
}
