/**
 * Lenis Smooth Scroll Core Stylesheet
 * Integrated into Enterprise Animation Manager
 */

html.lenis,
html.lenis body {
  height: auto !important;
}

html.lenis,
html.lenis body,
html.lenis * {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip !important;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
