/* -- The root styles must go in the element of the structure with the name "Toggle". --*/

/* Change to white when the hamburger menu is activated */
.header-8__toggle-menu.brxe-toggle.is-active .brxa-inner{
  color: var(--light);

  &:before, &:after{
    color: var(--light);
  }
}