.wc-360-wrapper { width: 100%; }
.wc-360-viewer {
  position: relative;
  width: 100%;
  min-height: 360px;
  background: #0b0b0b;
  border-radius: 12px;
  overflow: hidden;
}
.wc-360-loading {
  color: #fff;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}
.wc-360-ctrl {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(6px);
  cursor: pointer;
  font: 600 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}
.wc-360-ctrl:hover { background: rgba(255,255,255,0.2); }
