/* Space 2047 HD Edition v5.43.0 — blank mobile fire control and fixed drawer sides. */

/* The centre control remains fully usable, but carries no visible FIRE text on mobile. */
@media (max-width:899px), (pointer:coarse) {
  #s2047-mobile-dpad-v51234 .s2047-dpad-center {
    font-size:0!important;
    line-height:0!important;
    color:transparent!important;
    text-shadow:none!important;
  }
}

/* Gameplay Options always slides in from the left. */
#s2047-main-options-shell-v5300 .s2047-main-options-sheet-v5300 {
  left:0!important;
  right:auto!important;
  border-left:0!important;
  border-right:1px solid #d6aa36!important;
  box-shadow:14px 0 42px rgba(0,0,0,.82)!important;
  transform:translate3d(-105%,0,0)!important;
}
#s2047-main-options-shell-v5300[data-open="1"] .s2047-main-options-sheet-v5300 {
  transform:translate3d(0,0,0)!important;
}

/* Information / Information & Options always slides in from the right. */
#s2047-info-drawer-v51213 .s2047-info-drawer-panel,
#s2047-plain-drawer .s2047-plain-drawer-panel,
#s2047-native-info-drawer .s2047-native-info-panel,
#s2047-mobile-drawer .s2047-mobile-drawer-panel,
#s2047-single-drawer .s2047-single-drawer-panel,
.s2047-drawer-content {
  left:auto!important;
  right:0!important;
  border-right:0!important;
  border-left:1px solid #4ba9ca!important;
  box-shadow:-14px 0 42px rgba(0,0,0,.86)!important;
  transform:translate3d(105%,0,0)!important;
}
#s2047-info-drawer-v51213[data-open="1"] .s2047-info-drawer-panel,
#s2047-plain-drawer.is-open .s2047-plain-drawer-panel,
#s2047-native-info-drawer.is-open .s2047-native-info-panel,
#s2047-mobile-drawer.is-open .s2047-mobile-drawer-panel,
#s2047-single-drawer.is-open .s2047-single-drawer-panel,
.s2047-drawer-content.is-open {
  transform:translate3d(0,0,0)!important;
}

@media (prefers-reduced-motion:reduce) {
  #s2047-main-options-shell-v5300 .s2047-main-options-sheet-v5300,
  #s2047-info-drawer-v51213 .s2047-info-drawer-panel,
  #s2047-plain-drawer .s2047-plain-drawer-panel,
  #s2047-native-info-drawer .s2047-native-info-panel,
  #s2047-mobile-drawer .s2047-mobile-drawer-panel,
  #s2047-single-drawer .s2047-single-drawer-panel,
  .s2047-drawer-content { transition:none!important; }
}
