.cbsi-chart-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
}

.cbsi-chart-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  flex: 0 0 auto;
}

.cbsi-chart-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cbsi-chart-canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
