.gg-twitter {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;

    &::after {
      content: "";
      display: block;
      position: absolute;
      box-sizing: border-box;
      left: 4px;
    }

    &::before {
      content: "";
      display: block;
      position: absolute;
      box-sizing: border-box;
      left: 4px;
      width: 9px;
      height: 14px;
      border-left: 4px solid;
      border-bottom: 4px solid;
      border-bottom-left-radius: 6px;
      background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center 2px / 10px 4px;
      top: 4px;
    }

    &::after {
      width: 4px;
      height: 4px;
      background: currentColor;
      border-radius: 20px;
      top: 2px;
      box-shadow: 7px 4px 0, 7px 12px 0;
    }
  }