.noScript {
  display: flex;
  background-color: var(--ncrm-theme-primary);
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.requiredMessage {
  display: flex;
  flex-direction: column;
  background-color: var(--ncrm-theme-surface);
  max-width: 520px;
  padding: 32px;
  border-radius: 4px;
}

.requiredMessage>*:not(:first-child) {
  margin-top: 16px;
}