/* Start custom CSS for html, class: .elementor-element-db87fbd */.highlight-line {
  position: relative;
  display: inline-block;
  font-weight: 500;   /* gras */
  font-size: 22px;    /* taille */
  z-index: 1;
}

.highlight-line::before {
  content: "";
  position: absolute;
  bottom: 0.2em;      /* ajuste la hauteur du trait */
  left: 0;
  width: 100%;        /* peut être 50% si tu veux seulement la moitié */
  height: 0.4em;      /* épaisseur de la ligne de surlignage */
  background: #fcf47d; /* couleur du surlignage */
  z-index: -1;
  border-radius: 4px;  /* arrondi type feutre */
}/* End custom CSS */