.wm-chat-context-reactions [data-reaction].wm-premium-reaction,
.wm-chat-reaction-pill.wm-premium-reaction {
    line-height: 1;
}

.wm-chat-reaction-pill.wm-premium-reaction {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    height: 36px;
    padding: 0 10px 0 0;
    overflow: hidden;
    vertical-align: middle;
}

.wm-premium-reaction__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.wm-chat-emoji-item .wm-chat-flag-image {
    display: block;
    width: 28px;
    height: 21px;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.wm-chat-emoji-item > [data-wm-flag-text][hidden] {
    display: none !important;
}

.wm-premium-reaction__image--menu {
    width: 34px;
    height: 34px;
    margin: auto;
}

.wm-premium-reaction__image--pill {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    max-width: none;
}

.wm-chat-reaction-pill.wm-premium-reaction > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0;
    overflow: hidden;
    border-radius: 999px;
}

.wm-chat-reaction-pill.wm-premium-reaction > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 1ch;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.wm-chat-message__body.wm-chat-message__body--emoji-only {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    padding: 7px 12px;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 34px;
    font-weight: 400;
    font-variant-emoji: emoji;
    letter-spacing: 0;
    line-height: 1;
    text-rendering: auto;
}

.wm-premium-reaction-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wm-premium-reaction__image--title {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
}

@media (max-width: 600px) {
    .wm-chat-emoji-item .wm-chat-flag-image {
        width: 25px;
        height: 19px;
    }

    .wm-premium-reaction__image--menu {
        width: 31px;
        height: 31px;
    }

    .wm-chat-reaction-pill.wm-premium-reaction {
        gap: 5px;
        min-height: 34px;
        height: 34px;
        padding-right: 9px;
    }

    .wm-premium-reaction__image--pill {
        width: 39px;
        height: 39px;
    }

    .wm-chat-reaction-pill.wm-premium-reaction > span {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .wm-chat-message__body.wm-chat-message__body--emoji-only {
        min-height: 46px;
        padding: 7px 11px;
        font-size: 32px;
    }
}

