/*
Theme Name: Child Theme
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
.primary-color { color:#289DB9 }
.ele-list a span { display:flex; align-items:center; justify-content:space-between; width:100% }
.ele-list a { color:#fff; background:rgba(0, 0, 0, 0.1);
    border:1px solid #289db9;padding:15px 20px; border-radius:20px; display:flex; justify-content:space-between;
    gap:2px; box-shadow:0 10px 22px rgba(9, 42, 61, 0.10); }
.ele-list a span::after{ content: ''; width:22px; height:22px;
    border-radius:999px; border:1px solid rgba(0, 192, 163, 0.6); display: flex; align-items: center; justify-content:center; background:#fff; box-shadow: 0 6px 12px rgba(0, 192, 163, 0.25); }
.m-5 { margin:5px 0 0 0; }