.site-legal-line{
  margin:0;
  font-size:12px;
  line-height:1.55;
  letter-spacing:.01em;
}
.site-legal-foot{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  text-align:center;
  padding:14px 18px 10px;
  color:var(--muted,var(--ink-faint,#6F6A60));
  background:transparent;
  flex-shrink:0;
  margin-top:auto;
}
/* Липкий подвал для страниц с центрированной карточкой (квиз, success и т.п.) */
.site-legal-foot--fixed{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  margin-top:0;
  pointer-events:none;
  padding-bottom:max(14px, env(safe-area-inset-bottom));
}
footer .site-legal-line{
  display:block;
  flex:0 0 100%;
  margin-top:12px;
  font-size:11.5px;
  opacity:.88;
}
.login-legal{
  position:fixed;
  left:0;
  right:0;
  bottom:max(14px, env(safe-area-inset-bottom));
  z-index:1;
  text-align:center;
  padding:0 18px;
  font-size:11.5px;
  color:var(--ink-faint,#6c6e5f);
  pointer-events:none;
}
