.informe-document {
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 18px;
}

/* Título del informe */
.informe-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* Disclaimer */
.informe-disclaimer {
  margin: 6px 0 12px 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* Secciones */
.informe-section {
  margin-bottom: 20px;
}

.informe-section:last-child {
  margin-bottom: 0;
}

.informe-section h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* Texto */
.informe-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #000;
}

/* Listas */
.informe-section ul {
  margin: 0;
  padding-left: 18px;
}

.informe-section li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
