/* GP-DP-20260822-049 — single final authority for the anchored scene box. */
.world:not(.world-expanded) > .world-core {
  margin: 0 !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
}

html[data-gp-viewport="D0"] .world:not(.world-expanded) > .world-core {
  left: 185px !important;
  top: 3px !important;
  width: 500px !important;
  height: 306px !important;
}

html[data-gp-viewport="D1"] .world:not(.world-expanded) > .world-core {
  left: 345.117px !important;
  top: 3.164px !important;
  width: 527.344px !important;
  height: 322.734px !important;
}

html[data-gp-viewport="D2"] .world:not(.world-expanded) > .world-core {
  left: 50% !important;
  top: 3px !important;
  width: min(54.055%, 500px) !important;
  height: min(306px, calc(100% - 6px)) !important;
  transform: translateX(-50%) !important;
}

html[data-gp-viewport="T1"] .world:not(.world-expanded) > .world-core,
html[data-gp-viewport="M1"] .world:not(.world-expanded) > .world-core {
  left: 50% !important;
  top: 50% !important;
  width: min(94%, 500px) !important;
  height: min(92%, 306px) !important;
  transform: translate(-50%, -50%) !important;
}

.world:not(.world-expanded) > .world-core > .world-axis {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
