/* Infantry touch input uses the battlefield itself; vehicle controls stay unchanged. */

body.mobile-direct-touch-infantry #aimStick,
body.mobile-direct-touch-infantry .mobile-action.fire {
  display: none !important;
}

body.mobile-direct-touch-infantry #game {
  touch-action: none;
}
