.emoticon {
    cursor: pointer;
    padding: 4px 8px !important;
    /* position: relative;*/

}

.emoticon svg {
    width: 1.7rem;
    height: 1.7rem;
}

.active-like {
    background-color: #cde9a2;
    border-radius: 12px;
}

.like-dislike {
    position: relative;
}

.all-emoji {
    display: flex;
    flex-direction: row;
    background: white;
    gap: 0.5rem;
    border: 1px solid #cee9a2;
    padding: 0.75rem;
    border-radius: 12px;
    height: 38px;
    /*width: 216px;*/

}

.one-emoji {
    cursor: pointer;
    padding: 0 2px;
    /*width: 26px;*/
}

.one-emoji:hover {
    font-size: 1.9rem;
}

.all-emoji-wrapper {
    position: absolute;
    top: -3.7rem;
    right: 0;
    padding-bottom: 1.5rem;
}

.all-emoji svg {
    width: 1.8rem;
    height: 1.8rem;
}

.one-emoji:hover svg {
    width: 2rem;
    height: 2rem;

}

.like-dislike div.all-emoji-wrapper {
    padding: 0;
}

/*убрать из section_forum.css*/
.like-dislike > div {
    padding: 0;

}

.like-dislike {
    gap: 0 !important;
}

.em-second {
    /*display: none !important;*/
}

.emo-tail {
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.4rem 0.75rem !important;
}

.no-show {
    display: none !important;
}

.emoticon span {
    font-weight: 500;
    font-size: 1.2rem;
}

.emoticon span:empty {
    display: none;
}

.eswr {
    width: 2rem;
    height: 2rem;
}
.like-dislike .all-emoji-wrapper {
    display: none;
}

.like-dislike.opened .all-emoji-wrapper {
    display: flex;
}

/*адаптивность*/
@media only screen and (min-width: 767px) {
    .em-second {
        display: flex !important;
    }
}