/* Power grid scroll illustration (article 26158) */

.illustrations-container {
  position: relative;
}

.illustration-power-grid.csc-container {
  position: relative;
  overflow: hidden;
}

.illustration-power-grid .csc {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
}

.illustration-power-grid .csc-canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
