.bf-les-essentiels-single {
  --bf-primary: #8073DE;
  --bf-muted: #ececfb;
  --bf-sand: #e5bd88;
}

.bf-les-essentiels-single__chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
}

.bf-les-essentiels-single__chips li {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--bf-border);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.bf-les-essentiels-single .bf-richtext {
  line-height: 1.75;
}

.bf-les-essentiels-single .bf-richtext > :last-child {
  margin-bottom: 0;
}

.bf-les-essentiels-single__internal-links .bf-card {
  min-height: 88px;
  display: flex;
  align-items: center;
}

.bf-les-essentiels-single .bf-note code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: rgba(21, 21, 21, 0.06);
  border-radius: 6px;
  padding: 1px 6px;
}

@media (max-width: 720px) {
  .bf-les-essentiels-single__internal-links .bf-card {
    min-height: auto;
  }
}
