/* Petites touches pour la page doc1 */
.section-title::after{
  content:"";
  display:block; width:56px; height:3px; margin-top:8px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--primary), #22d3ee);
}

#examples-anchor .table, #endpoint-anchor .table{
  font-size: .95rem;
}

#good-anchor .card ul{ padding-left: 1.1rem; }
#good-anchor .card li{ margin-bottom: .35rem; }