/* ==========================================================================
   v1.2.0-fix320
   Headquarters home UI consistency.
   ========================================================================== */

.headquarters-navigation .headquarters-nav-button.fix320-iconified{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}

.headquarters-navigation .headquarters-nav-button .fix320-headquarters-nav-icon{
  display:block!important;
  width:16px!important;
  min-width:16px!important;
  height:16px!important;
  flex:0 0 16px!important;
  pointer-events:none!important;
}

.headquarters-core-feature-grid .fix320-communication-card .fix320-card-icon{
  pointer-events:none;
}

/* The fix316 mobile drawer moves the live headquarters navigation node.
   Keep the same icon/text alignment after that move. */
.fix316-headquarters-nav-content
  .headquarters-navigation
  .headquarters-nav-button.fix320-iconified{
  gap:8px!important;
}

.fix316-headquarters-nav-content
  .headquarters-navigation
  .headquarters-nav-button
  .fix320-headquarters-nav-icon{
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  flex-basis:18px!important;
}
