.magicelements-editor-widgets-icon{
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.magicelements-editor-widgets-icon:after {
    content: 'ME';
    position: absolute;
    top: -8px;
    right: -40px;
    color: black;
    background-color:#dedede;
    font-size: 9px;
    border: 1px solid #dedede;
    font-weight: 500;
    padding: 1px 2px;
    line-height: 10px;
    display: inline-block;
    border-radius: 2px;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}