.gg-border-all {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;

    &::before {
      box-sizing: border-box;
      position: relative;
      display: block;
      width: 14px;
      height: 14px;
      content: "";
      position: absolute;
      border: 3px solid;
      bottom: 0;
      left: 0;
    }
  }