/* Start other test methods for icons 
.elai-badge {
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 5px;
}

.elai-widget-container .elementor-widget-icon:before {
    content: 'badge .elai-widget-container css';
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    z-index: 1;
}

.elementor-element .elementor-icon-wrapper .elementor-icon {
    position: relative;
}

.elementor-element .elementor-icon-wrapper .elementor-icon:before {
    content: 'badge .elementor-element css';
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    z-index: 1;
}
*/

