.noscript-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-family: system-ui, sans-serif;
  color: #333;
}

.noscript-message {
  max-width: 400px;
  padding: 1.5em 2em;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.noscript-message h2 {
  margin-bottom: 0.5em;
}

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