.gg-pin-bottom { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 2px; height: 8px; background: currentColor; &::after, &::before { content: ""; display: block; box-sizing: border-box; position: absolute; } &::after { background: currentColor; bottom: -2px; border-radius: 3px; width: 10px; height: 2px; left: -4px; } &::before { width: 8px; height: 8px; border: 6px double; border-radius: 100px; top: -10px; left: -5px; } }