.carousel {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
}
.js-carousel-viewer {
  scroll-behavior: smooth;
}
.carousel-slide {
  flex: 0 0 220px;
}

.scroll-spy-sampler-nav {
  display: flex;
}

.scroll-spy-sampler-tab {
  width: 100%;
  padding: var(--space-2) var(--space-3);
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  font: inherit;
  color: var(--color-foreground-light);
  text-align: left;
  cursor: pointer;
}

.scroll-spy-sampler-tab.is-active {
  background: var(--selection-background);
  color: var(--selection-foreground);
}

.scroll-spy-sampler-body {
  flex: 1 1 18rem;
  min-width: 0;
  max-height: 24rem;
  scroll-padding-top: var(--space-4);
}

.scroll-spy-sampler-section {
  justify-content: center;
  min-height: 18rem;
}

@media (max-width: 720px) {
  .scroll-spy-sampler-nav {
    flex-basis: 100%;
    position: static;
  }
}


/*# sourceMappingURL=index.8d0ced44.css.map*/