.gg-smile-no-mouth { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 20px; height: 20px; border: 2px solid; border-radius: 100px; &::before { content: ""; display: block; box-sizing: border-box; position: absolute; height: 2px; background: currentColor; left: 4px; box-shadow: 6px 0 0; width: 2px; border-radius: 10px; top: 5px; } }