main {
  padding-top: 5rem;
}

.site-header {
  margin-bottom: 2rem;
}

.vr-preview {
  overflow: hidden;
  border: 1px solid var(--wa-gray-light);
  border-radius: 8px;
  background: var(--wa-white);
}

.vr-preview a-scene {
  display: block;
  width: 100%;
  height: 400px;
}

.vr-actions {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.vr-message {
  color: var(--wa-ink-light);
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 640px) {
  main {
    padding-top: 4.5rem;
  }

  .vr-preview a-scene {
    height: 300px;
  }
}
