.wp-block-table.is-style-stripes-gray tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

/* Style Description : colonne de gauche (1ère colonne) avec fond ocre clair */
.wp-block-table.is-style-description td:first-child {
  background-color: #f2e8dd;
  font-weight: bold;
}

/* Style Price : première ligne complète avec fond ocre clair */
.wp-block-table.is-style-price tbody tr:first-child td {
  background-color: #f2e8dd;
  font-weight: bold;
}

