/*
 * Custom elementor widgets styles for this plugin.
 */

.custom-el-icon{
    display: inline-block;
}
.custom-el-icon:after {
    background-color: red;
    color: #fff;
    content: "RT";
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    left: 5px;
    margin: 3px;
    padding: 3px 5px;
    position: absolute;
    top: 5px;
}