/* Branded Widget Badge inside Elementor editor sidebar drawer panel only */
.elementor-element:has(.lcake-mveous-badge)::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 20px;
    background-image: url('../icons/mveous.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.elementor-element:has(.lcake-mveous-badge) {
    position: relative;
}