.post-cro-animation-block {
  --post-cro-frame-bg: #ffffff;
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  aspect-ratio: 841.89 / 526.17;
  display: grid;
  place-items: center;
  background: var(--post-cro-frame-bg);
  overflow: hidden;
}

.post-cro-animation-block,
.post-cro-animation-block * {
  box-sizing: border-box;
}

.post-cro-animation-block.can-restart {
  cursor: pointer;
}

.post-cro-animation-block .post-cro-artboard {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.post-cro-animation-block svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  object-fit: contain;
}

.post-cro-animation-block #grid-lines line {
  opacity: 0;
}

.post-cro-animation-block .circle-scale {
  opacity: 0;
  transform: scale(0);
  transform-origin: 0px 0px;
}

.post-cro-animation-block .post-cro-whiteout {
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}
