/* stylelint-disable */
@layer drv.components.root {
  .drv-root {
    display: block;
  }
}
@layer drv.overrides {
  .drv-reduced-motion *,
  .drv-reduced-motion *::before,
  .drv-reduced-motion *::after {
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .drv-reduced-motion * {
    transform: none;
  }
  .drv-reduced-motion .drv-btn--loading .drv-btn__icon--loading {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
