#vr-review-wrapper {
  max-width: 500px;
  margin: 0 auto;
  font-family: sans-serif;
  padding: 20px;
}

.vr-step {
  display: none;
}

.vr-step[data-step="1"] {
  display: block;
}

.vr-step h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.vr-step p, textarea, input, label {
  font-size: 1rem;
  margin: 10px 0;
  width: 100%;
}

textarea {
  padding: 10px;
  resize: vertical;
}

input[type="text"], input[type="email"] {
  padding: 8px;
  box-sizing: border-box;
}

button {
  padding: 10px 16px;
  margin: 10px 5px 0 0;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

button:disabled {
  background: #888;
  cursor: not-allowed;
}

.vr-nav {
  margin-top: 15px;
}

#vr-preview {
  margin-top: 10px;
  border-radius: 8px;
  background: #000;
}

#vr-script-overlay {
  position: absolute;
  bottom: 60px;
  left: 10px;
  right: 10px;
  text-align: center;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 10;
  pointer-events: none;
}
