.stickers{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: fit-content;
}

.stickers .stickers-wrapper{
    outline: 0;
}
.stickers .stickers-wrapper .sticker_young{
    background: #7558d2;
    color: #fff;
}
.stickers .stickers-wrapper .sticker_author_year{
    background: #ca1f1f;
    color: #fff;
}
.stickers .stickers-wrapper .sticker_gallery{
    background: #def322;
    color: #000;
}
.stickers .stickers-wrapper > div{
    display: block;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 14px;
    margin: 2px;
    border-radius: 2px;
}