.elementor-editor-active .elementor-element .oew-widget::after {
    content: "OEW";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 8px;
    width: 35px;
    height: 16px;
    color: #fff;
    background: #f14d83;
    background: linear-gradient(90deg, rgba(241, 77, 131, 1) 0%, rgba(241, 77, 131, 0.5) 50%, rgba(96, 70, 234, 1) 100%);
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}

/*
 * [ Notice ]
 */
.oew-warning {
    padding: 10px;
    border-radius: 3px;
    background-color: #ffffcc;
    font-size: 13px;
    line-height: 18px;
    color: #523c11;
}