/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
/* Ajouter le badge SVG à tous les widgets de la catégorie randomo-widgets */
.elementor-panel .elementor-element-wrapper[data-widget-type*="randomo"] .title-wrapper::after {
    content: url('https://studiojae.fr/wp-content/uploads/2024/11/shapes.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Ajouter le badge StudioJAE à la catégorie RandoMoto Widgets */
#elementor-panel-category-randomo-widgets .elementor-panel-heading-title::after {
    content: "";
    background: url('https://studiojae.fr/wp-content/uploads/2024/11/shapes.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Ajouter un badge sur chaque widget */
#elementor-panel-elements .elementor-element[data-widget-type^="randomoto"] .icon:before {
    content: "";
    background: url('https://studiojae.fr/wp-content/uploads/2024/11/shapes.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    top: .4em;
    right: .4em;
    width: 20px;
    height: 20px;
}
