/* SpeakZ - bloc maillage */
#mz-related { margin: 28px 0 10px; }
.mz-wrap { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.mz-card {
  border: 1px solid rgba(99,102,241,0.25);
  border-radius: 14px;
  padding: 14px 14px 10px;
  background: linear-gradient(180deg, rgba(99,102,241,0.08), rgba(99,102,241,0.02));
}
.mz-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #111827;
  margin-bottom: 8px;
}
.mz-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.mz-list li { display: flex; align-items: center; gap: 8px; line-height: 1.2; }
.mz-list a { color: #4f46e5; text-decoration: none; font-weight: 650; }
.mz-list a:hover { text-decoration: underline; }
.mz-badge {
  margin-left: auto;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(99,102,241,0.12);
  color: #4338ca;
  border: 1px solid rgba(99,102,241,0.18);
  white-space: nowrap;
}
