.gg-arrows-expand-right-alt { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 14px; height: 14px; margin: 2px; box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; transform: rotate(45deg); } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; transform: rotate(45deg); width: 2px; height: 22px; top: -4px; left: 6px; border-top: 9px solid; border-bottom: 9px solid; } &::after { width: 8px; height: 2px; background: currentColor; top: 6px; left: 3px; } }