.mc4-organigramm {
  width: 100%;
  background: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
  padding: 24px 16px 16px;
  box-sizing: border-box;
}
.mc4-org-header { text-align: center; margin-bottom: 24px; }
.mc4-org-title {
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  line-height: 1.3;
  margin: 0 0 12px;
}
.mc4-org-rule { border: none; border-top: 3px solid currentColor; margin: 0; }
.mc4-org-svg-wrap { width: 100%; max-width: 1100px; margin: 0 auto; }
.mc4-org-svg-wrap svg { width: 100%; height: auto; display: block; }
