#dle_emote_block {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
}

#dle_emote_block .dle_emote_list_block {
    background: #020202;
    border-radius: 0 0 0px 0px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 3px;
    height: auto;
}

#dle_emote_block .dle_emote_item {
    display: block;
    width: 100%;
    flex: 1;
    text-align: center;
    position: relative;
    color: #8c8c9a;
    border-radius: 3px;
    transition: transform 0.2s ease, filter 0.2s ease;
}

#dle_emote_block .dle_emote_item:hover {
    transform: scale(1.08);
    filter: brightness(1.1);
}

/* Tooltip virš emoji */
#dle_emote_block .dle_emote_item::before {
    display: none;
    content: none;
}

#dle_emote_block .dle_emote_item:hover::before {
    display: block;
    content: attr(data-title);
    position: absolute;
    z-index: 2;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 13px;
    padding: 3px 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    opacity: 1;
    white-space: nowrap;
    pointer-events: none;
}

/* Emodžiai: sumažinti, su drop-shadow kontūru */
#dle_emote_block .dle_emote_item i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px auto 0;
}

#dle_emote_block .dle_emote_item i img {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 0 1px black); /* Juodas kontūras */
}

/* Skaičius po emoji */
#dle_emote_block .dle_emote_vote {
    position: static;
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #cbcbcb;
}

/* Pašalinti hover/voted fonus */
#dle_emote_block .dle_emote_item:hover,
#dle_emote_block .voted_emote,
#dle_emote_block .voted_emote_one,
#dle_emote_block .voted_emote_two,
#dle_emote_block .voted_emote_three,
#dle_emote_block .voted_emote_four,
#dle_emote_block .voted_emote_five,
#dle_emote_block .voted_emote_six {
    background: none !important;
    box-shadow: none !important;
}

/* Tarpai tarp emojų */
@media only screen and (min-width: 480px) {
    #dle_emote_block .dle_emote_item + .dle_emote_item {
        margin-left: 6px;
    }
}

/* Pašalinti Twemoji gradientų SVG (kuris pridėdavo tarpelį viršuje) */
svg.emoji__gradients {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
}
