/* Variantes de style */
.badge[data-style='default'] {
  background: #f8f3ed;
  color: #000000;
}

.badge[data-style='default'] .title {
  color: #000000;
  opacity: 0.8;
}

.badge[data-style='sombre'] {
  background: #000000;
  color: #ffffff;
}

.badge[data-style='sombre'] .custom_name {
  background-color: white;
  color: #000000;
}
.template_2[data-style='sombre'] .wave path {
  fill: #000000;
  opacity: 0.1;
}
.badge[data-style='sombre'] .wave path,
.badge[data-style='custom'] .wave path,
.badge[data-style='sombre'] .custom_role svg,
.template_2[data-style='default'] .logo img,
.template_2[data-style='custom'] .logo img {
  filter: invert(1);
}
.template_2[data-style='sombre'] .logo path {
  fill: #ffffff;
}
.template_2[data-style='custom'] .wave path {
  /* fill: var(--theme-color); */
  opacity: 0.1;
}

.badge[data-style='custom'] {
  background: var(--theme-color);
  color: #000000;
}
