html,
body {
  min-height: 100%;
}

body {
  padding-bottom: 56px;
  box-sizing: border-box;
}

#app {
  position: relative;
  z-index: 0;
}

.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  background: rgba(248, 249, 251, 0.96);
  border-top: 1px solid #edf0f4;
  box-shadow: 0 -4px 12px rgba(17, 24, 39, 0.04);
  text-align: center;
  pointer-events: none;
}

.site-footer__link {
  color: #8b93a1;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  pointer-events: auto;
}

.site-footer__link:active {
  color: #5f6875;
}
