.noscript-layout {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-color: #000000;
  color: #ffffff;
  font-family: Graphik, sans-serif;
  padding: 2rem;
  gap: 6rem;
}

.noscript-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  max-width: 32rem;
  width: 100%;
}

.noscript-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 88px;
  width: 88px;
  background-color: rgb(44, 18, 10);
}

.noscript-icon {
  width: 32px;
  height: 32px;
  color: #D4613A;
}

.noscript-title {
  font-family: Swile, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.noscript-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.noscript-body-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #e5e5e5;
  margin: 0;
  text-align: center;
  max-width: 28rem;
}

.noscript-note {
  background-color: rgb(26, 26, 26);
  border-radius: 0.5rem;
  padding: 1.2rem;
  width: 100%;
  max-width: 28rem;
}

.noscript-note-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #cccccc;
  margin: 0;
  text-align: center;
}
