/* デモコンテナ: グラフを中央寄せ（パターン1つのためデフォルトレイアウト） */
.demo-container {
  padding: 24px;
}

/* グラフラッパー */
.cl-chart-wrap {
  max-width: 800px;
  height: 360px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

/* ローディングメッセージ */
.cl-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 13px;
  color: #94A3B8;
}
