:root {
  --cp-blue:   #2B7FE8;
  --cp-border: #E2E8F0;
  --cp-label:  #2B7FE8;
}

/* グラフラッパー */
.cp-chart-wrap {
  max-width: 480px;
  height: 400px;
  background: #fff;
  border: 1px solid var(--cp-border);
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

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