.gg-move-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 10px;
    height: 8px;
    border-left: 2px solid;
    border-right: 2px solid
}

.gg-move-down::after,
.gg-move-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}

.gg-move-down::before {
    background: currentColor;
    left: 2px;
    top: 0;
    width: 2px;
    height: 12px
}

.gg-move-down::after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    bottom: -7px
}