/* Added locally (not part of the CodeMirror capture).
   Carousel for the "Quem usa, recomenda" section. The original site's React
   scripts are stripped from the mirror, so the slides are driven by
   js/cm-testimonials.js instead. */

[data-cm-depo-viewport] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-depo-slide {
  display: none;
}

.cm-depo-slide.is-active {
  display: block;
}
