/* Explicitly centre the learning-cycle hub.
   This resets the legacy inset/transform combination from the shared stylesheets. */
body.inner-page.approach-page .cycle-centre {
  inset: auto;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 34%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
