/* ===== TABLEAU COMPARATIF - ENFOLD COMPATIBLE ===== */

.av-single-post table,
.entry-content table,
.post-entry table,
article table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  margin: 2rem 0 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

/* En-tête */
.av-single-post table thead tr th,
.entry-content table thead tr th,
article table thead tr th {
  background-color: #1a4a6b !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  border: none !important;
  text-align: left !important;
}

/* Dernière colonne en-tête = vert i9 */
.av-single-post table thead tr th:last-child,
article table thead tr th:last-child {
  background-color: #2e6b3e !important;
  color: #ffffff !important;
}

/* Cellules du corps */
.av-single-post table tbody tr td,
.entry-content table tbody tr td,
article table tbody tr td {
  padding: 13px 20px !important;
  border-bottom: 1px solid #dce8f0 !important;
  color: #444 !important;
  background-color: #ffffff !important;
  vertical-align: middle !important;
}

/* Première colonne = label gris clair */
.av-single-post table tbody tr td:first-child,
article table tbody tr td:first-child {
  font-weight: 500 !important;
  color: #333 !important;
  background-color: #f2f7fb !important;
}

/* Dernière colonne = vert doux (i9) */
.av-single-post table tbody tr td:last-child,
article table tbody tr td:last-child {
  background-color: #edf7ee !important;
  color: #2e6b3e !important;
  font-weight: 500 !important;
}

/* Lignes alternées */
.av-single-post table tbody tr:nth-child(even) td,
article table tbody tr:nth-child(even) td {
  background-color: #f6fafd !important;
}

.av-single-post table tbody tr:nth-child(even) td:first-child,
article table tbody tr:nth-child(even) td:first-child {
  background-color: #eaf2f8 !important;
}

.av-single-post table tbody tr:nth-child(even) td:last-child,
article table tbody tr:nth-child(even) td:last-child {
  background-color: #e4f4e6 !important;
}

/* Hover */
.av-single-post table tbody tr:hover td,
article table tbody tr:hover td {
  filter: brightness(0.97) !important;
  transition: filter 0.15s ease !important;
}

/* Dernière ligne sans bordure */
.av-single-post table tbody tr:last-child td,
article table tbody tr:last-child td {
  border-bottom: none !important;
}

.entry-content table thead th:last-child {
  background-color: #2e7d32;
  color: #fff;
}
.entry-content-wrapper h1,
.post h1,
.page h1 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #1a1a2e;
}