.boot-fallback {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  background: #f7f5fa;
  color: #15141b;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.boot-fallback__logo {
  display: block;
  width: 7rem;
  height: auto;
  margin: 0 0 1rem;
}

.boot-fallback__title,
.boot-fallback__message,
.boot-fallback noscript p {
  max-width: 32rem;
}

.boot-fallback__title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.boot-fallback__message {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.boot-fallback__retry {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #913a8d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.boot-fallback__retry:focus {
  outline: 3px solid #3b6fb2;
  outline-offset: 3px;
}

.boot-fallback__retry[hidden] {
  display: none;
}

.boot-fallback noscript {
  display: block;
  margin-top: 1rem;
}

.boot-fallback noscript p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
