.site-footer {
  height: 44px;
  border-top: 1px solid #dfe1e6;
  background: #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  flex-shrink: 0;
}

.site-footer p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #6b778c;
  text-align: center;
}

body.login-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

body.login-page .content {
  flex: 1;
  min-height: 0;
}

@media (max-width: 768px) {
  .site-footer {
    height: 40px;
  }

  .site-footer p {
    font-size: 11px;
  }
}
