/* ==========================================================================
   Archijeunes FSE – Block List
   Style de bloc : liste avec tirets
   ========================================================================== */

.wp-block-list.is-style-dash-list {
  list-style: none;
  padding-left: 1.5em;
}

.wp-block-list.is-style-dash-list li {
  position: relative;
  padding-left: 1.25em;
}

.wp-block-list.is-style-dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: currentColor;
}
