.site-lite-footer {
  position: sticky;
  top: 100vh;
  width: min(100% - 32px, 1180px);
  margin: 36px auto 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(213, 236, 224, 0.14);
  color: var(--muted, #a9bbb2);
  font-size: 14px;
  line-height: 1.5;
}

.site-lite-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  flex-wrap: wrap;
}

.site-lite-footer__brand {
  color: var(--text, #f4fbf7);
  font-weight: 700;
}

.site-lite-footer__links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-lite-footer a {
  color: inherit;
  text-decoration: none;
}

.site-lite-footer a:hover {
  color: var(--text, #f4fbf7);
}

.auth-page {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.auth-page .site-lite-footer {
  margin: 0 auto;
}

.auth-page.auth-page-long {
  justify-content: flex-start;
}

@media (max-width: 620px) {
  .site-lite-footer {
    width: min(100% - 24px, 1180px);
    margin-top: 28px;
    font-size: 13px;
  }

  .site-lite-footer__inner,
  .site-lite-footer__links {
    align-items: flex-start;
    flex-direction: column;
  }
}
