.backgroundEmoji_BORut {
    opacity: 0.2;
    filter: blur(calc(var(--emoji-bg-factor, 2) * 8px)) contrast(110%) hue-rotate(10deg)
        brightness(1.2) saturate(1.2);
}

.iconWithBackground_vO2PS {
    background-color: var(--sp-color-bg-base);
    box-shadow: inset 0px 0px 1px rgb(0 0 0 / 30%);
}

.dark_kfM5m.backgroundEmoji_BORut {
    opacity: 0.05;
}

.dark_kfM5m.iconWithBackground_vO2PS {
    background-color: var(--sp-color-bg-muted);
    box-shadow: 0px 0px 1px rgb(255 255 255 / 30%);
}
