/* characteristics-table.desktop.css — libellé et description sur une ligne (>=1024px). */
.characteristics__row{
  grid-template-columns: 240px 1fr;
  align-items: baseline;
  gap: var(--space-5);
}
