.test-page-body {
  min-height: 100vh;
  background: #f5f5f7;
}

.test-pending {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  text-align: center;
}

.test-pending > div {
  transform: translateY(-24px);
}

.test-pending h1 {
  margin: 14px 0 34px;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.test-pending .portal-button {
  min-width: 145px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .test-pending h1 { font-size: 40px; }
}
