[data-c42-carousel] {
  position: relative;
}

/* Embla clips the track here and applies the transform to the track itself. */
[data-c42-carousel-viewport] {
  overflow: hidden;
}

[data-c42-carousel-track] {
  display: flex;
}

[data-c42-carousel-slide] {
  flex: 0 0 100%;
  min-inline-size: 0;
}
