@charset "UTF-8";
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
.rec-revoquee {
  margin-top: 0;
  margin-bottom: 3rem !important;
}
.rec-revoquee .details {
  margin-bottom: 0 !important;
}

ul {
  margin-left: 0;
  padding: 0 !important;
}
ul li {
  list-style: none;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
ul .reconnaissance {
  color: var(--qc-color-red-regular);
}
ul .consultant-name {
  font-weight: bold;
  font-size: 1.125rem;
}