.footer-legal {
  text-align: right;
}

.footer-legal a,
.legal-shell a,
.checkbox-line a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkbox-line {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-weight: 500 !important;
  line-height: 1.5;
}

.checkbox-line input {
  width: 18px !important;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.auth-support {
  max-width: 1000px;
  margin: -35px auto 70px;
  padding: 0 24px;
}

.compact-form {
  max-width: 440px;
  margin-left: auto;
}

.single-auth {
  min-height: calc(100vh - 190px);
}

.legal-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: 78px 24px 100px;
}

.legal-shell h1 {
  margin: 0 0 8px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
}

.legal-shell h2 {
  margin: 42px 0 12px;
  font-size: 23px;
}

.legal-shell p,
.legal-shell li {
  color: #c3c6cc;
  line-height: 1.75;
}

.legal-shell li + li {
  margin-top: 7px;
}

.legal-updated {
  color: var(--muted) !important;
  font-size: 13px;
}

progress.progress {
  appearance: none;
  width: 100%;
  height: 8px;
  border: 0;
  background: #2b2d33;
}

progress.progress::-webkit-progress-bar {
  background: #2b2d33;
  border-radius: 99px;
}

progress.progress::-webkit-progress-value {
  background: var(--accent);
  border-radius: 99px;
}

progress.progress::-moz-progress-bar {
  background: var(--accent);
  border-radius: 99px;
}

@media (max-width: 760px) {
  .footer-legal {
    text-align: left;
  }

  .auth-support {
    margin-top: -15px;
    padding: 0 18px;
  }

  .legal-shell {
    padding: 58px 18px 80px;
  }
}
