/* Tabla comparativa */
.eh-tabla {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.eh-tabla caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.eh-tabla th,
.eh-tabla td {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.6rem 0.8rem;
  text-align: left;
}

.eh-tabla th {
  background: rgba(255,255,255,0.05);
  font-weight: 600;
}

.eh-tabla tr:nth-child(even) td {
  background: rgba(255,255,255,0.03);
}

.eh-tabla td {
  vertical-align: top;
}

/* Responsive: scroll horizontal en móviles */
.eh-tabla {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
