/* Space 2047 HD Edition v5.12.15
 * Remove the duplicate touch-direction arrow pad layered above the analogue joystick.
 * Preserve the analogue joystick, minimap, information drawer, and non-directional action keys.
 */
#s2047-touch-controls .s2047-touch-move,
.s2047-touch-controls .s2047-touch-move {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* The remaining touch-action group must not reserve space for the removed d-pad. */
#s2047-touch-controls,
.s2047-touch-controls {
  justify-content: flex-end !important;
}

/* Keep the actual analogue joystick fully available. */
.s2047-joystick-zone,
#s2047-joystick {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
