/* ==============================
   Tableau “Informations complémentaires”
   ============================== */

.woocommerce table.shop_attributes,
.woocommerce-product-attributes.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.95rem;
}
.woocommerce table.shop_attributes tr,
.woocommerce-product-attributes.shop_attributes tr {
  border-bottom: 1px solid #e5e7eb;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
  padding: 6px 0;
  text-align: left;
  vertical-align: top;
  color: #2f3336;
}
.woocommerce table.shop_attributes th,
.woocommerce-product-attributes.shop_attributes th {
  font-weight: 600;
  padding-right: 1rem;
  width: 30%;
  white-space: nowrap;
  font-style: normal;
}
.woocommerce table.shop_attributes td p,
.woocommerce-product-attributes.shop_attributes td p { margin:0; }
