.gg-google-tasks {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;

    &::after {
      content: "";
      position: absolute;
      display: block;
      background: currentColor;
    }

    &::before {
      content: "";
      position: absolute;
      display: block;
      background: currentColor;
      width: 6px;
      height: 6px;
      border-radius: 10px;
      bottom: 6px;
      left: 2px;
    }

    &::after {
      height: 18px;
      width: 4px;
      border-radius: 20px;
      transform: rotate(40deg);
      right: 2px;
      bottom: 0;
    }
  }