/*
Theme Name: Les Murets du Causse
Template: twentytwentyfive
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Version: 1.0.0
*/

/* Product Characteristics Table */
.product-characteristics {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}

.product-characteristics h2 {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #333;
}

.characteristics-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}

.characteristics-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.characteristics-table tr:last-child {
  border-bottom: none;
}

.characteristics-table td {
  padding: 12px 15px;
  vertical-align: top;
  word-wrap: break-word;
}

.characteristics-table td:first-child {
  width: 40%;
  font-weight: 600;
  color: #555;
}

.characteristics-table td:last-child {
  width: 60%;
  color: #333;
}

/* Alternating row colors */
.characteristics-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Ensure tab content is full width */
.woocommerce-Tabs-panel--caracteristiques {
  width: 100%;
  max-width: 100%;
}
