.estage-viewer-controls--overlay {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  padding: .32rem;
  border-radius: 999px;
  background: rgba(18,17,15,.68);
  border: 1px solid rgba(255,253,244,.34);
  box-shadow: 0 12px 30px rgba(18,17,15,.18);
  backdrop-filter: blur(12px);
}
.estage-viewer-controls--overlay .estage-control-button {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,253,244,.94);
  color: #12110F;
  font-size: 1.18rem;
  font-weight: 900;
  cursor: pointer;
  touch-action: manipulation;
}
.estage-viewer-controls--overlay .estage-control-button:hover,
.estage-viewer-controls--overlay .estage-control-button:focus-visible {
  outline: 3px solid rgba(0,94,255,.50);
  outline-offset: 2px;
  background: #fffdf4;
}
.estage-viewer-controls--overlay .estage-control-button:active {
  transform: translateY(1px) scale(.98);
}
@media (max-width: 430px) {
  .estage-viewer-controls--overlay {
    right: 50%;
    transform: translateX(50%);
    bottom: .62rem;
    max-width: calc(100% - 1.2rem);
  }
  .estage-viewer-controls--overlay .estage-control-button {
    width: 2.55rem;
    height: 2.55rem;
    min-width: 2.55rem;
    min-height: 2.55rem;
  }
}
