.site-footer {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--grey-15);
}

.footer-inner {
  font-size: 12px;
  color: var(--grey-60);
}
