.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(--foreground-subtle-color);
  text-align: left;
  cursor: pointer;
}

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

.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.50291d1b.css.map*/