/* ==========================================================================
   v1.2.0-fix318
   Mobile management-scope divider hotfix.

   Root cause:
   fix315/fix316 apply 48px/50px minimum heights to direct children while
   fix317's intended 1px divider remained a direct child with default order:0.

   This file intentionally changes presentation only.
   ========================================================================== */

.fix315-mobile-menu-content .fix317-scope-switcher + .fix317-scope-divider,
.fix316-headquarters-nav-content .fix317-scope-switcher + .fix317-scope-divider{
  order:2!important;
  flex:0 0 1px!important;
  width:100%!important;
  min-height:1px!important;
  max-height:1px!important;
  height:1px!important;
  margin:2px 0 12px!important;
  padding:0!important;
  border:0!important;
  box-sizing:border-box!important;
  background:#ded8cf!important;
}
