.no-js [data-boot-loading] {
  display: none !important;
}

.portal-boot-noscript,
.portal-boot-failure {
  box-sizing: border-box;
  width: min(560px, calc(100% - 32px));
  margin: max(48px, 12vh) auto;
  padding: 28px;
  border: 1px solid #dbe4f3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 46, 111, 0.12);
  text-align: left;
}

.portal-boot-title {
  margin: 0 0 12px;
  color: #102f72;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.12;
}

.portal-boot-copy {
  margin: 0;
  color: #53627a;
  line-height: 1.6;
}

.portal-boot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.portal-boot-actions .button {
  width: auto;
  min-width: 180px;
  margin: 0;
}

@media (max-width: 520px) {
  .portal-boot-noscript,
  .portal-boot-failure {
    margin-top: 28px;
    padding: 22px;
    border-radius: 20px;
  }

  .portal-boot-actions,
  .portal-boot-actions .button {
    width: 100%;
  }
}
