/* App4 Home: remove the unused strip above the dock icons. */
html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home > .bottom-nav,
html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home .bottom-nav {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding: 0 7px 3px !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) 64px minmax(0,1fr) minmax(0,1fr) !important;
  align-items: end !important;
}

html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home .bottom-nav > a {
  height: 54px !important;
  min-height: 54px !important;
  padding: 5px 1px 3px !important;
  align-content: center !important;
  gap: 1px !important;
  transform: translateY(-18px) !important;
}

html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home .bottom-nav .bottom-fab-wrap {
  width: 64px !important;
  min-width: 64px !important;
  height: 58px !important;
}

html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home .bottom-nav .bottom-fab-dice {
  bottom: 10px !important;
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
}

html[data-app-domain="app4.akingames.online"] .mobile-shell.is-home {
  padding-bottom: 58px !important;
}
