/**
 * UNI-MENU CSS for HYPERVERSE
 * This file can be used for additional overrides
 * The main styles are embedded in uni-menu.js
 */

/* Ensure body has proper spacing when uni-menu is present */
body.has-nav,
body.has-uni-menu {
  padding-top: 52px !important;
}

/* Make sure the game container accounts for the menu */
.game-container {
  height: calc(100vh - 52px);
}
