.comparatif-tldr blockquote.tldr,
.comparatif-tldr .tldr {
  border-left: 4px solid #c2691f;
  background: #fff7ed;
  padding: 1rem 1.25rem;
  border-radius: 0 0.75rem 0.75rem 0;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.prose-comparatif h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #1e3a8a;
  margin: 2rem 0 0.75rem;
}

.prose-comparatif h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}

.prose-comparatif p {
  margin: 0.75rem 0;
  line-height: 1.65;
  font-size: 0.95rem;
}

.prose-comparatif ul,
.prose-comparatif ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}

.prose-comparatif table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}

.prose-comparatif th,
.prose-comparatif td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.65rem;
  text-align: left;
}

.prose-comparatif th {
  background: #f8fafc;
  font-weight: 600;
}

.prose-comparatif img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 0.75rem 0;
}

.comparatif-product-card {
  box-shadow: 0 1px 3px rgba(30, 58, 138, 0.06);
}

.comparatif-product-card:hover {
  border-color: rgba(30, 58, 138, 0.25);
}

.prose-comparatif .comparatif-product-card img {
  margin: 0;
}

.comparatif-product-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
