.cct-chart.is-embedded {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.cct-embedded-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.cct-embedded-container > iframe,
.cct-embedded-container > * {
  /* The scaled element (the iFrame or wrapper) will be set to transform: scale(...) by JS */
  transform-origin: top left;
}

/* If you had a zero-height trick, remove it for now:
   height: 0; padding-bottom: 56.25%;  -- Remove that for debugging. */

.cct-error {
  padding: 1rem;
  background: #fff3f3;
  border: 1px solid #ffcdd2;
  color: #b71c1c;
  border-radius: 4px;
  margin: 1rem 0;
}

