html[data-mz-auth-pending] body {
  visibility: hidden;
}

.mz-bootstrap-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.legacy-auth-error {
  box-sizing: border-box;
  width: min(100% - 32px, 520px);
  margin: 12vh auto 0;
  padding: 32px;
  color: #232323;
  background: #fff;
  border: 1px solid #ddd7d0;
  border-radius: 16px;
  box-shadow: 0 20px 48px rgb(35 35 35 / 14%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.legacy-auth-error__mark {
  display: grid;
  width: 44px;
  height: 44px;
  margin-block-end: 20px;
  place-items: center;
  color: #fff;
  background: #1300ff;
  border-radius: 12px;
  font-weight: 800;
}

.legacy-auth-error h1 {
  margin: 0;
  font-size: clamp(26px, 5vw, 34px);
}

.legacy-auth-error p {
  margin: 12px 0 22px;
  color: #6b6560;
  line-height: 1.55;
}

.legacy-auth-error button {
  min-height: 44px;
  padding: 10px 18px;
  color: #fff;
  background: #1300ff;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
