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

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