/* Mermaid 다이어그램 중앙 정렬 — Material 기본 스타일에 우선 적용 */
.md-typeset .mermaid,
.mermaid {
  text-align: center !important;
}

.md-typeset .mermaid > svg,
.md-typeset .mermaid svg,
.mermaid > svg,
.mermaid svg {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 100%;
  height: auto;
}

/* 우측 목차(TOC) 숨김 — 본문 가독성 우선 */
.md-sidebar--secondary {
  display: none !important;
}
