.gg-plug { position: relative; display: block; box-sizing: border-box; transform: scale(var(--ggs, 1)); width: 12px; height: 20px; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 12px; height: 10px; border: 2px solid; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; top: 5px; } &::after { width: 2px; height: 4px; background: currentColor; left: 2px; border-radius: 22px; box-shadow: 6px 0 0, 3px 14px 0, 3px 16px 0; } }