.gg-menu-oreos {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 18px;
    transform: scale(var(--ggs, 1));

    &::after, &::before {
      content: "";
      position: absolute;
      box-sizing: border-box;
      display: block;
      width: 16px;
      height: 8px;
      border-top: 3px solid;
      border-bottom: 3px solid;
      border-radius: 3px;
    }

    &::after {
      bottom: 0;
    }
  }