/**
 * @file
 * Structural overrides for Galaxia components rendered in socialblue.
 *
 * Scoped under `body.galaxia-integration-enabled` so nothing leaks when the
 * module is disabled.
 */
body.galaxia-integration-enabled .main-navigation .navbar-nav {
  /* Override socialblue's generic .navbar-nav padding, which also applies to
     other menus such as the account header block. Remove once Galaxia has a
     header component. */
  padding: 0 !important;
}
/* Search and hamburger paddings from
   https://getopensocial.atlassian.net/browse/PROD-35265?focusedCommentId=209134
   Remove once Galaxia has a header component. */
body.galaxia-integration-enabled.has-hamburger-menu .main-navigation__search {
  padding: 12px 8px;
}
body.galaxia-integration-enabled .menu-title-toggle {
  padding: 12px 10px;
}
