button.a-enter-vr-button {
  display: none;
}
#toggle-ar-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  outline: none;
}
#ar-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}
#status-text {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #000;
}
#screenshot-button,
#fullscreen-button {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#screenshot-button {
  right: 160px;
}
#fullscreen-button {
  right: 90px;
}
