.jm-trasparenza {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  font-size: 12px;
  line-height: 1.5;
}

.jm-trasparenza-intro {
  margin-bottom: 24px;
  padding: 14px 16px;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}

.jm-trasparenza-intro h1 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;      /* centrato */
  font-weight: 700;        /* più grassetto */
}

.jm-trasparenza-intro p {
  margin: 0 0 6px;
  font-size: 12px;
}

.jm-sezione-padre {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}

.jm-sezione-padre h2 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.jm-sottosezione {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.jm-sottosezione h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
}

.jm-documenti {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jm-documento {
  padding: 6px 0;
  border-top: 1px solid #e5e5e5;
}

.jm-documento:first-child {
  border-top: 0;
  padding-top: 0;
}

.jm-documento-titolo {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.jm-documento-titolo a {
  text-decoration: none;
}

.jm-documento-titolo a:hover {
  text-decoration: underline;
}

.jm-documento-descrizione {
  margin-bottom: 4px;
  font-size: 11px;
  color: #444;
}

.jm-documento-meta {
  font-size: 10px;
  color: #666;
}

.jm-documento-meta span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.jm-documento-meta a {
  text-decoration: none;
  font-weight: 500;
}

.jm-documento-meta a:hover {
  text-decoration: underline;
}

.jm-nessun-documento,
.jm-nessuna-sottosezione {
  margin: 0;
  font-size: 11px;
  color: #666;
  font-style: italic;
}

.jm-toggle-sezione {
  width: 100%;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
}

.jm-toggle-sezione:hover {
  background: #e9e9e9;
}

.jm-sezione-contenuto {
  display: none;
  margin-top: 8px;
}

.jm-sezione-contenuto.is-open {
  display: block;
}